Class ConditionalNodeView

  • All Implemented Interfaces:
    BaseElement, com.nomagic.magicdraw.uml.CompartmentSupport, MDElement, ModelElementProvider, com.nomagic.magicdraw.uml.symbols.CompartmentContainer, com.nomagic.magicdraw.uml.symbols.CompartmentOwner, com.nomagic.magicdraw.uml.symbols.manipulators.centerlines.CenterlineableShape, com.nomagic.magicdraw.uml.symbols.shapes.QualifiedNameLabelOwner, StereotypesDisplayModeOwner, com.nomagic.magicdraw.uml.symbols.SuspendShapeAutoResizeModeProvider, com.nomagic.magicdraw.uml.symbols.Wrapable, NameOwner, java.beans.PropertyChangeListener, java.lang.Cloneable, java.lang.Comparable, java.util.EventListener

    @OpenApi
    public class ConditionalNodeView
    extends StructuredActivityNodeView
    • Constructor Detail

      • ConditionalNodeView

        public ConditionalNodeView()
      • ConditionalNodeView

        public ConditionalNodeView​(@CheckForNull
                                   PresentationElement parent)
    • Method Detail

      • getClauseCompartmentView

        public com.nomagic.magicdraw.uml.symbols.shapes.ClauseCompartmentView getClauseCompartmentView()
      • accept

        public void accept​(Visitor visitor)
                    throws java.lang.Exception
        Description copied from interface: MDElement
        Method accepts visitor, and calls method visit<class name>(this) of visitor . See Visitor pattern for more details.
        Specified by:
        accept in interface MDElement
        Parameters:
        visitor - which visits this element.
        Throws:
        java.lang.Exception
      • createSmartListenerConfig

        protected void createSmartListenerConfig​(java.util.List<SmartListenerConfig> configurations)
      • createAnyActionConfig

        protected void createAnyActionConfig​(java.util.Collection<SmartListenerConfig> configurations)
      • getElement

        public ConditionalNode 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 ModelElementProvider
        Returns:
        model element of this presentation element.
      • autosizeAndResizeParent

        public void autosizeAndResizeParent()
        Description copied from class: PresentationElement
        Resize itself and initiate parent resize
        Overrides:
        autosizeAndResizeParent in class com.nomagic.magicdraw.uml.symbols.shapes.AbstractHeaderShapeView