| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<? extends IModelElement> |
IProject.filterModelElementsOfType(java.util.Collection<IModelElement> modelElements,
java.lang.String typeID)
Returns all model elements of the given collection, which are of the
specified type.
|
java.util.List<? extends IModelElement> |
IPlan.getAllModelElements()
Returns all model elements on this plan sorted by their type and
element names.
|
java.util.List<? extends IModelElement> |
IProject.getAllModelElements()
Returns all model elements of the selected project sorted by their
type and element names
|
java.util.List<? extends IModelElement> |
IProject.getAllModelElements(java.lang.String typeID)
Returns all model elements of the selected project of the specified
type sorted by their element names.
|
java.util.List<? extends IModelElement> |
IProject.getAllModelElementsForHistoryItem(IHistoryEntry historyEntry)
Returns all model elements which have been modified the last time
with the commit identified by the history item.
|
java.util.List<? extends IModelElement> |
IProject.getAllModelElementsWithCategory(java.lang.String categoryID)
Returns all model elements of this project that belong to the
specified category sorted by their type and element names.
|
java.util.List<? extends IModelElement> |
IProject.getAllModelElementsWithCategory(java.lang.String categoryID,
java.lang.String typeID)
Returns all model elements of this project of the specified type that
belong to the specified category sorted by their type and element
names.
|
java.util.List<? extends IModelElement> |
IProject.getAllModelElementsWithDefaultCategory()
Returns all model elements of this project that belong to the default
category sorted by their type and element names.
|
java.util.List<? extends IModelElement> |
IProject.getAllModelElementsWithDefaultCategory(java.lang.String typeID)
Returns all model elements of this project of the specified type that
belong to the default category sorted by their type and element
names.
|
java.util.List<IModelElement> |
IModelElement.getCausallyDirectlyPrecedingModelElements()
Returns all model elements which are causally directly preceeding
this model element.
|
java.util.List<? extends IModelElement> |
IModelElement.getCausallyDirectlyPrecedingModelElementsOnPlan(IPlan plan)
Returns all model elements which are causally directly preceeding
this model element on the specified plan.
|
java.util.List<IModelElement> |
IModelElement.getCausallyDirectlySucceedingModelElements()
Returns all model elements which are causally directly preceded by
this model element.
|
java.util.List<? extends IModelElement> |
IModelElement.getCausallyDirectlySucceedingModelElementsOnPlan(IPlan plan)
Returns all model elements which are causally directly preceded by
this model element on the specified plan.
|
java.util.List<? extends IModelElement> |
IModelElement.getCausallyPrecedingModelElements()
Returns all model elements which are causally preceding this model
element.
|
java.util.List<? extends IModelElement> |
IModelElement.getCausallyPrecedingModelElementsOnPlan(IPlan plan)
Returns all model elements which are causally preceding this model
element on the specified plan.
|
java.util.List<? extends IModelElement> |
IModelElement.getCausallySucceedingModelElements()
Returns all model elements which are causally preceded by this model
element.
|
java.util.List<? extends IModelElement> |
IModelElement.getCausallySucceedingModelElementsOnPlan(IPlan plan)
Returns all model elements which are causally preceded by this model
element on the specified plan.
|
java.util.List<? extends IModelElement> |
IModelElement.getCommunicatingFunctions()
Returns all communicating functions, i.e. functions which are
connected via transitive reading AND writing accesses.
|
java.util.List<? extends IModelElement> |
IModelElement.getCommunicatingFunctionsOnPlan(IPlan plan)
Returns all communicating functions on the specified plan, i.e.
|
java.util.List<? extends IModelElement> |
IModelElement.getContainedModelElements()
Returns all model elements which are contained directly or indirectly
in this model element.
|
java.util.List<? extends IModelElement> |
IModelElement.getContainedModelElementsOnPlan(IPlan plan)
Returns all model elements which are contained directly or indirectly
in this model element on the specified plan.
|
java.util.List<? extends IModelElement> |
IModelElement.getContainerModelElements()
Returns all model elements which directly or indirectly contain this
model element.
|
java.util.List<? extends IModelElement> |
IModelElement.getContainerModelElementsOnPlan(IPlan plan)
Returns all model elements which directly or indirectly contain this
model element on the specified plan.
|
java.util.List<? extends IModelElement> |
IModelElement.getDirectContainerModelElements()
Returns all model elements which directly contain this model element.
|
java.util.List<? extends IModelElement> |
IModelElement.getDirectContainerModelElementsOnPlan(IPlan plan)
Returns all model elements which directly contain this model element
on the specified plan.
|
java.util.List<? extends IModelElement> |
IModelElement.getDirectlyContainedModelElements()
Returns all model elements which are contained directly in this model
element.
|
java.util.List<? extends IModelElement> |
IModelElement.getDirectlyContainedModelElementsOnPlan(IPlan plan)
Returns all model elements which are contained directly in this model
element on the specified plan.
|
java.util.List<? extends IModelElement> |
IModelElement.getInfluencedInfos()
Returns all influenced infos, i.e. infos which are connected via
transitive writing accesses.
|
java.util.List<? extends IModelElement> |
IModelElement.getInfluencedInfosOnPlan(IPlan plan)
Returns all influenced infos on the specified plan, i.e. infos which
are connected via transitive writing accesses.
|
java.util.List<? extends IModelElement> |
IModelElement.getInfluencingInfos()
Returns all influencing infos, i.e. infos which are connected via
transitive reading accesses.
|
java.util.List<? extends IModelElement> |
IModelElement.getInfluencingInfosOnPlan(IPlan plan)
Returns all influencing infos on the specified plan, i.e. infos which
are connected via transitive reading accesses.
|
java.util.List<? extends IModelElement> |
IPlan.getLeafModelElementsOfCausalityRelationship()
Returns all model elements on this plan, which are leaf elements of
the causality relationship, i.e. which are not causally preceding any
other model element.
|
java.util.List<? extends IModelElement> |
IProject.getLeafModelElementsOfCausalityRelationship()
Returns all model elements of the selected project, which are leaf
elements of the causality relationship, i.e. which are not causally
preceding any other model element.
|
java.util.List<? extends IModelElement> |
IPlan.getLeafModelElementsOfContainmentRelationship()
Returns all model elements on this plan, which are leaf elements of
the containment relationship, i.e. which do not contain any other
model element.
|
java.util.List<? extends IModelElement> |
IProject.getLeafModelElementsOfContainmentRelationship()
Returns all model elements of the selected project, which are leaf
elements of the containment relationship, i.e. which do not contain
any other model element.
|
java.util.List<? extends IModelElement> |
IModelElement.getModifiedInfos()
Returns all modified infos.
|
java.util.List<? extends IModelElement> |
IModelElement.getModifiedInfosOnPlan(IPlan plan)
Returns all modified infos on the specified plan.
|
java.util.List<? extends IModelElement> |
IModelElement.getModifyingFunctions()
Returns all modifying functions.
|
java.util.List<? extends IModelElement> |
IModelElement.getModifyingFunctionsOnPlan(IPlan plan)
Returns all modifying functions on the specified plan.
|
java.util.List<? extends IModelElement> |
IModelElement.getReadInfos()
Returns all read infos.
|
java.util.List<? extends IModelElement> |
IModelElement.getReadInfosOnPlan(IPlan plan)
Returns all read infos on the specified plan.
|
java.util.List<? extends IModelElement> |
IModelElement.getReadingFunctions()
Returns all reading functions.
|
java.util.List<? extends IModelElement> |
IModelElement.getReadingFunctionsOnPlan(IPlan plan)
Returns all reading functions on the specified plan.
|
java.util.List<? extends IModelElement> |
IModelElement.getReceivingFunctions()
Returns all receiving functions, i.e. functions which are connected
via transitive writing accesses.
|
java.util.List<IModelElement> |
IModelElement.getReceivingFunctionsOnPlan(IPlan plan)
Returns all receiving functions on the specified plan, i.e. functions
which are connected via transitive writing accesses.
|
java.util.List<? extends IModelElement> |
IModelElement.getRelatedInfos()
Returns all related infos, i.e. infos which are connected via
transitive reading AND writing accesses.
|
java.util.List<? extends IModelElement> |
IModelElement.getRelatedInfosOnPlan(IPlan plan)
Returns all related infos on the specified plan, i.e. infos which are
connected via transitive reading AND writing accesses.
|
java.util.List<? extends IModelElement> |
IPlan.getRootModelElementsOfCausalityRelationship()
Returns all model elements on this plan, which are root elements of
the causality relationship, i.e. for which no causally preceding
model element exists.
|
java.util.List<? extends IModelElement> |
IProject.getRootModelElementsOfCausalityRelationship()
Returns all model elements of the selected project, which are root
elements of the causality relationship, i.e. for which no causally
preceding model element exists.
|
java.util.List<? extends IModelElement> |
IPlan.getRootModelElementsOfContainmentRelationship()
Returns all model elements on this plan, which are root elements of
the containment relationship, i.e. which are not contained in any
other model element.
|
java.util.List<? extends IModelElement> |
IProject.getRootModelElementsOfContainmentRelationship()
Returns all model elements of the selected project, which are root
elements of the containment relationship, i.e. which are not
contained in any other model element.
|
java.util.List<? extends IModelElement> |
IModelElement.getSendingFunctions()
Returns all sending functions, i.e. functions which are connected via
transitive reading accesses.
|
java.util.List<? extends IModelElement> |
IModelElement.getSendingFunctionsOnPlan(IPlan plan)
Returns all sending functions on the specified plan, i.e. functions
which are connected via transitive reading accesses.
|
java.util.List<? extends IModelElement> |
IModelElement.getWritingFunctions()
Returns all writing functions.
|
java.util.List<? extends IModelElement> |
IModelElement.getWritingFunctionsOnPlan(IPlan plan)
Returns all writing functions on the specified plan.
|
java.util.List<IModelElement> |
IModelElement.getWrittenInfos()
Returns all written infos.
|
java.util.List<? extends IModelElement> |
IModelElement.getWrittenInfosOnPlan(IPlan plan)
Returns all written infos on the specified plan.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<? extends IModelElement> |
IProject.filterModelElementsOfType(java.util.Collection<IModelElement> modelElements,
java.lang.String typeID)
Returns all model elements of the given collection, which are of the
specified type.
|