ix.iplan
Class Domain

java.lang.Object
  |
  +--java.util.Dictionary
        |
        +--java.util.Hashtable
              |
              +--ix.iplan.SchemaTable
                    |
                    +--ix.iplan.Domain

public class Domain
extends SchemaTable

See Also:
Serialized Form

Field Summary
 SchemaTable schemaTable
           
 
Fields inherited from class ix.iplan.SchemaTable
allSchemas, processSchemas
 
Fields inherited from class java.util.Hashtable
count, ENTRIES, entrySet, KEYS, keySet, loadFactor, modCount, serialVersionUID, table, threshold, values, VALUES
 
Constructor Summary
Domain()
           
 
Method Summary
 void addInitialFact(PVPair fact)
           
 void analyseDomain()
           
 
Methods inherited from class ix.iplan.SchemaTable
addSchema, checkSchemaReferences, getAllProcessSchemas, getMatchingProcessSchemas, getMatchingSchemas, getMatchingSchemas, getSchemasWithAction, staticExpansionTree
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, readObject, rehash, remove, size, toString, values, writeObject
 
Methods inherited from class java.lang.Object
, finalize, getClass, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

schemaTable

public SchemaTable schemaTable
Constructor Detail

Domain

public Domain()
Method Detail

addInitialFact

public void addInitialFact(PVPair fact)

analyseDomain

public void analyseDomain()