Interface SemanticModelBridge

    • Method Detail

      • getPresentation

        String getPresentation()
        Returns the value of the 'Presentation' attribute. The default value is "".
        Returns:
        the value of the 'Presentation' attribute.
        See Also:
        setPresentation(String), com.sodius.mdw.metamodel.uml21.Uml21Package#getSemanticModelBridge_Presentation()
      • setPresentation

        void setPresentation​(String value)
        Sets the value of the 'Presentation' attribute.
        Parameters:
        value - the new value of the 'Presentation' attribute.
        See Also:
        getPresentation()
      • setGraphElement

        void setGraphElement​(GraphElement value)
        Sets the value of the 'Graph Element' container reference.
        Parameters:
        value - the new value of the 'Graph Element' container reference.
        See Also:
        getGraphElement()
      • getDiagram

        Diagram getDiagram()
        Returns the value of the 'Diagram' container reference. It is bidirectional and its opposite is 'Owner'.
        Returns:
        the value of the 'Diagram' container reference.
        See Also:
        setDiagram(Diagram), com.sodius.mdw.metamodel.uml21.Uml21Package#getSemanticModelBridge_Diagram(), Diagram.getOwner()
      • setDiagram

        void setDiagram​(Diagram value)
        Sets the value of the 'Diagram' container reference.
        Parameters:
        value - the new value of the 'Diagram' container reference.
        See Also:
        getDiagram()