Uses of Class
moise.os.fs.Plan
-
Packages that use Plan Package Description moise.oe moise.os.fs -
-
Uses of Plan in moise.oe
Fields in moise.oe declared as Plan Modifier and Type Field Description protected Plan
PlanInstance. spec
Methods in moise.oe that return Plan Modifier and Type Method Description Plan
PlanInstance. getSpec()
Constructors in moise.oe with parameters of type Plan Constructor Description PlanInstance(Plan p)
-
Uses of Plan in moise.os.fs
Fields in moise.os.fs declared as Plan Modifier and Type Field Description protected Plan
Goal. inPlan
protected Plan
Goal. plan
Fields in moise.os.fs with type parameters of type Plan Modifier and Type Field Description protected java.util.Set<Plan>
Scheme. plans
Methods in moise.os.fs that return Plan Modifier and Type Method Description Plan
Goal. getInPlan()
Plan
Goal. getPlan()
gets the plan to achieve this goal (in case the goal is the head of a plan)Methods in moise.os.fs that return types with arguments of type Plan Modifier and Type Method Description java.util.Collection<Plan>
Scheme. getPlans()
-