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
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • 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
      abstract Set<IoBinding> getInputs() Data inputs to this step.
      • 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
    • Constructor Detail

    • Method Detail

      • getInputs

         abstract Set<IoBinding> getInputs()

        Data inputs to this step. Will be used to build preconditions, in addition to explicit preconditions.