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

G

generateCode(String, Entity) - Method in class iitb.con.net.codegenerator.CodeGenerator
Generates the code for Entity type
generateCode(String, Relation, String, String) - Method in class iitb.con.net.codegenerator.CodeGenerator
Generates the code for Relation type
get(K) - Method in interface iitb.con.caching.Cache
Returns the cached object for the given key
get(K) - Method in class iitb.con.caching.LRUCache
Returns the cached object for the given key
get(K) - Method in class iitb.con.caching.MRUCache
Returns the instance from the cache for the given instance id
get(K) - Method in class iitb.con.caching.SimpleLRUCache
Returns the cached object for the given key
get(Short, Integer) - Method in class iitb.con.ds.InstanceTable
Returns the InstanceMetaItem for the given type id and instance id
get(Short) - Method in class iitb.con.ds.InstanceTable
Returns the hash map with key-value pair as InstanceId , InstanceMetaItem for the given type id
get(Integer) - Method in class iitb.con.ds.InstanceTable
Returns the InstanceMetaItem for the given instance id
get(K1) - Method in interface iitb.con.ds.ItemTable
Gets the object based on sub key
get(K2) - Method in interface iitb.con.ds.ItemTable
Gets the object based on sub key
get(K1, K2) - Method in interface iitb.con.ds.ItemTable
Gets the object based on super and sub key
get(Short) - Method in class iitb.con.ds.TypeTable
Gets the Type for the specified type id
get(String, Short) - Method in class iitb.con.ds.TypeTable
Gets the Type for the specified type name or type id
get(K) - Method in class iitb.con.util.KeyList
Gets the value object for the specified key, if it matches.
get(K1, K2) - Method in class iitb.con.util.MultiKeyHashMap
Gets the value object for the specified (super)key K1 and (sub)key K2
get(K1) - Method in class iitb.con.util.MultiKeyHashMap
Gets the value object for the specified (super)key K1
get(K1, K2) - Method in interface iitb.con.util.MultiKeyMap
 
get(K1) - Method in interface iitb.con.util.MultiKeyMap
 
get(int) - Method in class iitb.con.util.Sorted2DIntArray
Retrieve the value present at an index position in the array.
get(int) - Method in class iitb.con.util.Unbound2DIntArray
Retrieve the value present at an index position in the array.
getAddList() - Method in class iitb.con.ds.ActionBufferList
Returns the add action list
getAllAttributes() - Method in class iitb.con.core.Type
Retrieves all the attributes into a List.
getAllEntityInstanceIds() - Method in class iitb.con.query.ItemQuery
Returns all the Entity Instances Id
getAllEntityInstanceIds() - Method in interface iitb.con.query.Query
Returns all the Entity Instances Id
getAllEntityInstances() - Method in class iitb.con.query.ItemQuery
Returns all the EntitiyInstances in the concept-net
getAllEntityInstances() - Method in interface iitb.con.query.Query
Returns all the EntitiyInstances in the concept-net
getAllEntityTypeIds() - Method in class iitb.con.query.ItemQuery
Returns all entity type ids
getAllEntityTypeIds() - Method in interface iitb.con.query.Query
Returns all entity type ids
getAllInstanceIds() - Method in class iitb.con.query.ItemQuery
Returns all the Entity and Relation Instances Id
getAllInstanceIds() - Method in interface iitb.con.query.Query
Returns all the Entity and Relation Instances Id
getAllItems() - Method in class iitb.con.ds.InstanceTable
Returns all the InstanceMetaItems from the table
getAllItems() - Method in interface iitb.con.ds.ItemTable
Returns all the items in the table
getAllItems() - Method in class iitb.con.ds.TypeTable
Gets all the types from the type table
getAllItems() - Method in class iitb.con.util.MultiKeyHashMap
Returns all the value objects in the MultiKeyHashMap
getAllRelationIds() - Method in class iitb.con.ds.RelationTable
Returns all the relation ids of the current array grid
getAllRelationInstanceIds() - Method in class iitb.con.query.ItemQuery
Returns all the Relation Instances Id
getAllRelationInstanceIds() - Method in interface iitb.con.query.Query
Returns all the Relation Instances Id
getAllRelationInstances() - Method in class iitb.con.query.ItemQuery
Returns all the RelationInstances in the concept-net
getAllRelationInstances() - Method in interface iitb.con.query.Query
Returns all the RelationInstances in the concept-net
getAllRelationTypeIds() - Method in class iitb.con.query.ItemQuery
Returns all relation type ids
getAllRelationTypeIds() - Method in interface iitb.con.query.Query
Returns all relation type ids
getAllRepeatingAttributes() - Method in class iitb.con.core.Type
Returns all the repeating attributes information into a List.
getAllSingleValuedAttributes() - Method in class iitb.con.core.Type
Returns all the single-valued attributes information into a List.
getAllTypeIds() - Method in class iitb.con.query.ItemQuery
Returns all type ids
getAllTypeIds() - Method in interface iitb.con.query.Query
Returns all type ids
getAttribute(String) - Method in class iitb.con.core.Type
Returns the attribute object for the given attribute name.
getAttributesCount() - Method in class iitb.con.core.Type
Returns the total numbers of attributes.
Returns 0, if type does not have any attributes.
getAttributeValue(String) - Method in class iitb.con.core.Instance
Returns the specified attributes value.
This method should be over-ridden by the specialized instances
getAttributeValue(String) - Method in class iitb.con.core.RelationInstance
 
getBySubKey(K2) - Method in class iitb.con.util.MultiKeyHashMap
Gets the value object for the specified (sub)key K2
getBytes(String) - Static method in class iitb.con.util.BytesConverter
Returns String value as bytes
getBytes(short) - Static method in class iitb.con.util.BytesConverter
Returns short value as bytes
getBytes(int) - Static method in class iitb.con.util.BytesConverter
Returns int value as bytes
getBytes(long) - Static method in class iitb.con.util.BytesConverter
Returns long value as bytes
getBytes(float) - Static method in class iitb.con.util.BytesConverter
Returns float value as bytes
getBytes(double) - Static method in class iitb.con.util.BytesConverter
Returns double value as bytes
getBytes(Date) - Static method in class iitb.con.util.BytesConverter
Returns Date value as bytes
getCol(int) - Method in class iitb.con.util.IntArrayGrid
Returns the column for the specified index
getConceptNetDir() - Static method in class iitb.con.net.ConceptNet
Returns the concept-net directory
getConceptNetName() - Static method in class iitb.con.net.ConceptNet
Returns the concept-net name along with path
getDataTypeString(byte) - Static method in class iitb.con.core.DataType
Return the data type string
getDataValue(byte, String) - Static method in class iitb.con.core.DataType
Returns the data type wrapper object
getDirection() - Method in class iitb.con.core.Relation
Returns the direction kind in the relation.
0 - LEFT_TO_RIGHT
1 - BIDIRECTIONAL
getDirection() - Method in class iitb.con.core.RelationInstance
Returns the direction kind in the relation.
0 - LEFT_TO_RIGHT
1 - BIDIRECTIONAL
getDirectionString(byte) - Static method in class iitb.con.core.Relation
Returns the direction kind in the relation as string.
getEntityInstances(Short) - Method in class iitb.con.query.ItemQuery
Returns all the entity instances of specified Type
getEntityInstances(String) - Method in class iitb.con.query.ItemQuery
Returns all the entity instances of specified Type
getEntityInstances(Short) - Method in interface iitb.con.query.Query
Returns all the entity instances of specified Type
getEntityInstances(String) - Method in interface iitb.con.query.Query
Returns all the entity instances of specified Type
getFileLength() - Method in class iitb.con.io.BufferedFileAdapter
Returns the length of the file
getFileLength() - Method in class iitb.con.io.FileAdapter
Returns the length of the file
getFileLength() - Method in interface iitb.con.io.IOAdapter
Returns the length of the file
getFileLength() - Method in class iitb.con.io.MemMapFileAdapter
Returns the length of the file
getFreeBlock(long) - Method in class iitb.con.util.ArrayFreeSpaceList
Returns the free block location
getFreeBlock(long) - Method in interface iitb.con.util.FreeSpaceList
Returns the free block location
getIndexFileName(Short, String) - Static method in class iitb.con.indexing.IndexBuilder
Gets the file name for the index.
getInstance() - Static method in class iitb.con.indexing.IndexCache
Singleton method to get the IndexCache instance
getInstance() - Static method in class iitb.con.net.codegenerator.CodeGenerator
Method to facilitate the singelton
getInstance(int) - Method in class iitb.con.query.ItemQuery
Returns the instance for the specified instance id
getInstance(int) - Method in interface iitb.con.query.Query
Returns the instance for the specified instance id
getInstanceIds(short) - Method in class iitb.con.query.ItemQuery
Returns the instance ids for the specified Type id
getInstanceIds(String) - Method in class iitb.con.query.ItemQuery
Returns the instance ids for the specified Type name
getInstanceIds(String, String, K) - Method in class iitb.con.query.ItemQuery
Returns the existing Instance ids from the concept-nets.
The instance id is retrieved based on the type with the specified attribute name and its value.
getInstanceIds(short) - Method in interface iitb.con.query.Query
Returns the instance ids for the specified Type id
getInstanceIds(String) - Method in interface iitb.con.query.Query
Returns the instance ids for the specified Type name
getInstanceIds(String, String, K) - Method in interface iitb.con.query.Query
Returns the existing Instance ids from the concept-nets.
The instance id is retrieved based on the type with the specified attribute name and its value.
getInstanceMetaItem(int) - Method in class iitb.con.query.ItemQuery
Returns the instance meta item of specified instance id
getInstanceMetaItem(int) - Method in interface iitb.con.query.Query
Returns the instance meta item of the specified instance id
getInstances(String, String, K) - Method in class iitb.con.query.ItemQuery
Returns the existing Instance from the concept-nets.
The instance is retrieved based on the type with the specified attribute name and its value.
getInstances(List<Integer>) - Method in class iitb.con.query.ItemQuery
Returns the instances for the specified instance id
getInstances(Short) - Method in class iitb.con.query.ItemQuery
Returns all the instances for the specified Type
getInstances(String) - Method in class iitb.con.query.ItemQuery
Returns all the instances for the specified Type
getInstances(String, String, K) - Method in interface iitb.con.query.Query
Returns the existing Instance from the concept-nets.
The instance is retrieved based on the type with the specified attribute name and its value.
getInstances(List<Integer>) - Method in interface iitb.con.query.Query
Returns the instances for the specified instance id
getInstances(Short) - Method in interface iitb.con.query.Query
Returns all the instances for the specified Type
getInstances(String) - Method in interface iitb.con.query.Query
Returns all the instances for the specified Type
getInstancesIds(short, String, K) - Method in class iitb.con.indexing.IndexCache
Retrieves the instance ids from the index for the specified type's attribute.
If index is not present in the cache, it is read from the index file and placed in the cache.
getInstanceTable(String, String) - Static method in class iitb.con.ds.InstanceTableFactory
Returns the Instance Table
getItem(long, int) - Method in class iitb.con.query.ItemReader
Retrieves and deserialize the item from the file
getItemAttributeValue(long, int, String) - Method in class iitb.con.query.ItemReader
Retrieves and deserialize the item from the file
getLeftEntityId() - Method in class iitb.con.core.Relation
Returns the left entity id of the relation
getLeftEntityId(int) - Method in class iitb.con.ds.RelationTable
Returns the left entity id for the given relation id
getLeftEntityId(int) - Method in class iitb.con.query.ItemQuery
Returns the left associated entity id of the given relation id
getLeftEntityId(int) - Method in interface iitb.con.query.Query
Returns the left associated entity id of the given relation id
getLeftRole() - Method in class iitb.con.core.RelationInstance
Returns the left role name of the relation.
getMetaIndex(K) - Method in interface iitb.con.indexing.IndexTree
Returns the meta-index of the index structure.
getMetaIndex(K) - Method in class iitb.con.indexing.isam.ISAMTree
Returns the meta-index of the index structure.
getMetaUpdateList() - Method in class iitb.con.ds.ActionBufferList
Returns the meta update action list
getName(String) - Static method in class iitb.con.util.FileUtil
Gets the file name from the filepath string
getNext(K) - Method in class iitb.con.util.KeyList
Gets the next value object of the specified key for nearest match.
getObject(Object) - Method in class iitb.con.ds.InstanceTable
Returns the InstanceMetaItems for the given type id
getObject(Object) - Method in interface iitb.con.ds.ItemTable
Gets the object from the table.
getObject(Object) - Method in class iitb.con.ds.TypeTable
Return NULL, since there is no implementation for this
getPrev(K) - Method in class iitb.con.util.KeyList
Gets the previous value object of the specified key for nearest match.
getRelatedInstanceIds(int) - Method in class iitb.con.query.ItemQuery
Returns the instance ids based on the relation association of the specified instance
getRelatedInstanceIds(int, String) - Method in class iitb.con.query.ItemQuery
Returns the related Instance ids for the specified entity instance id and filtered by relation type name
getRelatedInstanceIds(int) - Method in interface iitb.con.query.Query
Returns the instance ids based on the relation association of the specified instance
getRelatedInstanceIds(int, String) - Method in interface iitb.con.query.Query
Returns the related Instance ids for the specified entity instance id and filtered by relation type name
getRelationIds(int) - Method in class iitb.con.query.ItemQuery
Returns the associated relations Ids of an entity instance id
getRelationIds(int, String) - Method in class iitb.con.query.ItemQuery
Returns the associated relations Ids of an entity instance id and filtered by relation type name
getRelationIds(int) - Method in interface iitb.con.query.Query
Returns the associated relations Ids of an entity instance id
getRelationIds(int, String) - Method in interface iitb.con.query.Query
Returns the associated relations Ids of an entity instance id and filtered by relation type name
getRelationInstances(Short) - Method in class iitb.con.query.ItemQuery
Returns all the relation instances of specified Type
getRelationInstances(String) - Method in class iitb.con.query.ItemQuery
Returns all the relation instances of specified Type
getRelationInstances(Short) - Method in interface iitb.con.query.Query
Returns all the relation instances of specified Type
getRelationInstances(String) - Method in interface iitb.con.query.Query
Returns all the relation instances of specified Type
getRelationTupleByRelationId(int) - Method in class iitb.con.ds.RelationTable
Returns the relation tuple based on the realtion id.
getRelationTuplesByEntityId(int) - Method in class iitb.con.ds.RelationTable
Returns the relation tuples based on the left entity id.
getRemoveList() - Method in class iitb.con.ds.ActionBufferList
Returns the update action list
getRightEntityId() - Method in class iitb.con.core.Relation
Returns the right entity id of the relation
getRightEntityId(int) - Method in class iitb.con.ds.RelationTable
Returns the right entity id for the given relation id
getRightEntityId(int) - Method in class iitb.con.query.ItemQuery
Returns the right associated entity id of the given relation id
getRightEntityId(int) - Method in interface iitb.con.query.Query
Returns the right associated entity id of the given relation id
getRightRole() - Method in class iitb.con.core.RelationInstance
Returns the right role name of the relation.
getRowByBinarySearch(int) - Method in class iitb.con.util.IntArrayGrid
Returns the row as integer array based on the given key match with first column.
Returns first match in case of duplicate keys.
getRows(int, int) - Method in class iitb.con.util.IntArrayGrid
Returns the rows as 2d integer array based on the given key match with the specified column.
getSize() - Method in interface iitb.con.caching.Cache
Returns the size of cache in bytes
getSize() - Method in class iitb.con.caching.LRUCache
Returns the size of cache in bytes
getSize() - Method in class iitb.con.caching.MRUCache
Returns the size of cache in bytes
getType(String) - Method in class iitb.con.net.ConceptNet
Returns the existing Type from the concept-nets.
Returns NULL, if Type does not exists.
getType(String) - Method in class iitb.con.net.FileConceptNet
Returns the Type of specified name.
getType(String) - Method in class iitb.con.query.ItemQuery
Returns Type for the specified type name
getType(String) - Method in interface iitb.con.query.Query
Returns Type for the specified type name
getTypeId(int) - Method in class iitb.con.query.ItemQuery
Returns the type id of the specified instance
getTypeId(String) - Method in class iitb.con.query.ItemQuery
Returns the type id of the specified type name
getTypeId(int) - Method in interface iitb.con.query.Query
Returns the type id of the specified instance
getTypeId(String) - Method in interface iitb.con.query.Query
Returns the type id of the specified type name
getTypeName(short) - Method in class iitb.con.query.ItemQuery
Returns the type name for the specified type id
getTypeName(short) - Method in interface iitb.con.query.Query
Returns the type name for the specified type id
getTypeTable(String, String) - Static method in class iitb.con.ds.TypeTableFactory
Returns the Type Table
getUpdateList() - Method in class iitb.con.ds.ActionBufferList
Returns the update action list
getValues(K) - Method in interface iitb.con.indexing.IndexTree
Retrieves the values for the specified key
getValues(K) - Method in class iitb.con.indexing.isam.ISAMTree
Retrieves the values for the specified key
GraphClustering - Interface in iitb.con.clustering
Interface for graph clustering

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