| Package | Description |
|---|---|
| rationals |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultStateFactory
This class is used by Automaton objects to create new states on A user can
implement its own version of StateFactory by providing an implementation for
createState
|
| Modifier and Type | Method and Description |
|---|---|
StateFactory |
Automaton.getStateFactory() |
StateFactory |
StateMachine.getStateFactory()
Retrieves the state factory associated to this SM.
|
| Constructor and Description |
|---|
Automaton(StateFactory sf)
Create a new empty automaton with given state factory.
|
Copyright © 2018. All rights reserved.