Package iitb.con.ds

Interface Summary
ItemSerializer<T> Interface to serialize (from object to bytes) and deserialize (from bytes to object) items.
ItemTable<K1,K2,V> ItemTable is table like structure to have key-value pairs.
 

Class Summary
ActionBufferList<T> ActionBufferList is state buffer for performing actions to the database.
InstanceMetaItem InstanceMetaItem holds the meta-information about the instance.
InstanceSerializer InstanceSerializer serializes Instance to bytes and vice versa
InstanceTable InstanceTable holds the InstanceMetaItem as value objects.
InstanceTableFactory Factory class to create the Instance Table which holds the instance meta item (InstanceMetaItem) It maintains a single instance of Instance Table.
InstanceTableSerializer InstanceSerializer serializes InstanceMetaItem to bytes and vice versa
Node<K extends Comparable<K>> Node is a key-value pair.
RelationElement RelationElement represents the left entity id, relation id, and right entity id tuple of the relation.
RelationTable Relation Table hold the relation information of the concept-net as .
TypeSerializer TypeSerializer serializes Type to bytes and vice versa
TypeTable TypeTable holds the Type as value objects.
TypeTableFactory Factory class to create the Type Table which holds the Types (Type) It maintains a single instance of Type Table.
 

Enum Summary
ActionBufferList.Action