Interface ConditionGoal
-
- All Implemented Interfaces:
-
com.embabel.common.core.types.HasInfoString,com.embabel.common.core.types.Named,com.embabel.plan.Goal,com.embabel.plan.Step,com.embabel.plan.common.condition.ConditionStep
public interface ConditionGoal implements ConditionStep, Goal
Goal in a GOAP system.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classConditionGoal.Companion
-
Method Summary
Modifier and Type Method Description StringinfoString(Boolean verbose, Integer indent)Set<String>getKnownConditions()The names of all conditions that are referenced by this step -
Methods inherited from class com.embabel.plan.common.condition.ConditionStep
getPreconditions, isAchievable -
Methods inherited from class com.embabel.plan.Step
getName, getValue -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
infoString
String infoString(Boolean verbose, Integer indent)
-
getKnownConditions
Set<String> getKnownConditions()
The names of all conditions that are referenced by this step
-
-
-
-