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

I

id - Variable in class iitb.con.core.Attribute
Attribute Id
id - Variable in class iitb.con.core.Instance
Instance Id
id - Variable in class iitb.con.core.Type
Type Id.
id - Variable in class iitb.con.util.IntArrayGrid
Id for the array grid
iitb.con.caching - package iitb.con.caching
 
iitb.con.clustering - package iitb.con.clustering
 
iitb.con.core - package iitb.con.core
 
iitb.con.ds - package iitb.con.ds
 
iitb.con.indexing - package iitb.con.indexing
 
iitb.con.indexing.isam - package iitb.con.indexing.isam
 
iitb.con.io - package iitb.con.io
 
iitb.con.net - package iitb.con.net
 
iitb.con.net.codegenerator - package iitb.con.net.codegenerator
 
iitb.con.query - package iitb.con.query
 
iitb.con.util - package iitb.con.util
 
IndexBuilder - Class in iitb.con.indexing
Builds the index for the given set of nodes (Node).
IndexBuilder() - Constructor for class iitb.con.indexing.IndexBuilder
 
IndexCache - Class in iitb.con.indexing
Caches the meta-index of the index structure.
IndexTree<K extends java.lang.Comparable<K>> - Interface in iitb.con.indexing
Interface for creating index structures for the instances.
induct(Type) - Method in class iitb.con.net.ConceptNet
Inducts the Type to the concept-nets.
induct(Type) - Method in class iitb.con.net.FileConceptNet
Inducts Type into the concept-net
insert(int, int, int) - Method in class iitb.con.ds.RelationTable
Inserts the relation tuple into the relation table
Instance - Class in iitb.con.core
Instance is the instantiated item of the Type.
All the instances of specialized type will extend the Instance class.
Instance() - Constructor for class iitb.con.core.Instance
 
instance - Variable in class iitb.con.ds.InstanceMetaItem
Instance object
INSTANCE_CACHE_SIZE - Static variable in class iitb.con.core.ConStoreConstants
Instance cache size
INSTANCE_TABLE_FILE - Static variable in class iitb.con.core.ConStoreConstants
Name of the instance table file name
instanceBytes - Variable in class iitb.con.ds.InstanceMetaItem
Instance as bytes
InstanceCluster - Class in iitb.con.clustering
Utitliy to cluster the entity instances of concept-net based on their relationships.
InstanceCluster() - Constructor for class iitb.con.clustering.InstanceCluster
 
instanceId - Variable in class iitb.con.ds.InstanceMetaItem
Instance Id
instanceId - Variable in class iitb.con.indexing.isam.LeafNode
Instance ids for the key
InstanceMetaItem - Class in iitb.con.ds
InstanceMetaItem holds the meta-information about the instance.
InstanceMetaItem() - Constructor for class iitb.con.ds.InstanceMetaItem
 
InstanceMetaItem(InstanceMetaItem) - Constructor for class iitb.con.ds.InstanceMetaItem
 
InstanceSerializer - Class in iitb.con.ds
InstanceSerializer serializes Instance to bytes and vice versa
InstanceSerializer(ItemTable<String, Short, Type>) - Constructor for class iitb.con.ds.InstanceSerializer
Initializes with TypeTable
InstanceTable - Class in iitb.con.ds
InstanceTable holds the InstanceMetaItem as value objects.
InstanceTable(String, String) - Constructor for class iitb.con.ds.InstanceTable
Constructs the InstanceTable.
InstanceTableFactory - Class in iitb.con.ds
Factory class to create the Instance Table which holds the instance meta item (InstanceMetaItem) It maintains a single instance of Instance Table.
InstanceTableFactory() - Constructor for class iitb.con.ds.InstanceTableFactory
 
InstanceTableSerializer - Class in iitb.con.ds
InstanceSerializer serializes InstanceMetaItem to bytes and vice versa
InstanceTableSerializer() - Constructor for class iitb.con.ds.InstanceTableSerializer
 
Int2DBinarySearch - Class in iitb.con.util
Integer Binary search for 2D integer array.
Int2DBinarySearch() - Constructor for class iitb.con.util.Int2DBinarySearch
 
Int2DHeapSort - Class in iitb.con.util
2D int array heap sort.
Int2DHeapSort() - Constructor for class iitb.con.util.Int2DHeapSort
 
INT_SIZE - Static variable in class iitb.con.core.DataType
 
IntArrayGrid - Class in iitb.con.util
IntArrayGrid is a unbound grid structure for integer values.
IntArrayGrid(int, int) - Constructor for class iitb.con.util.IntArrayGrid
Initializes with id and number of columns
IntArrayGrid(int, int, ByteBuffer) - Constructor for class iitb.con.util.IntArrayGrid
Initializes with id and number of columns and the byte buffer is used to initial the values in the grid; will be useful if user is reading the data from the disk and constructing the array grid
INTEGER - Static variable in class iitb.con.core.DataType
Integer data type
IO_BUFFER_SIZE - Static variable in class iitb.con.core.ConStoreConstants
IO Buffer size
IOAdapter - Interface in iitb.con.io
Interface to handle IO operations with file.
ISAMTree<K extends java.lang.Comparable<K>> - Class in iitb.con.indexing.isam
ISAMTree is index structure to index the instances based on their attribute.
ISAMTree(String, String) - Constructor for class iitb.con.indexing.isam.ISAMTree
Constructs the ISAMTree for the specified index file
isExists(String) - Static method in class iitb.con.net.ConStore
Returns true if concept-net of specified name exists
isFileExists(String) - Static method in class iitb.con.util.FileUtil
Return true if file exists in the system
isValuePairExist(int, int) - Method in class iitb.con.util.Sorted2DIntArray
Checks if given value pair exists in the array
itemLocation - Variable in class iitb.con.ds.InstanceMetaItem
Location of InstanceItem in the InstanceTable
ItemQuery - Class in iitb.con.query
 
ItemQuery(String, ItemTable<String, Short, Type>, ItemTable<Short, Integer, InstanceMetaItem>, RelationTable) - Constructor for class iitb.con.query.ItemQuery
Constructs the ItemQuery object and initializes with meta-information of concept-net
ItemReader<T> - Class in iitb.con.query
InstanceReader reads an instance item from the concept-net.
ItemReader(String, ItemSerializer<T>) - Constructor for class iitb.con.query.ItemReader
Constructs the InstanceReader with respective file and item serializer
ItemSerializer<T> - Interface in iitb.con.ds
Interface to serialize (from object to bytes) and deserialize (from bytes to object) items.
ItemSet<T> - Interface in iitb.con.query
An ItemSet is a representation for a set of items returned by query.

ItemSet interface allows to iterate the items within it.
ItemTable<K1,K2,V> - Interface in iitb.con.ds
ItemTable is table like structure to have key-value pairs.

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