|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Plan | |
---|---|
ix.icore.plan | Classes for external / snapshot representation of processes. |
ix.icore.plan.build | Utilities for constructing plans. |
ix.icore.plan.inspect | Utilities for examining plans. |
ix.icore.process | Classes for representing processes. |
ix.iface.plan | Plan outputters. |
ix.ip2 | I-X Process Panels |
ix.iplan | The I-X planner. |
ix.test | Simple applications for testing purposes. |
Uses of Plan in ix.icore.plan |
---|
Subclasses of Plan in ix.icore.plan | |
---|---|
class |
DomainAsPlan
A plan constructed from a domain that's meant to represent a plan. |
Constructors in ix.icore.plan with parameters of type Plan | |
---|---|
PlanAsDomain(Plan plan)
|
Uses of Plan in ix.icore.plan.build |
---|
Fields in ix.icore.plan.build declared as Plan | |
---|---|
protected Plan |
ExamplePlanBuilder.plan
|
Methods in ix.icore.plan.build that return Plan | |
---|---|
Plan |
SimplePlanBuilder.getPlan()
|
Plan |
PlanBuilder.getPlan()
Builds everything added so far into a plan and returns that plan. |
Plan |
ExamplePlanBuilder.getPlan()
|
Uses of Plan in ix.icore.plan.inspect |
---|
Fields in ix.icore.plan.inspect declared as Plan | |
---|---|
protected Plan |
PlanInspector.plan
|
Constructors in ix.icore.plan.inspect with parameters of type Plan | |
---|---|
PlanInspector(Plan plan)
|
Uses of Plan in ix.icore.process |
---|
Methods in ix.icore.process that return Plan | |
---|---|
Plan |
ProcessModelManager.getPlan()
|
Methods in ix.icore.process with parameters of type Plan | |
---|---|
void |
ProcessModelManager.setPlan(Plan plan)
|
Uses of Plan in ix.iface.plan |
---|
Methods in ix.iface.plan that return Plan | |
---|---|
Plan |
InitLoader.readInit(java.net.URL url)
|
Methods in ix.iface.plan with parameters of type Plan | |
---|---|
void |
InitSaver.savePlan(Plan plan,
java.io.File file)
|
void |
TextPlanWriter.writePlan(Plan plan)
|
void |
HtmlPlanWriter.writePlan(Plan plan)
|
Uses of Plan in ix.ip2 |
---|
Methods in ix.ip2 that return Plan | |
---|---|
Plan |
Ip2ModelManager.getPlan()
|
Plan |
Ip2.getPlan()
|
Methods in ix.ip2 with parameters of type Plan | |
---|---|
void |
Ip2.loadPlan(Plan plan)
|
void |
Ip2ModelManager.setPlan(Plan plan)
|
Constructors in ix.ip2 with parameters of type Plan | |
---|---|
PlanInstaller(Ip2 ip2,
Plan plan)
|
Uses of Plan in ix.iplan |
---|
Fields in ix.iplan declared as Plan | |
---|---|
protected Plan |
FilteredPlanner.plan
|
Methods in ix.iplan that return Plan | |
---|---|
Plan |
IPlanOptionManager.Opt.asPlan()
|
Plan |
FilteredPlanner.getPlan()
|
Plan |
Planner.getPlan()
Returns this planner's current plan. |
protected Plan |
AutoTester.TestRunner.initialPlan()
|
protected Plan |
AutoTester.TestRunner.taskPlan()
|
Methods in ix.iplan with parameters of type Plan | |
---|---|
void |
FilteredPlanner.loadPlan(Plan plan)
|
void |
Planner.loadPlan(Plan plan)
Adds the contents of the specified plan to this planner's current plan. |
protected void |
PlannerBase.outputPlanPSGraphData(Plan plan)
|
protected void |
AutoTester.TestRunner.savePlanFromPlan(Plan plan)
|
Constructors in ix.iplan with parameters of type Plan | |
---|---|
PlanCheckingSimulator(Plan plan,
Domain domain)
Creates a simulator for the specified plan and domain. |
Uses of Plan in ix.test |
---|
Methods in ix.test that return Plan | |
---|---|
Plan |
BlockStacker.getPlan()
|
Plan |
BlockStacker.initialPlan()
|
Plan |
BlockStacker.initialPlan(java.util.List initialTowers,
java.util.List finalTowers)
|
protected Plan |
PlanningTest.initialPlan(java.lang.String task)
|
Plan |
PlanBuilderTest.makeExamplePlan(PlanBuilder pb)
Constructs a simple plan containing some issues, activities, constraints, and annotations. |
Methods in ix.test with parameters of type Plan | |
---|---|
protected void |
FilePlanner.outputPlan(Plan plan)
|
void |
OPlanPSGraph.outputPlanForOPlan(Plan plan,
java.io.PrintStream out)
|
void |
OPlanPSGraph.outputPlanForOPlan(Plan plan,
java.lang.String where)
|
Constructors in ix.test with parameters of type Plan | |
---|---|
SimpleRSim(Plan plan,
Domain domain)
Creates a simulator for the specified plan and domain. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |