Interface GoapGoal

  • 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.goap.GoapStep

    
    public interface GoapGoal
     implements GoapStep, Goal
                        

    Goal in a GOAP system.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public class GoapGoal.Companion
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      String infoString(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.goap.GoapStep

        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