Package | Description |
---|---|
net.sf.smc.model |
Provides the classes modeling a finite state machine.
|
Modifier and Type | Class and Description |
---|---|
class |
SmcAction
Actions are used in both transtions and state Entry and Exit
clauses.
|
class |
SmcFSM
The top-level element for a finite state machine model.
|
class |
SmcGuard
This is the second half of a
transition definition. |
class |
SmcMap
SMC has states grouped into maps.
|
class |
SmcParameter
This class contains a transition parameter definition.
|
class |
SmcState
Contains the entry action, exit action and transition lists.
|
class |
SmcTransition
SMC breaks transitions into two components: this class and
guard . |
Copyright © 2015. Charles W. Rapp. All Rights Reserved. Use is subject to license terms.