| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectix.icore.AbstractAnnotatedObject
ix.icore.AbstractIXObject
ix.icore.plan.PlanObject
ix.icore.plan.AbstractPlanItem
public abstract class AbstractPlanItem
Common superclass for PlanIssue and PlanNode.
| Field Summary | |
|---|---|
protected  Name | 
expansion
 | 
protected  Name | 
id
 | 
| Fields inherited from class ix.icore.AbstractAnnotatedObject | 
|---|
annotationListeners, annotations | 
| Constructor Summary | |
|---|---|
AbstractPlanItem()
 | 
|
| Method Summary | |
|---|---|
 Name | 
getExpansion()
 | 
 Name | 
getId()
 | 
abstract  TaskItem | 
getItem()
 | 
 void | 
setExpansion(Name expansion)
 | 
 void | 
setId(Name id)
 | 
abstract  void | 
setItem(TaskItem item)
 | 
| 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 | 
| Methods inherited from interface ix.icore.Annotated | 
|---|
addAnnotationListener, clearAnnotations, fireSetAnnotation, getAnnotation, getAnnotations, removeAnnotation, setAnnotation, setAnnotations, takeAnnotations | 
| Field Detail | 
|---|
protected Name id
protected Name expansion
| Constructor Detail | 
|---|
public AbstractPlanItem()
| Method Detail | 
|---|
public Name getId()
public void setId(Name id)
public Name getExpansion()
public void setExpansion(Name expansion)
public abstract TaskItem getItem()
public abstract void setItem(TaskItem item)
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||