Uses of Class
ix.icore.plan.PlanObject

Packages that use PlanObject
ix.icore.plan Classes for external / snapshot representation of processes. 
 

Uses of PlanObject in ix.icore.plan
 

Subclasses of PlanObject in ix.icore.plan
 class AbstractPlanItem
          Common superclass for PlanIssue and PlanNode.
 class AbstractRefinement
           
 class DomainAsPlan
          A plan constructed from a domain that's meant to represent a plan.
 class Plan
          Represents a plan in a form that can be converted to XML, etc.
 class PlanIssue
          Wraps an Issue when it appears in a plan.
 class PlanIssueRefinement
          Describes one level of the expansion of a PlanIssue.
 class PlanNode
          Wraps an Activity when it appears in a plan.
 class PlanRefinement
          Describes one level of the expansion of a PlanNode.
 class PlanVariable
          A variable that can appear in patterns in a plan.
 class PlanVariableDeclaration
          Introduces a PlanVariable.