Uses of Class
moise.oe.PlanInstance
-
Packages that use PlanInstance Package Description moise.oe -
-
Uses of PlanInstance in moise.oe
Fields in moise.oe declared as PlanInstance Modifier and Type Field Description protected PlanInstance
GoalInstance. inPlan
protected PlanInstance
GoalInstance. plan
Fields in moise.oe with type parameters of type PlanInstance Modifier and Type Field Description protected java.util.Set<PlanInstance>
SchemeInstance. plans
Methods in moise.oe that return PlanInstance Modifier and Type Method Description PlanInstance
GoalInstance. getPlanToAchieve()
Methods in moise.oe with parameters of type PlanInstance Modifier and Type Method Description private GoalInstance
OEAgent. getLeafestPossibleGoal(PlanInstance p)
void
GoalInstance. setInPlan(PlanInstance pi)
void
GoalInstance. setPlanToAchieve(PlanInstance pi)
set the plan that achieves this goal
-