public interface OutputPlanBody
PlanBody provides output for a goal
that is being achieved. These outputs that are properties of the goal may be
set during the plan body execution, but this interface defines a method for
explicit performing this task of setting outputs.| Modifier and Type | Method and Description |
|---|---|
void |
setGoalOutput(Goal goal)
Sets the output parameters in the goal.
|
void setGoalOutput(Goal goal)
goal - the goal whose output parameters are to be set.