Interface DataFlowStep

  • All Implemented Interfaces:
    com.embabel.agent.core.AgentSystemStep , 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 DataFlowStep
     implements AgentSystemStep
                        

    Step that takes data as input and produces data as output.

    • 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> getOutputs() Expected data outputs of the 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.agent.core.AgentSystemStep

        getInputs
      • 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