Uses of Class
cz.cuni.amis.fsm.FSM.StateWrapper

Uses of FSM.StateWrapper in cz.cuni.amis.fsm
 

Methods in cz.cuni.amis.fsm that return FSM.StateWrapper
 FSM.StateWrapper<SYMBOL,CONTEXT> FSM.TransitionWrapper.getTarget()
           
 FSM.StateWrapper FSM.StateWrapper.pushSymbol(CONTEXT context, SYMBOL symbol)
           
 FSM.StateWrapper<SYMBOL,CONTEXT> FSM.TransitionWrapper.step(CONTEXT context, FSM.StateWrapper<SYMBOL,CONTEXT> fromState, SYMBOL bySymbol)
           
 

Methods in cz.cuni.amis.fsm that return types with arguments of type FSM.StateWrapper
 Collection<FSM.StateWrapper<SYMBOL,CONTEXT>> FSM.getStates()
           
 

Methods in cz.cuni.amis.fsm with parameters of type FSM.StateWrapper
 FSM.StateWrapper<SYMBOL,CONTEXT> FSM.TransitionWrapper.step(CONTEXT context, FSM.StateWrapper<SYMBOL,CONTEXT> fromState, SYMBOL bySymbol)
           
 

Method parameters in cz.cuni.amis.fsm with type arguments of type FSM.StateWrapper
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 FSM.StateWrapper
FSM.TransitionWrapper(FSM.StateWrapper<SYMBOL,CONTEXT> target, List<IFSMTransition<SYMBOL,CONTEXT>> transitions, Logger log)
           
FSM.TransitionWrapper(FSM.StateWrapper<SYMBOL,CONTEXT> target, Logger log)
           
 



Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.