ai.planning.strips
Class Problem.ObjectTypeSystem

java.lang.Object
  extended by ai.planning.strips.Problem.ObjectTypeSystem
Enclosing class:
Problem

protected static class Problem.ObjectTypeSystem
extends java.lang.Object


Field Summary
protected  java.util.HashMap<ai.krr.NamedSymbol,Domain.DomainType> objToType
           
protected  java.util.HashMap<Domain.DomainType,java.util.Set<ai.krr.NamedSymbol>> typeToObjs
           
 
Constructor Summary
protected Problem.ObjectTypeSystem(Problem problem)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

objToType

protected java.util.HashMap<ai.krr.NamedSymbol,Domain.DomainType> objToType

typeToObjs

protected java.util.HashMap<Domain.DomainType,java.util.Set<ai.krr.NamedSymbol>> typeToObjs
Constructor Detail

Problem.ObjectTypeSystem

protected Problem.ObjectTypeSystem(Problem problem)