Uses of Interface
iitb.con.ds.ItemTable

Packages that use ItemTable
iitb.con.ds   
iitb.con.query   
 

Uses of ItemTable in iitb.con.ds
 

Classes in iitb.con.ds that implement ItemTable
 class InstanceTable
          InstanceTable holds the InstanceMetaItem as value objects.
 class TypeTable
          TypeTable holds the Type as value objects.
 

Methods in iitb.con.ds that return ItemTable
static ItemTable<java.lang.Short,java.lang.Integer,InstanceMetaItem> InstanceTableFactory.getInstanceTable(java.lang.String dirName, java.lang.String mode)
          Returns the Instance Table
static ItemTable<java.lang.String,java.lang.Short,Type> TypeTableFactory.getTypeTable(java.lang.String fileName, java.lang.String mode)
          Returns the Type Table
 

Constructors in iitb.con.ds with parameters of type ItemTable
InstanceSerializer(ItemTable<java.lang.String,java.lang.Short,Type> typeTable)
          Initializes with TypeTable
 

Uses of ItemTable in iitb.con.query
 

Constructors in iitb.con.query with parameters of type ItemTable
ItemQuery(java.lang.String cnetDirName, ItemTable<java.lang.String,java.lang.Short,Type> typeTable, ItemTable<java.lang.Short,java.lang.Integer,InstanceMetaItem> instanceTable, RelationTable relationTable)
          Constructs the ItemQuery object and initializes with meta-information of concept-net
ItemQuery(java.lang.String cnetDirName, ItemTable<java.lang.String,java.lang.Short,Type> typeTable, ItemTable<java.lang.Short,java.lang.Integer,InstanceMetaItem> instanceTable, RelationTable relationTable)
          Constructs the ItemQuery object and initializes with meta-information of concept-net