Package com.embabel.agent.core
Interface AgentSystemStep
-
- All Implemented Interfaces:
-
com.embabel.agent.core.Operation,com.embabel.common.core.types.Described,com.embabel.common.core.types.HasInfoString,com.embabel.common.core.types.Named,com.embabel.common.core.types.NamedAndDescribed,com.embabel.plan.Step,com.embabel.plan.goap.GoapStep
public interface AgentSystemStep implements GoapStep, NamedAndDescribed, Operation
-
-
Method Summary
-
Methods inherited from class com.embabel.plan.goap.GoapStep
getKnownConditions, getPreconditions, isAchievable -
Methods inherited from class com.embabel.common.core.types.HasInfoString
infoString -
Methods inherited from class com.embabel.plan.Step
getName, getValue -
Methods inherited from class com.embabel.common.core.types.Described
getDescription -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-