Module PauWareTwo

Package com.pauware.pauware_engine.Core

  • Interface Summary
    Interface Description
    AbstractStateMachine_listener
    This interface is a management utility (including visualization issues), which can be implemented by a state machine manager object.
    Composable
    This interface is a composition utility, which has to be implemented by a software component for state machine-based composition.
    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.
    Timed_component
    This interface is a utility that can be implemented by a software component which wants to have timer services at its disposal.
  • Class Summary
    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.
    AbstractStateMachine
    This abstract class represents the general notion of State Machine in UML.
    AbstractTimer_monitor
    This abstract class represents the notion of timer services.
    Action
    This concrete class represents the general notion of Action in UML.
    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.
    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.
    StateMachine
    This concrete class represents the general notion of State Machine in UML.
    Transition
    This class represents the general notion of Transition in UML.
  • Enum Summary
    Enum Description
    AbstractState._Cross_over
    For visualization purposes only, private use