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

S

serialize(Instance) - Method in class iitb.con.ds.InstanceSerializer
Serializes Instance to bytes
serialize(InstanceMetaItem) - Method in class iitb.con.ds.InstanceTableSerializer
Serializes InstanceMetaItem to bytes
serialize(T) - Method in interface iitb.con.ds.ItemSerializer
Serializes the given object to bytes
serialize(Type) - Method in class iitb.con.ds.TypeSerializer
Serializes Type to bytes
serialize(LeafNode<T>) - Method in class iitb.con.indexing.isam.LeafNode
Serializes into bytes of the given leaf node.
serialize(NonLeafNode) - Method in class iitb.con.indexing.isam.NonLeafNode
Serializes into bytes of the given non-leaf node.
Serializer - Class in iitb.con.util
Serializer util to converts the wrapper class primitive object types to bytes and vice-versa.
Serializer() - Constructor for class iitb.con.util.Serializer
 
set(int, int) - Method in class iitb.con.util.Sorted2DIntArray
Sets the values based on the index match of value1 in the array.
set(int, int...) - Method in class iitb.con.util.Unbound2DIntArray
Set the value at an index position in the array.
setAllAttributes(List<Attribute>) - Method in class iitb.con.core.Type
Sets all the attributes through List
setAttribute(String, byte, boolean) - Method in class iitb.con.core.Type
Sets or modifies the existing attribute information.
setAttribute(Attribute) - Method in class iitb.con.core.Type
Sets or modifies the existing attribute information.
setAttributeValue(String, Object) - Method in class iitb.con.core.Instance
Sets the instance's attribute value.
This method should be over-ridden by the specialized instances
setAttributeValue(String, Object) - Method in class iitb.con.core.RelationInstance
 
setDirection(byte) - Method in class iitb.con.core.Relation
Sets the direction kind of the Relation.
setItem(Short, Integer, InstanceMetaItem) - Method in class iitb.con.ds.InstanceTable
Sets the InstanceMetaItem with keys as type id and instance id
setLeft(Entity) - Method in class iitb.con.core.Relation
Sets the entity type for the left item.
setLeftEntityId(short) - Method in class iitb.con.core.Relation
Set the left entity id of the relation.
setLeftInstance(EntityInstance) - Method in class iitb.con.core.RelationInstance
Sets the instance for the left item.
setRight(Entity) - Method in class iitb.con.core.Relation
Sets the entity type for the right item.
setRightEntityId(short) - Method in class iitb.con.core.Relation
Set the right entity id of the relation.
setRightInstance(EntityInstance) - Method in class iitb.con.core.RelationInstance
Sets the instance for the right item.
setRow(int, int, int...) - Method in class iitb.con.util.IntArrayGrid
Sets the row value based on the matching value in the grid
setSize(int) - Method in class iitb.con.util.Sorted2DIntArray
Sets the number of values currently present in the array.
setType(Type) - Method in class iitb.con.core.Instance
Sets the type of the instance
SHORT - Static variable in class iitb.con.core.DataType
Short data type
SHORT_SIZE - Static variable in class iitb.con.core.DataType
Long data type
showStaistics() - Method in class iitb.con.net.ConceptNet
Display the statistical information about the concept-net.
showStaistics() - Method in class iitb.con.net.FileConceptNet
Display the statistical information about the concept-net.
shutDown() - Static method in class iitb.con.ds.InstanceTableFactory
Shutdowns the Instance Table factory.
shutDown() - Static method in class iitb.con.ds.TypeTableFactory
Shutdowns the Type Table factory.
SimpleLRUCache<K,V> - Class in iitb.con.caching
A simple LRU cache.
SimpleLRUCache() - Constructor for class iitb.con.caching.SimpleLRUCache
 
SimpleLRUCache(int) - Constructor for class iitb.con.caching.SimpleLRUCache
 
size - Variable in class iitb.con.caching.CacheObject
Size of the cache object
size - Variable in class iitb.con.ds.InstanceMetaItem
Size of the instance
size() - Method in class iitb.con.ds.InstanceTable
Returns the size of the table i.e.
size() - Method in interface iitb.con.ds.ItemTable
Size of the table (number items in the table)
size() - Method in class iitb.con.ds.TypeTable
Returns the size of the table i.e.
size() - Method in interface iitb.con.query.ItemSet
Returns the size of the ItemSet (number of items in the set).
size() - Method in class iitb.con.util.KeyList
Returns the list size
size() - Method in class iitb.con.util.MultiKeyHashMap
Size of MultiKeyHashMap
size() - Method in class iitb.con.util.Sorted2DIntArray
Get the number of values currently present in the array.
size() - Method in class iitb.con.util.Unbound2DIntArray
Get the number of values currently present in the array.
sort(int[][]) - Static method in class iitb.con.util.Int2DHeapSort
Sorts the 2d int array based on the first column as the key
sort() - Method in class iitb.con.util.IntArrayGrid
Sorts the grid based on the first column value
sort() - Method in class iitb.con.util.KeyList
Sorts the key list
Sorted2DIntArray - Class in iitb.con.util
Sorted 2D Integer Array consists of two columns (key-value) and the values are maintained in sorted order according to the key.
Sorted2DIntArray(int) - Constructor for class iitb.con.util.Sorted2DIntArray
Constructor with full specification.
Sorted2DIntArray(ByteBuffer) - Constructor for class iitb.con.util.Sorted2DIntArray
 
status(Result) - Static method in class iitb.con.util.Result
Outputs the status of the Result object
status(String, Result) - Static method in class iitb.con.util.Result
Outputs the status of the Result object along with the user's message
storeProperties(String, Properties) - Static method in class iitb.con.util.PropertiesConfig
Stores the properties into the config file
storeProperties(Class, String, Properties) - Static method in class iitb.con.util.PropertiesConfig
Stores the properties into the config file, if file is inside a package
STRING - Static variable in class iitb.con.core.DataType
String data type
Success - Variable in class iitb.con.util.Result
Stores true or false value of the method execution status

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