| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PlanBuilder | |
|---|---|
| ix.icore.plan.build | Utilities for constructing plans. | 
| ix.test | Simple applications for testing purposes. | 
| Uses of PlanBuilder in ix.icore.plan.build | 
|---|
| Classes in ix.icore.plan.build that implement PlanBuilder | |
|---|---|
 class | 
ExamplePlanBuilder
Plan-construction utility.  | 
 class | 
SimplePlanBuilder
Plan-construction utility.  | 
| Uses of PlanBuilder in ix.test | 
|---|
| Fields in ix.test declared as PlanBuilder | |
|---|---|
(package private)  PlanBuilder | 
CompendiumToIX.builder
 | 
| Methods in ix.test that return PlanBuilder | |
|---|---|
static PlanBuilder | 
PlanBuilderTest.makePlanBuilder(java.lang.Class c)
Makes a PlanBuilder by calling the 0-argument constuctor of the specified class.  | 
| Methods in ix.test with parameters of type PlanBuilder | |
|---|---|
 Plan | 
PlanBuilderTest.makeExamplePlan(PlanBuilder pb)
Constructs a simple plan containing some issues, activities, constraints, and annotations.  | 
 void | 
PlanBuilderTest.test(PlanBuilder pb)
Calls PlanBuilderTest.makeExamplePlan(PlanBuilder) and prints the
 resulting plan as XML to System.out. | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||