br.pucrio.inf.les.bdijade.plan
Interface OutputPlanBody


public interface OutputPlanBody

This interface defines that a 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 excplicit performing this taks of setting outpust.

Author:
ingrid

Method Summary
 void setGoalOutput(Goal goal)
          Sets the output parameters in the goal.
 

Method Detail

setGoalOutput

void setGoalOutput(Goal goal)
Sets the output parameters in the goal.

Parameters:
goal - the goal whose output parameters are to be set.