|
FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
|
A cloneable FSM. More...

Public Member Functions | |
| FSMCloneable () | |
| Default constructor. | |
| FSMCloneable (FSMState initState, HashSet< FSMState > finalStates, HashSet< FSMState > allStates) | |
| Constructor. | |
| FSMCloneable | clone () |
A cloneable FSM.
| org.jacop.util.fsm.FSMCloneable.FSMCloneable | ( | ) |
Default constructor.
Referenced by clone().
| org.jacop.util.fsm.FSMCloneable.FSMCloneable | ( | FSMState | initState, |
| HashSet< FSMState > | finalStates, | ||
| HashSet< FSMState > | allStates ) |
Constructor.
| initState | the initial state |
| finalStates | the final states |
| allStates | all states |
| FSMCloneable org.jacop.util.fsm.FSMCloneable.clone | ( | ) |
References FSMCloneable().
