Package ix.icore.plan

Classes for external / snapshot representation of processes.

See:
          Description

Class Summary
AbstractPlanItem Common superclass for PlanIssue and PlanNode.
AbstractRefinement  
DomainAsPlan A plan constructed from a domain that's meant to represent a plan.
Input  
Output  
Plan Represents a plan in a form that can be converted to XML, etc.
PlanAsDomain A plan represented as a domain.
PlanIssue Wraps an Issue when it appears in a plan.
PlanIssueRefinement Describes one level of the expansion of a PlanIssue.
PlanNode Wraps an Activity when it appears in a plan.
PlanObject Base class for most classes in this package.
PlanRefinement Describes one level of the expansion of a PlanNode.
PlanVariable A variable that can appear in patterns in a plan.
PlanVariableDeclaration Introduces a PlanVariable.
ProcessParameter  
VariableScope Scope values for PlanVariables.
 

Exception Summary
DomainAsPlan.InvalidPlanDomain  
InvalidPlanException Thrown to indicate that something is wrong in a Plan.
 

Package ix.icore.plan Description

Classes for external / snapshot representation of processes.