A B C D E F G H I K L M N O P Q R S T U V W

R

read(long, int) - Method in class iitb.con.io.BufferedFileAdapter
Reads the contents and return it as byte array.
read(long, int) - Method in class iitb.con.io.FileAdapter
Reads the contents and return it as byte array.
read(long, int) - Method in interface iitb.con.io.IOAdapter
Reads the contents and return it as byte array.
read(long, int) - Method in class iitb.con.io.MemMapFileAdapter
Reads the contents and return it as byte array.
readFileAsBlocks() - Method in class iitb.con.io.BufferedFileAdapter
Reads the entire contents of the file as ByteBuffer array.
The contents are divided as block based on the block size value
readFileAsBlocks() - Method in class iitb.con.io.FileAdapter
Reads the entire contents of the file as ByteBuffer array.
The contents as divided as block based on the block size value
readFileAsBlocks() - Method in interface iitb.con.io.IOAdapter
Reads the entire contents of the file as ByteBuffer array.
The contents as divided as block based on the block size value
readFileAsBlocks() - Method in class iitb.con.io.MemMapFileAdapter
Reads the entire contents of the file as ByteBuffer array.
The contents as divided as block based on the block size value
readIntoBuffer(long) - Method in class iitb.con.io.BufferedFileAdapter
Reads the contents into the temporary buffer and returns it as ByteBuffer
readIntoBuffer(long) - Method in class iitb.con.io.FileAdapter
Reads the contents into the temporary buffer and returns it as ByteBuffer
readIntoBuffer(long) - Method in interface iitb.con.io.IOAdapter
Reads the contents into the temporary buffer and returns it as ByteBuffer
readIntoBuffer(long) - Method in class iitb.con.io.MemMapFileAdapter
Reads the contents into the temporary buffer and returns it as ByteBuffer
reInitializeNetFiles(String) - Method in class iitb.con.net.FileConceptNet
Reinitializes the instances related files for clustering, defragementation purposes.
Relation - Class in iitb.con.core
Relation is associated with two entities.
Relation class provides methods to create and remove the relations among the entities.
The relation is created between two items, which is considered as left-item and right-item.
Relation() - Constructor for class iitb.con.core.Relation
 
Relation(String) - Constructor for class iitb.con.core.Relation
Constructs the Relation with name
Relation(String, String, String) - Constructor for class iitb.con.core.Relation
Constructs the Relation with name and roles
RELATION_ATTR - Static variable in class iitb.con.core.ConStoreConstants
Name of the relations index file for ids
RELATION_ID_IDX_FILE - Static variable in class iitb.con.core.ConStoreConstants
Name of the relations index file for ids
RELATION_IDX - Static variable in class iitb.con.ds.RelationTable
Relation index
RELATION_IDX_FILE - Static variable in class iitb.con.core.ConStoreConstants
Name of the meta index for relation table file
RELATION_NAME_IDX_FILE - Static variable in class iitb.con.core.ConStoreConstants
Name of the relations index file for names
RELATION_TABLE_FILE - Static variable in class iitb.con.core.ConStoreConstants
Name of the relation table file name
RelationElement - Class in iitb.con.ds
RelationElement represents the left entity id, relation id, and right entity id tuple of the relation.
RelationElement() - Constructor for class iitb.con.ds.RelationElement
 
RelationElement(int, int, int) - Constructor for class iitb.con.ds.RelationElement
 
RelationInstance - Class in iitb.con.core
Relations are associated with the entities and instances.
RelationIntance interface provides methods to set and remove the relations among the entity instances.

The relation is created between two items, which is considered as left-item and right-item.
RelationInstance() - Constructor for class iitb.con.core.RelationInstance
 
RelationTable - Class in iitb.con.ds
Relation Table hold the relation information of the concept-net as .
RelationTable(String, long) - Constructor for class iitb.con.ds.RelationTable
Concept net directory name is provided to locate the necessary files.
relId - Variable in class iitb.con.ds.RelationElement
Relation id
remove(Integer) - Method in class iitb.con.ds.InstanceTable
Removes the instance from the instance table with instance id as key
remove(Short, Integer) - Method in class iitb.con.ds.InstanceTable
Removes the instance from the instance table with type id and instance id as keys
remove(InstanceMetaItem) - Method in class iitb.con.ds.InstanceTable
Removes the instance from the instance table with the given InstanceMetaItem handle
remove(K2) - Method in interface iitb.con.ds.ItemTable
Removes the item based on the sub key
remove(K1, K2) - Method in interface iitb.con.ds.ItemTable
Removes the item based on the super and sub key
remove(Short) - Method in class iitb.con.ds.TypeTable
Removes the Type with specified type id
remove(String, Short) - Method in class iitb.con.ds.TypeTable
Removes the Type with specified type name or type id
remove(Instance) - Method in class iitb.con.net.ConceptNet
Removes the existing Instance from the concept-nets.
remove(int) - Method in class iitb.con.net.ConceptNet
Removes the existing Instance from the concept-nets.
remove(Instance) - Method in class iitb.con.net.FileConceptNet
Removes the instance from the concept-net.
remove(int) - Method in class iitb.con.net.FileConceptNet
Removes the existing Instance from the concept-nets.
remove(K) - Method in class iitb.con.util.KeyList
Removes from the list
remove(K1, K2) - Method in class iitb.con.util.MultiKeyHashMap
Removes the value object for the specified (super)key K1 and (sub)key K2
remove(int) - Method in class iitb.con.util.Sorted2DIntArray
Remove a value from the array.
removeAttribute(String) - Method in class iitb.con.core.Type
Removes the specified attribute
removeInstance(int) - Method in class iitb.con.ds.RelationTable
Removes the relation tuples based on the left entity id.
removeRelation(int) - Method in class iitb.con.ds.RelationTable
Removes the relation tuple based on the relation id
renameMove(String, String) - Static method in class iitb.con.util.FileUtil
Renames and move the file to the specified destination
repeating - Variable in class iitb.con.core.Attribute
Is the attribute is repeating?
reset() - Method in interface iitb.con.query.ItemSet
Resets the ItemSet cursor to the first item.
Result - Class in iitb.con.util
Result class holds the status of the method execution.
Result() - Constructor for class iitb.con.util.Result
 
Result(boolean) - Constructor for class iitb.con.util.Result
Initializes the newly created Result with success status.
Result(boolean, String) - Constructor for class iitb.con.util.Result
Initializes the newly created Result with the failure status and error message.
Result(boolean, String, Throwable) - Constructor for class iitb.con.util.Result
Initializes the newly created Result with the failure status and error message.
RIGHT_ENTITY_IDX - Static variable in class iitb.con.ds.RelationTable
Right entity index
rightId - Variable in class iitb.con.ds.RelationElement
Right entity id
rightInstanceId - Variable in class iitb.con.core.RelationInstance
Relation's right instance id
rightRole - Variable in class iitb.con.core.Relation
Relation's right role name

A B C D E F G H I K L M N O P Q R S T U V W