Interface StateMachine

    • Method Detail

      • getConnectionPoint

        java.util.Collection<Pseudostate> getConnectionPoint()
        Returns the value of the 'Connection Point' containment reference list. The list contents are of type Pseudostate. It is bidirectional and its opposite is 'State Machine'. The connection points defined for this StateMachine. They represent the interface of the StateMachine when used as part of submachine State
        Returns:
        the value of the 'Connection Point' containment reference list.
        See Also:
        UMLPackage.getStateMachine_ConnectionPoint(), Pseudostate.getStateMachine()
        Model:
        opposite="stateMachine" containment="true" resolveProxies="true" ordered="false"
        Generated:
      • getSubmachineState

        java.util.Collection<State> getSubmachineState()
        Returns the value of the 'Submachine State' reference list. The list contents are of type State. It is bidirectional and its opposite is 'Submachine'. References the submachine(s) in case of a submachine State. Multiple machines are referenced in case of a concurrent State.
        Returns:
        the value of the 'Submachine State' reference list.
        See Also:
        UMLPackage.getStateMachine_SubmachineState(), State.getSubmachine()
        Model:
        opposite="submachine" ordered="false"
        Generated:
      • get_stateMachineOfExtendedStateMachine

        java.util.Collection<StateMachine> get_stateMachineOfExtendedStateMachine()
        Returns the value of the 'state Machine Of Extended State Machine' reference list. The list contents are of type StateMachine. It is bidirectional and its opposite is 'Extended State Machine'.

        If the meaning of the 'state Machine Of Extended State Machine' reference isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'state Machine Of Extended State Machine' reference list.
        See Also:
        UMLPackage.getStateMachine__stateMachineOfExtendedStateMachine(), getExtendedStateMachine()
        Model:
        opposite="extendedStateMachine" ordered="false"
        Generated:
      • getRegion

        java.util.Collection<Region> getRegion()
        Returns the value of the 'Region' containment reference list. The list contents are of type Region. It is bidirectional and its opposite is 'State Machine'. The Regions owned directly by the StateMachine.
        Returns:
        the value of the 'Region' containment reference list.
        See Also:
        UMLPackage.getStateMachine_Region(), Region.getStateMachine()
        Model:
        opposite="stateMachine" containment="true" resolveProxies="true" required="true" ordered="false"
        Generated:
      • hasConnectionPoint

        boolean hasConnectionPoint()
                            throws javax.jmi.reflect.JmiException
        Throws:
        javax.jmi.reflect.JmiException
        Generated:
      • hasSubmachineState

        boolean hasSubmachineState()
                            throws javax.jmi.reflect.JmiException
        Throws:
        javax.jmi.reflect.JmiException
        Generated:
      • hasExtendedStateMachine

        boolean hasExtendedStateMachine()
                                 throws javax.jmi.reflect.JmiException
        Throws:
        javax.jmi.reflect.JmiException
        Generated:
      • has_stateMachineOfExtendedStateMachine

        boolean has_stateMachineOfExtendedStateMachine()
                                                throws javax.jmi.reflect.JmiException
        Throws:
        javax.jmi.reflect.JmiException
        Generated:
      • hasRegion

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