Package context.arch.storage

Interface Summary
Storage This interface specifies all the methods a Storage object must support allowing the details of the specific storage techniques used to be abstracted away.
 

Class Summary
Attribute This class is a container for an attribute name, subAttributes (used for structures - STRUCT) and type.
AttributeFunction This class is a container for an attribute name, a function, subAttributes (used for structures - STRUCT) and type.
AttributeFunctions This class is a container for a group of related attributes and functions.
AttributeNameValue This class is a container for an attribute name, value and type.
AttributeNameValues This class is a container for a group of related attributes.
Attributes This class is a container for a group of related attributes.
Condition This class is a container for a condition attribute, comparison and value.
Conditions This class is a container for a group of related Condition objects.
Retrieval This class is a container for a data retrieval.
RetrievalResults This class is a container for the results of a retrieval request.
StorageObject This class allows storage and retrieval of data in String, Integer, Long, Float, Double, or Short format.
VectorStorage This class allows storage and retrieval of data in String, Integer, Long, Float, Double, or Short format.
 

Exception Summary
InvalidStorageException This class implements the InvalidStorageException.