Interface TransitionState

    • Method Detail

      • getInitialState

        PowerState getInitialState()
        Returns the value of the 'Initial State' reference.

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

        Returns:
        the value of the 'Initial State' reference.
        See Also:
        setInitialState(PowerState), StatePackage.getTransitionState_InitialState()
        Generated class or method.
        EMF model class or method.
        required="true"
      • setInitialState

        void setInitialState​(PowerState value)
        Sets the value of the 'Initial State' reference.
        Parameters:
        value - the new value of the 'Initial State' reference.
        See Also:
        getInitialState()
        Generated class or method.
      • getTargetState

        PowerState getTargetState()
        Returns the value of the 'Target State' reference.

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

        Returns:
        the value of the 'Target State' reference.
        See Also:
        setTargetState(PowerState), StatePackage.getTransitionState_TargetState()
        Generated class or method.
        EMF model class or method.
        required="true"
      • setTargetState

        void setTargetState​(PowerState value)
        Sets the value of the 'Target State' reference.
        Parameters:
        value - the new value of the 'Target State' reference.
        See Also:
        getTargetState()
        Generated class or method.