Interface Signal

    • Method Detail

      • getOwnedAttribute

        java.util.List<Property> getOwnedAttribute()
        Returns the value of the 'Owned Attribute' containment reference list. The list contents are of type Property. It is bidirectional and its opposite is 'Owning Signal'. The attributes owned by the Signal.
        Returns:
        the value of the 'Owned Attribute' containment reference list.
        See Also:
        UMLPackage.getSignal_OwnedAttribute(), Property.getOwningSignal()
        Model:
        opposite="owningSignal" containment="true" resolveProxies="true"
        Generated:
      • get_signalEventOfSignal

        java.util.Collection<SignalEvent> get_signalEventOfSignal()
        Returns the value of the 'signal Event Of Signal' reference list. The list contents are of type SignalEvent. It is bidirectional and its opposite is 'Signal'.

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

        Returns:
        the value of the 'signal Event Of Signal' reference list.
        See Also:
        UMLPackage.getSignal__signalEventOfSignal(), SignalEvent.getSignal()
        Model:
        opposite="signal" ordered="false"
        Generated:
      • get_sendSignalActionOfSignal

        java.util.Collection<SendSignalAction> get_sendSignalActionOfSignal()
        Returns the value of the 'send Signal Action Of Signal' reference list. The list contents are of type SendSignalAction. It is bidirectional and its opposite is 'Signal'.

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

        Returns:
        the value of the 'send Signal Action Of Signal' reference list.
        See Also:
        UMLPackage.getSignal__sendSignalActionOfSignal(), SendSignalAction.getSignal()
        Model:
        opposite="signal" ordered="false"
        Generated:
      • get_receptionOfSignal

        java.util.Collection<Reception> get_receptionOfSignal()
        Returns the value of the 'reception Of Signal' reference list. The list contents are of type Reception. It is bidirectional and its opposite is 'Signal'.

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

        Returns:
        the value of the 'reception Of Signal' reference list.
        See Also:
        UMLPackage.getSignal__receptionOfSignal(), Reception.getSignal()
        Model:
        opposite="signal" ordered="false"
        Generated:
      • hasOwnedAttribute

        boolean hasOwnedAttribute()
                           throws javax.jmi.reflect.JmiException
        Throws:
        javax.jmi.reflect.JmiException
        Generated:
      • has_signalEventOfSignal

        boolean has_signalEventOfSignal()
                                 throws javax.jmi.reflect.JmiException
        Throws:
        javax.jmi.reflect.JmiException
        Generated:
      • has_broadcastSignalActionOfSignal

        boolean has_broadcastSignalActionOfSignal()
                                           throws javax.jmi.reflect.JmiException
        Throws:
        javax.jmi.reflect.JmiException
        Generated:
      • has_sendSignalActionOfSignal

        boolean has_sendSignalActionOfSignal()
                                      throws javax.jmi.reflect.JmiException
        Throws:
        javax.jmi.reflect.JmiException
        Generated:
      • has_receptionOfSignal

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