See: Description
Class | Description |
---|---|
AiConst |
Some constant values relating to the AI components of the licas library.
|
ByteArray |
This stores a byte stream in a string-based representation.
|
Const |
Some constant values relating to the licas library.
|
FileObject |
This stores the details and contents for a file that can be represented by an
instance of this class.
|
HeuristicConst |
This class stores some constant values.
|
KeyValue |
Key-Value pair, where the key is a String and the value is an Object.
|
MetaConst |
Constant values relating to the creation or processing of metadata.
|
MethodConst |
Some constant values relating to method names.
|
ObjectHandler |
This class provides methods to process or compare objects, with reference to licas
objects in particular.
|
ObjectInvoker |
This class provides methods to invoke an object method using reflection.
|
ReflectionHandler |
This class provides methods to process Objects using the Java
Reflection package. |
ServiceConst |
Constant values relating to service configuration and use.
|
ThreadHandler |
This class can be used to handle some thread specific problems, related to
invoking waiting GUI events.
|
TimeConst |
Constant values relating to time periods.
|
TypeConst |
Constant values relating to data types and objects.
|
UriHandler |
This class can be used to try to extract certain information form uri paths.
|