Interface BehavioralFeature

    • Method Detail

      • getMethod

        java.util.Collection<Behavior> getMethod()
        Returns the value of the 'Method' reference list. The list contents are of type Behavior. It is bidirectional and its opposite is 'Specification'. A Behavior that implements the BehavioralFeature. There may be at most one Behavior for a particular pairing of a Classifier (as owner of the Behavior) and a BehavioralFeature (as specification of the Behavior).
        Returns:
        the value of the 'Method' reference list.
        See Also:
        UMLPackage.getBehavioralFeature_Method(), Behavior.getSpecification()
        Model:
        opposite="specification" ordered="false"
        Generated:
      • isAbstract

        boolean isAbstract()
        Returns the value of the 'Abstract' attribute. The default value is "false". If true, then the BehavioralFeature does not have an implementation, and one must be supplied by a more specific Classifier. If false, the BehavioralFeature must have an implementation in the Classifier or one must be inherited.
        Returns:
        the value of the 'Abstract' attribute.
        See Also:
        setAbstract(boolean), com.nomagic.uml2.ext.magicdraw.metadata.UMLPackage#getBehavioralFeature_Abstract()
        Model:
        default="false" dataType="com.nomagic.uml2.ext.magicdraw.Boolean" required="true" ordered="false"
        Generated:
      • setAbstract

        void setAbstract​(boolean value)
        Sets the value of the 'Abstract' attribute.
        Parameters:
        value - the new value of the 'Abstract' attribute.
        See Also:
        isAbstract()
        Generated:
      • hasOwnedParameter

        boolean hasOwnedParameter()
                           throws javax.jmi.reflect.JmiException
        Throws:
        javax.jmi.reflect.JmiException
        Generated:
      • hasOwnedParameterSet

        boolean hasOwnedParameterSet()
                              throws javax.jmi.reflect.JmiException
        Throws:
        javax.jmi.reflect.JmiException
        Generated:
      • hasMethod

        boolean hasMethod()
                   throws javax.jmi.reflect.JmiException
        Throws:
        javax.jmi.reflect.JmiException
        Generated:
      • hasRaisedException

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