|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of IFSMTransition in cz.cuni.amis.fsm |
|---|
| Methods in cz.cuni.amis.fsm that return IFSMTransition | |
|---|---|
protected static IFSMTransition |
FSM.getTransition(Class<? extends IFSMTransition> transition,
Logger log)
Constructs and returns IFSMTransition of the given class, parameter-less constructor is sought. |
| Methods in cz.cuni.amis.fsm that return types with arguments of type IFSMTransition | |
|---|---|
Collection<IFSMTransition<SYMBOL,CONTEXT>> |
FSM.getTransitions()
|
| Method parameters in cz.cuni.amis.fsm with type arguments of type IFSMTransition | |
|---|---|
protected static IFSMTransition |
FSM.getTransition(Class<? extends IFSMTransition> transition,
Logger log)
Constructs and returns IFSMTransition of the given class, parameter-less constructor is sought. |
protected void |
FSM.StateWrapper.initTransitionMap(Map<Class,FSM.StateWrapper<SYMBOL,CONTEXT>> states,
Map<Class,IFSMTransition<SYMBOL,CONTEXT>> transitions)
|
| Constructors in cz.cuni.amis.fsm with parameters of type IFSMTransition | |
|---|---|
FSM(CONTEXT context,
IFSMState<SYMBOL,CONTEXT>[] states,
IFSMTransition[] transitions,
Logger log)
Note that this constructor will use "states" and "transitions" to instantiate the FSM but you may omit those states/transitions that contains implicite constructor (parameter-less). |
|
| Constructor parameters in cz.cuni.amis.fsm with type arguments of type IFSMTransition | |
|---|---|
FSM.TransitionWrapper(FSM.StateWrapper<SYMBOL,CONTEXT> target,
List<IFSMTransition<SYMBOL,CONTEXT>> transitions,
Logger log)
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||