|
||||||||||
| 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
ix.icore.plan.PlanNode
public class PlanNode
Wraps an Activity when it appears in a plan.
| Field Summary | |
|---|---|
protected Activity |
activity
|
| Fields inherited from class ix.icore.plan.AbstractPlanItem |
|---|
expansion, id |
| Fields inherited from class ix.icore.AbstractAnnotatedObject |
|---|
annotationListeners, annotations |
| Constructor Summary | |
|---|---|
PlanNode()
|
|
PlanNode(Name id,
Activity activity)
|
|
| Method Summary | |
|---|---|
Activity |
getActivity()
|
TaskItem |
getItem()
|
void |
setActivity(Activity activity)
|
void |
setItem(TaskItem item)
|
| Methods inherited from class ix.icore.plan.AbstractPlanItem |
|---|
getExpansion, getId, setExpansion, setId |
| 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 Activity activity
| Constructor Detail |
|---|
public PlanNode()
public PlanNode(Name id,
Activity activity)
| Method Detail |
|---|
public Activity getActivity()
public TaskItem getItem()
getItem in class AbstractPlanItempublic void setActivity(Activity activity)
public void setItem(TaskItem item)
setItem in class AbstractPlanItem
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||