Uses of Class
ix.icore.plan.PlanNode

Packages that use PlanNode
ix.icore.plan.build Utilities for constructing plans. 
ix.ip2 I-X Process Panels 
ix.test Simple applications for testing purposes. 
 

Uses of PlanNode in ix.icore.plan.build
 

Methods in ix.icore.plan.build with parameters of type PlanNode
protected  void SimplePlanBuilder.buildExpansion(PlanNode node, java.util.List children)
           
protected  void SimplePlanBuilder.walkActivities(java.util.List activities, java.util.List planNodes, PlanNode parent)
           
 

Uses of PlanNode in ix.ip2
 

Methods in ix.ip2 that return PlanNode
(package private)  PlanNode PlanMaker.getPlanNode(ActivityItem item)
           
(package private)  PlanNode PlanMaker.makePlanNode(java.lang.String idBase, ActivityItem item)
           
 

Methods in ix.ip2 with parameters of type PlanNode
(package private)  void PlanMaker.buildExpansion(ActivityItem item, PlanNode node)
           
(package private)  void PlanInstaller.installExpansion(PlanNode node)
           
 

Uses of PlanNode in ix.test
 

Methods in ix.test with parameters of type PlanNode
(package private)  LList OPlanPSGraph.nodeToList(PlanNode node)