All Classes
| Class | Description |
|---|---|
| AbstractAction |
This abstract class represents the general notion of Action in UML.
|
| AbstractGuard |
This abstract class represents the general notion of Guard in UML.
|
| AbstractState |
This abstract class represents the general notion of State in UML.
|
| AbstractState._Cross_over |
For visualization purposes only, private use
|
| AbstractStateMachine |
This abstract class represents the general notion of State Machine in
UML.
|
| AbstractStateMachine_listener |
This interface is a management utility (including visualization issues),
which can be implemented by a state machine manager object.
|
| AbstractTimer_monitor |
This abstract class represents the notion of timer services.
|
| Action |
This concrete class represents the general notion of Action in UML.
|
| Composable |
This interface is a composition utility, which has to be implemented by a
software component for state machine-based composition.
|
| Do_activity |
This concrete class represents the general notion of Activity in UML
(do/ notation).
|
| Guard |
This concrete class represents the general notion of Guard in UML.
|
| Manageable |
This interface is a management utility, which can be implemented by a
software component so that it can be accessed by means of Java Management
eXtensions (JMX) in particular.
|
| Manageable_base |
This interface is a management utility, which can be implemented by a
software component so that it can be accessed by means of Java Management
eXtensions (JMX) in particular.
|
| SendSignalAction |
This concrete class represents the general notion of Action in UML,
which consists in sending a signal.
|
| State |
This concrete class represents the general notion of State in UML.
|
| State_based_exception |
This class is concerned with abnormal state configuration/structuring
exceptions.
|
| State_exception |
This class creates a common supertype for the
State_based_exception, Transition_based_exception and
StateMachine_execution_exception classes. |
| StateMachine |
This concrete class represents the general notion of State Machine in
UML.
|
| StateMachine_execution_exception |
This class is concerned with abnormal situations or failures when the
PauWare engine is running.
|
| Timed_component |
This interface is a utility that can be implemented by a software component
which wants to have timer services at its disposal.
|
| Transition |
This class represents the general notion of Transition in UML.
|
| Transition_based_exception |
This class is concerned with abnormal transition configuration/structuring
exceptions.
|