Package com.evelopers.unimod.core.stateworks

Class Summary
Action Action implements such State Machine abstractions as input action, output action, send event to state machine action
Association An association between ClassElements
ClassElement Abstract base implementaion for all classes in model such as ControlledObjectHandler, EventProviderHandler and StateMachine.
ControlledObjectHandler Class ControlledObjectHandler is a container for Controlled Object implementation.
Event Event abstraction.
EventProviderHandler EvnetProvider object handler
Guard Contains guard condition.
ImplementationHandler Provide facilities to handle implementation cass name in design-time and to instanciate implementation class in run-time
Model Represents behaviour model.
State State abstraction.
StateMachine Class StateMachine represents StateMachine abstraction.
StateType Represents possible state types.
Transition Transition abstraction.
 

Exception Summary
StateTypeFormatException Thrown by StateType.parseStateType(String) if given string can't parsed into StateType object.