|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectiitb.con.ds.InstanceMetaItem
public class InstanceMetaItem
InstanceMetaItem holds the meta-information about the instance. It has the type id, instance id and its location in the concept-net file.
Field Summary | |
---|---|
short |
clusterId
Cluster Id |
Instance |
instance
Instance object |
java.nio.ByteBuffer |
instanceBytes
Instance as bytes |
int |
instanceId
Instance Id |
long |
itemLocation
Location of InstanceItem in the InstanceTable |
long |
location
Instance location in the concept-net file |
int |
size
Size of the instance |
short |
typeId
Type Id |
Constructor Summary | |
---|---|
InstanceMetaItem()
|
|
InstanceMetaItem(InstanceMetaItem item)
|
Method Summary | |
---|---|
static short |
headerSize()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public short clusterId
public transient Instance instance
public transient java.nio.ByteBuffer instanceBytes
public int instanceId
public transient long itemLocation
public long location
public int size
public short typeId
Constructor Detail |
---|
public InstanceMetaItem()
public InstanceMetaItem(InstanceMetaItem item)
Method Detail |
---|
public static short headerSize()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |