public class HandleRequirementsTask extends PlanBuilderTask
Constructor and Description |
---|
HandleRequirementsTask() |
Modifier and Type | Method and Description |
---|---|
PlanBuilderElem |
makeDecision(PlanBuilderElem input)
Declares a decision making strategy over
PlanBuilderElem
elements. |
setID
public final PlanBuilderElem makeDecision(PlanBuilderElem input) throws PlanBuilderException
PlanBuilderTask
PlanBuilderElem
elements.makeDecision
in class PlanBuilderTask
input
- PlanBuilderElem
the required data to make a decision plan.PlanBuilderElem
with the initial request and response
possibly modified in accordance to the decision making strategy.PlanBuilderException