Package | Description |
---|---|
net.sf.smc |
Provides the
Smc class which implements
the state machine compiler application. |
net.sf.smc.generator |
Provides the classes for generating source code in a target
from an SMC
finite state machine model
instance. |
net.sf.smc.model |
Provides the classes modeling a finite state machine.
|
net.sf.smc.parser |
Provides the classes for parsing an SMC text definition into
a
finite state machine model
instance. |
Class and Description |
---|
SmcFSM
The top-level element for a finite state machine model.
|
SmcGuard
This is the second half of a
transition definition. |
SmcMap
SMC has states grouped into maps.
|
SmcParameter
This class contains a transition parameter definition.
|
SmcState
Contains the entry action, exit action and transition lists.
|
SmcTransition
SMC breaks transitions into two components: this class and
guard . |
SmcVisitor
The super class for all FSM model visitors.
|
Class and Description |
---|
SmcAction
Actions are used in both transtions and state Entry and Exit
clauses.
|
SmcElement.TransType
The SMC transitions fall into four types.
|
SmcFSM
The top-level element for a finite state machine model.
|
SmcGuard
This is the second half of a
transition definition. |
SmcMap
SMC has states grouped into maps.
|
SmcParameter
This class contains a transition parameter definition.
|
SmcState
Contains the entry action, exit action and transition lists.
|
SmcTransition
SMC breaks transitions into two components: this class and
guard . |
SmcVisitor
The super class for all FSM model visitors.
|
Class and Description |
---|
SmcAction
Actions are used in both transtions and state Entry and Exit
clauses.
|
SmcElement
The super class for all abstract syntax tree elements.
|
SmcElement.TransType
The SMC transitions fall into four types.
|
SmcFSM
The top-level element for a finite state machine model.
|
SmcGuard
This is the second half of a
transition definition. |
SmcMap
SMC has states grouped into maps.
|
SmcParameter
This class contains a transition parameter definition.
|
SmcState
Contains the entry action, exit action and transition lists.
|
SmcTransition
SMC breaks transitions into two components: this class and
guard . |
SmcVisitor
The super class for all FSM model visitors.
|
Class and Description |
---|
SmcFSM
The top-level element for a finite state machine model.
|
Copyright © 2015. Charles W. Rapp. All Rights Reserved. Use is subject to license terms.