Interface Event

    • Method Detail

      • getBehavior

        @CheckForNull
        Behavior getBehavior()
        Returns the value of the 'Behavior' container reference. It is bidirectional and its opposite is 'Event'.

        If the meaning of the 'Behavior' container reference isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Behavior' container reference.
        See Also:
        setBehavior(Behavior), UMLPackage.getEvent_Behavior(), Behavior.getEvent()
        Model:
        opposite="event" transient="false" ordered="false"
        Generated:
      • setBehavior

        void setBehavior​(@CheckForNull
                         Behavior value)
        Sets the value of the 'Behavior' container reference.
        Parameters:
        value - the new value of the 'Behavior' container reference.
        See Also:
        getBehavior()
        Generated:
      • get_triggerOfEvent

        java.util.Collection<Trigger> get_triggerOfEvent()
        Returns the value of the 'trigger Of Event' reference list. The list contents are of type Trigger. It is bidirectional and its opposite is 'Event'.

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

        Returns:
        the value of the 'trigger Of Event' reference list.
        See Also:
        UMLPackage.getEvent__triggerOfEvent(), Trigger.getEvent()
        Model:
        opposite="event" ordered="false"
        Generated:
      • has_triggerOfEvent

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