@OpenApi
public class SymbolElementMap
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
java.util.List<com.nomagic.magicdraw.uml.symbols.PresentationElement> |
getAllPresentationElements(Element element)
Returns all presentation elements for specified model element.
|
java.util.List<com.nomagic.magicdraw.uml.symbols.PresentationElement> |
getAllPresentationElements(Element element,
java.util.Collection<com.nomagic.magicdraw.uml.symbols.DiagramPresentationElement> diagramViews)
Returns all presentation elements for specified model element in a given diagram.
|
java.util.List<com.nomagic.magicdraw.uml.symbols.PresentationElement> |
getAllPresentationElements(Element element,
com.nomagic.magicdraw.uml.symbols.DiagramPresentationElement diagramView)
Returns all presentation elements for specified model element in a given diagram.
|
com.nomagic.magicdraw.uml.symbols.PresentationElement |
getPresentationElement(Element element)
Returns presentation element for specified model element.
|
@OpenApi @CheckForNull public com.nomagic.magicdraw.uml.symbols.PresentationElement getPresentationElement(@Nonnull Element element)
element
- model element@OpenApi @Nonnull public java.util.List<com.nomagic.magicdraw.uml.symbols.PresentationElement> getAllPresentationElements(@Nonnull Element element)
element
- model element.PresentationElement
objects.@OpenApi @Nonnull public java.util.List<com.nomagic.magicdraw.uml.symbols.PresentationElement> getAllPresentationElements(@Nonnull Element element, @Nonnull com.nomagic.magicdraw.uml.symbols.DiagramPresentationElement diagramView)
element
- model element.diagramView
- diagram in which returned symbols should be used.PresentationElement
objects.@OpenApi @Nonnull public java.util.List<com.nomagic.magicdraw.uml.symbols.PresentationElement> getAllPresentationElements(@Nonnull Element element, @Nonnull java.util.Collection<com.nomagic.magicdraw.uml.symbols.DiagramPresentationElement> diagramViews)
element
- model element.diagramViews
- diagram in which returned symbols should be used.PresentationElement
objects.