View: Hide Browser | Browser on the left | Browser on the right | Dictionary
Report:General Info | Attributes | Relations | Constraints

Parent Package: basic
Class STATE{Abstract}

Direct Subclassifiers:
       NON_TERMINAL_STATE, TERMINAL_STATE
Abstract definition of one state in a state machine.

Attributes
SignatureOptionalityMultiplicityConstantDocumentation
 name : String  --  name of this state 


Constraints
NameExpression
Name_validinv: name <> Void and not name.is_empty 
Transitions_validinv: transitions <> Void and not transitions.is_empty