|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InstanceMetaItem | |
---|---|
iitb.con.ds | |
iitb.con.net | |
iitb.con.query |
Uses of InstanceMetaItem in iitb.con.ds |
---|
Methods in iitb.con.ds that return InstanceMetaItem | |
---|---|
InstanceMetaItem |
InstanceTableSerializer.deSerialize(java.nio.ByteBuffer buf)
Deserializes the given bytes as InstanceMetaItem |
InstanceMetaItem |
InstanceTable.get(java.lang.Integer instanceId)
Returns the InstanceMetaItem for the given instance id |
InstanceMetaItem |
InstanceTable.get(java.lang.Short typeId,
java.lang.Integer instanceId)
Returns the InstanceMetaItem for the given type id and instance id |
Methods in iitb.con.ds that return types with arguments of type InstanceMetaItem | |
---|---|
java.util.Map<java.lang.Integer,InstanceMetaItem> |
InstanceTable.get(java.lang.Short typeId)
Returns the hash map with key-value pair as InstanceId , InstanceMetaItem for the given type id |
java.util.List<InstanceMetaItem> |
InstanceTable.getAllItems()
Returns all the InstanceMetaItems from the table |
static ItemTable<java.lang.Short,java.lang.Integer,InstanceMetaItem> |
InstanceTableFactory.getInstanceTable(java.lang.String dirName,
java.lang.String mode)
Returns the Instance Table |
Methods in iitb.con.ds with parameters of type InstanceMetaItem | |
---|---|
void |
InstanceTable.put(InstanceMetaItem item)
Puts the InstanceMetaItem into the instance table |
void |
InstanceTable.put(java.lang.Short typeId,
InstanceMetaItem item)
Puts the InstanceMetaItem into the instance table with key as type id |
void |
InstanceTable.put(java.lang.Short typeId,
java.lang.Integer instanceId,
InstanceMetaItem item)
Puts the InstanceMetaItem into the instance table with keys as type id and instance id |
boolean |
InstanceTable.remove(InstanceMetaItem item)
Removes the instance from the instance table with the given InstanceMetaItem handle |
java.nio.ByteBuffer |
InstanceTableSerializer.serialize(InstanceMetaItem instanceMetaIteam)
Serializes InstanceMetaItem to bytes |
void |
InstanceTable.setItem(java.lang.Short typeId,
java.lang.Integer instanceId,
InstanceMetaItem item)
Sets the InstanceMetaItem with keys as type id and instance id |
Constructors in iitb.con.ds with parameters of type InstanceMetaItem | |
---|---|
InstanceMetaItem(InstanceMetaItem item)
|
Uses of InstanceMetaItem in iitb.con.net |
---|
Methods in iitb.con.net with parameters of type InstanceMetaItem | |
---|---|
void |
FileConceptNet.addInstance(InstanceMetaItem item)
|
Uses of InstanceMetaItem in iitb.con.query |
---|
Methods in iitb.con.query that return InstanceMetaItem | |
---|---|
InstanceMetaItem |
Query.getInstanceMetaItem(int instanceId)
Returns the instance meta item of the specified instance id |
InstanceMetaItem |
ItemQuery.getInstanceMetaItem(int instanceId)
Returns the instance meta item of specified instance id |
Constructor parameters in iitb.con.query with type arguments of type InstanceMetaItem | |
---|---|
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 |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |