ix.icore.plan
Class PlanIssueRefinement
java.lang.Object
ix.icore.AbstractAnnotatedObject
ix.icore.AbstractIXObject
ix.icore.plan.PlanObject
ix.icore.plan.AbstractRefinement
ix.icore.plan.PlanIssueRefinement
- All Implemented Interfaces:
- Annotated, IXObject, java.io.Serializable
public class PlanIssueRefinement
- extends AbstractRefinement
Describes one level of the expansion of a PlanIssue
.
- See Also:
- Serialized Form
Methods inherited from class ix.icore.AbstractAnnotatedObject |
addAnnotationListener, annMap, clearAnnotations, fireSetAnnotation, getAnnotation, getAnnotations, getComments, makeAnnMap, removeAnnotation, setAnnotation, setAnnotations, setComments, takeAnnotations |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
planVariableDeclarations
protected ix.icore.plan.ListOfPlanVariableDeclaration planVariableDeclarations
planIssues
protected ix.icore.plan.ListOfPlanIssue planIssues
PlanIssueRefinement
public PlanIssueRefinement()
getPlanVariableDeclarations
public ix.icore.plan.ListOfPlanVariableDeclaration getPlanVariableDeclarations()
setPlanVariableDeclarations
public void setPlanVariableDeclarations(ix.icore.plan.ListOfPlanVariableDeclaration planVariableDeclarations)
getPlanIssues
public ix.icore.plan.ListOfPlanIssue getPlanIssues()
getSubitems
public java.util.List getSubitems()
- Specified by:
getSubitems
in class AbstractRefinement
setPlanIssues
public void setPlanIssues(ix.icore.plan.ListOfPlanIssue planIssues)
setSubitems
public void setSubitems(java.util.List planIssues)
- Specified by:
setSubitems
in class AbstractRefinement