Class CombinedFragmentView

  • 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.OwnerNameLabelOwner, 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 CombinedFragmentView
    extends com.nomagic.magicdraw.uml.symbols.shapes.FragmentView
    • Constructor Detail

      • CombinedFragmentView

        public CombinedFragmentView()
      • CombinedFragmentView

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

      • getInteractionOperandsCompartmentView

        public com.nomagic.magicdraw.uml.symbols.shapes.InteractionOperandsCompartmentView getInteractionOperandsCompartmentView()
      • getDefaultDimension

        protected UnmodifiableDimension getDefaultDimension()
        Overrides:
        getDefaultDimension in class com.nomagic.magicdraw.uml.symbols.shapes.FrameView
      • 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
        Overrides:
        accept in class com.nomagic.magicdraw.uml.symbols.shapes.FragmentView
        Parameters:
        visitor - which visits this element.
        Throws:
        java.lang.Exception
      • getHumanName

        public java.lang.String getHumanName()
        Description copied from class: PresentationElement
        Returns human representation of the data type
        Specified by:
        getHumanName in interface BaseElement
        Returns:
        the name of the data
      • internalSpecificUpdate

        protected void internalSpecificUpdate()
        Overrides:
        internalSpecificUpdate in class com.nomagic.magicdraw.uml.symbols.shapes.FragmentView
      • isLoopOperator

        private boolean isLoopOperator()
      • getCombinedFragmentHeaderView

        public com.nomagic.magicdraw.uml.symbols.shapes.CombinedFragmentHeaderView getCombinedFragmentHeaderView()
      • createSmartListenerConfig

        protected void createSmartListenerConfig​(java.util.List<SmartListenerConfig> configurations)
        Overrides:
        createSmartListenerConfig in class com.nomagic.magicdraw.uml.symbols.shapes.FragmentView
      • setReshapeMode

        public void setReshapeMode​(com.nomagic.magicdraw.uml.symbols.ReshapeMode mode)
        Description copied from class: ShapeElement
        Set symbol reshape mode
        Overrides:
        setReshapeMode in class com.nomagic.magicdraw.uml.symbols.shapes.HeaderShapeView
        Parameters:
        mode - reshape mode
      • getElement

        public CombinedFragment 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
        Overrides:
        getElement in class com.nomagic.magicdraw.uml.symbols.shapes.FragmentView
        Returns:
        model element of this presentation element.