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

C

Cache<K> - Interface in iitb.con.caching
Caching for Queries
CacheObject - Class in iitb.con.caching
Cache Object
CacheObject() - Constructor for class iitb.con.caching.CacheObject
 
CacheObject(Object, int) - Constructor for class iitb.con.caching.CacheObject
 
clear() - Method in interface iitb.con.caching.Cache
Clears the cache
clear() - Method in class iitb.con.caching.LRUCache
Clears the cache
clear() - Method in class iitb.con.caching.MRUCache
Clears the cache
clear() - Method in class iitb.con.ds.ActionBufferList
Clears the action buffers and resets the size to zero
clear() - Method in class iitb.con.indexing.IndexCache
Clears the Index Cache List
clear() - Method in class iitb.con.util.MultiKeyHashMap
Clears the entire hash map
clear() - Method in class iitb.con.util.Sorted2DIntArray
Set the array to the empty state.
clear() - Method in class iitb.con.util.Unbound2DIntArray
Set the array to the empty state.
CliqueClustering - Class in iitb.con.clustering
Clusters the existing instances based on its relationships.
CliqueClustering() - Constructor for class iitb.con.clustering.CliqueClustering
 
close() - Method in class iitb.con.ds.InstanceTable
Close the file associate with the table
close() - Method in interface iitb.con.ds.ItemTable
Close the file associate with the table
close() - Method in class iitb.con.ds.RelationTable
Closes the relation table associated files
close() - Method in class iitb.con.ds.TypeTable
Close the file associate with the table
close() - Method in interface iitb.con.indexing.IndexTree
Closes the index structure files.
close() - Method in class iitb.con.indexing.isam.ISAMTree
Closes the index structure files.
close() - Method in class iitb.con.io.BufferedFileAdapter
Closes the IO Adapter
close() - Method in class iitb.con.io.FileAdapter
Closes the IO Adapter
close() - Method in interface iitb.con.io.IOAdapter
Closes the IO Adapter
close() - Method in class iitb.con.io.MemMapFileAdapter
Closes the IO Adapter
close() - Method in class iitb.con.net.ConceptNet
Closes the concept-net.
close() - Method in class iitb.con.net.FileConceptNet
Closes the concept-net.
close() - Method in class iitb.con.query.ItemQuery
Closes the files that associated with the query object
close() - Method in class iitb.con.query.ItemReader
Closes the item file
close() - Method in interface iitb.con.query.Query
Closes the files that associated with the query object
close() - Method in class iitb.con.util.ArrayFreeSpaceList
Closes the free space list file
close() - Method in interface iitb.con.util.FreeSpaceList
Closes the free space list file
cluster(Map<Integer, List<ClusterNode>>, ClusterNode, short) - Method in class iitb.con.clustering.CliqueClustering
Initializes the concept-net graph and the node to start along with cluster diameter
cluster(Map<Integer, List<Integer>>, List<Integer>) - Method in interface iitb.con.clustering.GraphClustering
Performs the graph clustering and returns the clustered data in ordered fashion
cluster(String, short) - Static method in class iitb.con.clustering.InstanceCluster
 
clusterId - Variable in class iitb.con.clustering.ClusterNode
 
clusterId - Variable in class iitb.con.ds.InstanceMetaItem
Cluster Id
ClusterNode - Class in iitb.con.clustering
 
ClusterNode() - Constructor for class iitb.con.clustering.ClusterNode
 
ClusterNode(int) - Constructor for class iitb.con.clustering.ClusterNode
 
ClusterNode(int, short) - Constructor for class iitb.con.clustering.ClusterNode
 
cluterId - Variable in class iitb.con.ds.RelationElement
 
CodeGenerator - Class in iitb.con.net.codegenerator
CodeGenerator generates java code for the given Type, it may be Entity or Relation.
commit() - Method in class iitb.con.ds.InstanceTable
Commits the instances to the respective file.
Commit operation is performed based on the object and action state that present in the ActionBufferList.
commit() - Method in interface iitb.con.ds.ItemTable
Commits the table contents to the file
commit() - Method in class iitb.con.ds.RelationTable
Commits the relation table changes
commit() - Method in class iitb.con.ds.TypeTable
Commits the types to the respective file
commit() - Method in class iitb.con.net.ConceptNet
Commits the changes to the concept-net.
commit() - Method in class iitb.con.net.FileConceptNet
Commits the changes to the concept-net.
commit() - Method in class iitb.con.util.ArrayFreeSpaceList
Commits the changes to the free space list file
commit() - Method in interface iitb.con.util.FreeSpaceList
Commits the changes to the free space list file
compareTo(Object) - Method in class iitb.con.clustering.ClusterNode
 
compareTo(Node<K>) - Method in class iitb.con.ds.Node
 
compareTo(RelationElement) - Method in class iitb.con.ds.RelationElement
 
compareTo(KeyList.Entry<K, V>) - Method in class iitb.con.util.KeyList.Entry
 
ConceptNet - Class in iitb.con.net
ConceptNet abstracts and manages the Type and Instance in the concept-nets.
It provides methods to add, update, and remove the types and instances in the concept-nets.
It also provides a high level retrieval support through Query object.
ConceptNet() - Constructor for class iitb.con.net.ConceptNet
 
ConStore - Class in iitb.con.net
ConStore provides the high level system operations such as create, open, and deletion of ConceptNet.
ConStore() - Constructor for class iitb.con.net.ConStore
 
ConStoreConstants - Class in iitb.con.core
Contains the static constants of the project
ConStoreConstants() - Constructor for class iitb.con.core.ConStoreConstants
 
containsKey(K1, K2) - Method in class iitb.con.util.MultiKeyHashMap
Returns true if value object is present for the specified (super)key K1 and (sub)key K2
containsKey(K1) - Method in class iitb.con.util.MultiKeyHashMap
Returns true if value object is present for the specified (super)key K1
copy(File, File) - Static method in class iitb.con.util.FileUtil
Copy the file to the specified destination
create(List<Node<K>>) - Method in interface iitb.con.indexing.IndexTree
Creates the index for given set of key-value pair.
create(List<Node<K>>) - Method in class iitb.con.indexing.isam.ISAMTree
Creates the index file for the give nodes list
create(String) - Static method in class iitb.con.net.ConStore
Creates new concept-net and opens in the specified mode.
The opening mode can read (r) or read-write (rw).
createDir(String) - Static method in class iitb.con.util.FileUtil
Creates directory for the given path string
createDirForFilePathString(String) - Static method in class iitb.con.util.FileUtil
Creates the directory(-ies) for the given filepath string
createFile(String) - Static method in class iitb.con.util.FileUtil
Create the file if it does not exists
createIndex(String, String, List<Node<K>>) - Static method in class iitb.con.indexing.IndexBuilder
Creates the index structure for the given list of nodes
createIndex(String, String, K) - Method in class iitb.con.net.ConceptNet
Creates the index for the specified type attribute.
createIndex(String, String, K) - Method in class iitb.con.net.FileConceptNet
Creates Index of the specified type's attribute.

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