Interface Pseudostate

    • Method Detail

      • getKind

        @CheckForNull
        PseudostateKind getKind()
        Returns the value of the 'Kind' attribute. The default value is "initial". The literals are from the enumeration PseudostateKind. Determines the precise type of the Pseudostate and can be one of: entryPoint, exitPoint, initial, deepHistory, shallowHistory, join, fork, junction, terminate or choice.
        Returns:
        the value of the 'Kind' attribute.
        See Also:
        PseudostateKind, setKind(PseudostateKind), UMLPackage.getPseudostate_Kind()
        Model:
        default="initial" required="true" ordered="false"
        Generated:
      • setState

        void setState​(@CheckForNull
                      State value)
        Sets the value of the 'State' container reference.
        Parameters:
        value - the new value of the 'State' container reference.
        See Also:
        getState()
        Generated:
      • setStateMachine

        void setStateMachine​(@CheckForNull
                             StateMachine value)
        Sets the value of the 'State Machine' container reference.
        Parameters:
        value - the new value of the 'State Machine' container reference.
        See Also:
        getStateMachine()
        Generated:
      • has_connectionPointReferenceOfExit

        boolean has_connectionPointReferenceOfExit()
                                            throws javax.jmi.reflect.JmiException
        Throws:
        javax.jmi.reflect.JmiException
        Generated:
      • has_connectionPointReferenceOfEntry

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