Interface Association

    • Method Detail

      • isDerived

        boolean isDerived()
        Returns the value of the 'Derived' attribute. The default value is "false". Specifies whether the Association is derived from other model elements such as other Associations.
        Returns:
        the value of the 'Derived' attribute.
        See Also:
        setDerived(boolean), com.nomagic.uml2.ext.magicdraw.metadata.UMLPackage#getAssociation_Derived()
        Model:
        default="false" dataType="com.nomagic.uml2.ext.magicdraw.Boolean" required="true" ordered="false"
        Generated:
      • setDerived

        void setDerived​(boolean value)
        Sets the value of the 'Derived' attribute.
        Parameters:
        value - the new value of the 'Derived' attribute.
        See Also:
        isDerived()
        Generated:
      • get_connectorOfType

        java.util.Collection<Connector> get_connectorOfType()
        Returns the value of the 'connector Of Type' reference list. The list contents are of type Connector. It is bidirectional and its opposite is 'Type'.

        If the meaning of the 'connector Of Type' reference list isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'connector Of Type' reference list.
        See Also:
        UMLPackage.getAssociation__connectorOfType(), Connector.getType()
        Model:
        opposite="type" ordered="false"
        Generated:
      • getMemberEnd

        java.util.List<Property> getMemberEnd()
        Returns the value of the 'Member End' reference list. The list contents are of type Property. It is bidirectional and its opposite is 'Association'. Each end represents participation of instances of the Classifier connected to the end in links of the Association.
        Returns:
        the value of the 'Member End' reference list.
        See Also:
        UMLPackage.getAssociation_MemberEnd(), Property.getAssociation()
        Model:
        opposite="association" lower="2"
        Generated:
      • getOwnedEnd

        java.util.List<Property> getOwnedEnd()
        Returns the value of the 'Owned End' containment reference list. The list contents are of type Property. It is bidirectional and its opposite is 'Owning Association'. The ends that are owned by the Association itself.
        Returns:
        the value of the 'Owned End' containment reference list.
        See Also:
        UMLPackage.getAssociation_OwnedEnd(), Property.getOwningAssociation()
        Model:
        opposite="owningAssociation" containment="true" resolveProxies="true"
        Generated:
      • getEndType

        java.util.Collection<Type> getEndType()
        Returns the value of the 'End Type' reference list. The list contents are of type Type. It is bidirectional and its opposite is 'association Of End Type'. The Classifiers that are used as types of the ends of the Association.
        Returns:
        the value of the 'End Type' reference list.
        See Also:
        UMLPackage.getAssociation_EndType(), Type.get_associationOfEndType()
        Model:
        opposite="_associationOfEndType" required="true" transient="true" changeable="false" volatile="true" derived="true" ordered="false"
        Generated:
      • has_connectorOfType

        boolean has_connectorOfType()
                             throws javax.jmi.reflect.JmiException
        Throws:
        javax.jmi.reflect.JmiException
        Generated:
      • hasMemberEnd

        boolean hasMemberEnd()
                      throws javax.jmi.reflect.JmiException
        Throws:
        javax.jmi.reflect.JmiException
        Generated:
      • hasOwnedEnd

        boolean hasOwnedEnd()
                     throws javax.jmi.reflect.JmiException
        Throws:
        javax.jmi.reflect.JmiException
        Generated:
      • has_clearAssociationActionOfAssociation

        boolean has_clearAssociationActionOfAssociation()
                                                 throws javax.jmi.reflect.JmiException
        Throws:
        javax.jmi.reflect.JmiException
        Generated:
      • hasNavigableOwnedEnd

        boolean hasNavigableOwnedEnd()
                              throws javax.jmi.reflect.JmiException
        Throws:
        javax.jmi.reflect.JmiException
        Generated:
      • hasEndType

        boolean hasEndType()
                    throws javax.jmi.reflect.JmiException
        Throws:
        javax.jmi.reflect.JmiException
        Generated: