Interface Interaction

    • Method Detail

      • getMessage

        java.util.Collection<Message> getMessage()
        Returns the value of the 'Message' containment reference list. The list contents are of type Message. It is bidirectional and its opposite is 'Interaction'. The Messages contained in this Interaction.
        Returns:
        the value of the 'Message' containment reference list.
        See Also:
        UMLPackage.getInteraction_Message(), Message.getInteraction()
        Model:
        opposite="interaction" containment="true" resolveProxies="true" ordered="false"
        Generated:
      • getAction

        java.util.Collection<Action> getAction()
        Returns the value of the 'Action' containment reference list. The list contents are of type Action. It is bidirectional and its opposite is 'interaction Of Action'. Actions owned by the Interaction.
        Returns:
        the value of the 'Action' containment reference list.
        See Also:
        UMLPackage.getInteraction_Action(), Action.get_interactionOfAction()
        Model:
        opposite="_interactionOfAction" containment="true" resolveProxies="true" ordered="false"
        Generated:
      • getFormalGate

        java.util.Collection<Gate> getFormalGate()
        Returns the value of the 'Formal Gate' containment reference list. The list contents are of type Gate. It is bidirectional and its opposite is 'interaction Of Formal Gate'. Specifies the gates that form the message interface between this Interaction and any InteractionUses which reference it.
        Returns:
        the value of the 'Formal Gate' containment reference list.
        See Also:
        UMLPackage.getInteraction_FormalGate(), Gate.get_interactionOfFormalGate()
        Model:
        opposite="_interactionOfFormalGate" containment="true" resolveProxies="true" ordered="false"
        Generated:
      • get_interactionUseOfRefersTo

        java.util.Collection<InteractionUse> get_interactionUseOfRefersTo()
        Returns the value of the 'interaction Use Of Refers To' reference list. The list contents are of type InteractionUse. It is bidirectional and its opposite is 'Refers To'.

        If the meaning of the 'interaction Use Of Refers To' reference list isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'interaction Use Of Refers To' reference list.
        See Also:
        UMLPackage.getInteraction__interactionUseOfRefersTo(), InteractionUse.getRefersTo()
        Model:
        opposite="refersTo" ordered="false"
        Generated:
      • getLifeline

        java.util.Collection<Lifeline> getLifeline()
        Returns the value of the 'Lifeline' containment reference list. The list contents are of type Lifeline. It is bidirectional and its opposite is 'Interaction'. Specifies the participants in this Interaction.
        Returns:
        the value of the 'Lifeline' containment reference list.
        See Also:
        UMLPackage.getInteraction_Lifeline(), Lifeline.getInteraction()
        Model:
        opposite="interaction" containment="true" resolveProxies="true" ordered="false"
        Generated:
      • hasMessage

        boolean hasMessage()
                    throws javax.jmi.reflect.JmiException
        Throws:
        javax.jmi.reflect.JmiException
        Generated:
      • hasFragment

        boolean hasFragment()
                     throws javax.jmi.reflect.JmiException
        Throws:
        javax.jmi.reflect.JmiException
        Generated:
      • hasAction

        boolean hasAction()
                   throws javax.jmi.reflect.JmiException
        Throws:
        javax.jmi.reflect.JmiException
        Generated:
      • hasFormalGate

        boolean hasFormalGate()
                       throws javax.jmi.reflect.JmiException
        Throws:
        javax.jmi.reflect.JmiException
        Generated:
      • has_interactionUseOfRefersTo

        boolean has_interactionUseOfRefersTo()
                                      throws javax.jmi.reflect.JmiException
        Throws:
        javax.jmi.reflect.JmiException
        Generated:
      • hasLifeline

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