Class SeqMessageView

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.SeqBaseMessageView
com.nomagic.magicdraw.uml.symbols.paths.SeqMessageView
All Implemented Interfaces:
BaseElement, com.nomagic.magicdraw.uml.CompartmentSupport, MDElement, ModelElementProvider, com.nomagic.magicdraw.uml.symbols.LabelOwner, com.nomagic.magicdraw.uml.symbols.LineJumpDrawer, NumberedMessageView, com.nomagic.magicdraw.uml.symbols.PropertyBasedPresentationElement, StereotypesDisplayModeOwner, com.nomagic.magicdraw.uml.symbols.SuspendShapeAutoResizeModeProvider, NameOwner, PropertyChangeListener, Cloneable, Comparable, EventListener

@OpenApi public class SeqMessageView extends com.nomagic.magicdraw.uml.symbols.paths.SeqBaseMessageView
  • Constructor Details

    • SeqMessageView

      public SeqMessageView()
    • SeqMessageView

      public SeqMessageView(@CheckForNull PresentationElement parent)
  • Method Details

    • needsToMoveOtherEnd

      public boolean needsToMoveOtherEnd()
      Overrides:
      needsToMoveOtherEnd in class PathElement
      Returns:
      true, if one end of links changed bounds and move link must be called for both ends.
    • 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.SeqBaseMessageView
      Parameters:
      visitor - which visits this element.
      Throws:
      Exception
    • simpleSetBounds

      public void simpleSetBounds(Rectangle r)
      Description copied from class: PathElement
      calls break point vector changed method.
      Overrides:
      simpleSetBounds in class com.nomagic.magicdraw.uml.symbols.paths.SeqBaseMessageView
      Parameters:
      r - new bounding rectangle.
    • isMessageOrientedToSelf

      public boolean isMessageOrientedToSelf()
      Specified by:
      isMessageOrientedToSelf in class com.nomagic.magicdraw.uml.symbols.paths.SeqBaseMessageView
      Returns:
      true only if message is oriented to self. Recursive message is also oriented to self
    • isAlwaysToSelf

      public boolean isAlwaysToSelf()
      Overrides:
      isAlwaysToSelf in class com.nomagic.magicdraw.uml.symbols.paths.SeqBaseMessageView