Package com.embabel.agent.core
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.common.condition.ConditionStep
public interface DataFlowStep implements AgentSystemStep
Step that takes data as input and produces data as output.
-
-
Method Summary
Modifier and Type Method Description abstract Set<IoBinding>getOutputs()Expected data outputs of the step. -
Methods inherited from class com.embabel.plan.common.condition.ConditionStep
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
-
-
Method Detail
-
getOutputs
abstract Set<IoBinding> getOutputs()
Expected data outputs of the step.
-
-
-
-