| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<? extends IPlanElementInfo> |
IPlanElementInfo.getContainedPlanElements()
Gets a collection of all plan elements that are contained by this plan
element.
|
java.util.Collection<? extends IPlanElementInfo> |
IPlanElementInfo.getContainers()
Gets a collection of all plan elements that contain this plan
element.
|
java.util.List<? extends IPlanElementInfo> |
IPlanInfo.getPlanElementInfos() |
java.util.List<IPlanElementInfo> |
IPlanInfo.getPlanElementInfosSortedByStructure() |
java.util.Collection<? extends IPlanElementInfo> |
IPlanElementInfo.getPredecessors()
Gets a collection of all plan elements that precedes this plan
element.
|
java.util.Collection<? extends IPlanElementInfo> |
IPlanElementInfo.getReaders()
Gets a collection of all plan elements that read this plan element.
|
java.util.Collection<? extends IPlanElementInfo> |
IPlanElementInfo.getSuccessors()
Gets a collection of all plan elements that succeeds this plan
element.
|
java.util.Collection<? extends IPlanElementInfo> |
IPlanElementInfo.getWriters()
Gets a collection of all plan elements that write this plan element.
|