iitb.con.ds
Class TypeTableFactory
java.lang.Object
iitb.con.ds.TypeTableFactory
public class TypeTableFactory
- extends java.lang.Object
Factory class to create the Type Table which holds the Types (Type
)
It maintains a single instance of Type Table.
Method Summary |
static ItemTable<java.lang.String,java.lang.Short,Type> |
getTypeTable(java.lang.String fileName,
java.lang.String mode)
Returns the Type Table |
static void |
shutDown()
Shutdowns the Type Table factory. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TypeTableFactory
public TypeTableFactory()
getTypeTable
public static ItemTable<java.lang.String,java.lang.Short,Type> getTypeTable(java.lang.String fileName,
java.lang.String mode)
- Returns the Type Table
- Parameters:
fileName
- type table file namemode
- opening mode (r, rw)
- Returns:
- Type Table
- See Also:
ItemTable
shutDown
public static void shutDown()
- Shutdowns the Type Table factory.
This method is used to close the concept-net