Package com.embabel.plan
Interface WorldState
-
- All Implemented Interfaces:
-
com.embabel.common.core.types.HasInfoString,com.embabel.common.core.types.Timestamped
public interface WorldState implements HasInfoString, TimestampedTag interface for WorldState Different planners have different world state.
-
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class com.embabel.common.core.types.HasInfoString
infoString -
Methods inherited from class com.embabel.common.core.types.Timestamped
getTimestamp, isLaterThan -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-