Class ObjectFlowView

java.lang.Object
com.nomagic.magicdraw.uml.MDElementImpl
com.nomagic.magicdraw.uml.symbols.PresentationElement
com.nomagic.magicdraw.uml.symbols.paths.PathConnector
com.nomagic.magicdraw.uml.symbols.paths.PathElement
com.nomagic.magicdraw.uml.symbols.paths.ContainerLinkView
com.nomagic.magicdraw.uml.symbols.paths.LinkWithStereotype
com.nomagic.magicdraw.uml.symbols.paths.BaseFlowView
com.nomagic.magicdraw.uml.symbols.paths.ObjectFlowView
All Implemented Interfaces:
BaseElement, com.nomagic.magicdraw.uml.CompartmentSupport, MDElement, ModelElementProvider, com.nomagic.magicdraw.uml.symbols.LabelOwner, com.nomagic.magicdraw.uml.symbols.LineJumpDrawer, com.nomagic.magicdraw.uml.symbols.PropertyBasedPresentationElement, StereotypesDisplayModeOwner, com.nomagic.magicdraw.uml.symbols.SuspendShapeAutoResizeModeProvider, NameOwner, PropertyChangeListener, Cloneable, Comparable, EventListener

@OpenApi public class ObjectFlowView extends com.nomagic.magicdraw.uml.symbols.paths.BaseFlowView
  • Constructor Details

    • ObjectFlowView

      public ObjectFlowView()
    • ObjectFlowView

      public ObjectFlowView(@CheckForNull PresentationElement parent)
  • Method Details

    • accept

      public void accept(Visitor visitor) throws Exception
      Description copied from interface: MDElement
      Method accepts a visitor, and calls method "visit<class name>(this)" of a visitor. See "Visitor" pattern for more details.
      Specified by:
      accept in interface MDElement
      Overrides:
      accept in class com.nomagic.magicdraw.uml.symbols.paths.BaseFlowView
      Parameters:
      visitor - which visits this element.
      Throws:
      Exception
    • isShowElementLabel

      public boolean isShowElementLabel()
      Description copied from class: com.nomagic.magicdraw.uml.symbols.paths.LinkWithStereotype
      Indicates if we show element label that is get from LinkWithStereotype.getElementLabel()
      Overrides:
      isShowElementLabel in class com.nomagic.magicdraw.uml.symbols.paths.LinkWithStereotype
      Returns:
      true, if we show element label, else false
    • getElement

      public ObjectFlow getElement()
      Description copied from class: PresentationElement
      Returns model element of this presentation element. Some presentation elements (for example TextBoxes) do not have model elements.
      Specified by:
      getElement in interface com.nomagic.magicdraw.uml.symbols.LabelOwner
      Specified by:
      getElement in interface ModelElementProvider
      Overrides:
      getElement in class com.nomagic.magicdraw.uml.symbols.paths.BaseFlowView
      Returns:
      model element of this presentation element.
    • createSmartListenerConfig

      protected void createSmartListenerConfig(List<SmartListenerConfig> configurations)
      Overrides:
      createSmartListenerConfig in class com.nomagic.magicdraw.uml.symbols.paths.BaseFlowView