public abstract class RelatedDiagramHelper
extends java.lang.Object
Constructor and Description |
---|
RelatedDiagramHelper() |
Modifier and Type | Method and Description |
---|---|
static java.util.Set<AbstractDiagram> |
getRelatedDiagrams(ModelElement elt)
Get all 'related' diagrams of a model element, in the following order:
Diagrams linked through a << related_diagram >> Dependency;
Owned diagrams;
For BpmnBehaviors, related diagrams of its child BpmnProcesses
For BpmnCallActivities, related diagrams of the called BpmnProcess
For CallBehaviorActions, related diagrams of the called Behavior
Please note that diagrams the element is displayed into are not included, you must call
Element.getDiagramElement() to get them. |
public static java.util.Set<AbstractDiagram> getRelatedDiagrams(ModelElement elt)
Please note that diagrams the element is displayed into are not included, you must call Element.getDiagramElement()
to get them.
elt
- a model element.