Uses of Class
net.automatalib.automaton.transducer.FastMealyState
-
Packages that use FastMealyState Package Description net.automatalib.automaton.transducer -
-
Uses of FastMealyState in net.automatalib.automaton.transducer
Methods in net.automatalib.automaton.transducer that return FastMealyState Modifier and Type Method Description protected FastMealyState<O>
FastMealy. createState(Void property)
FastMealyState<O>
FastMealy. getSuccessor(MealyTransition<FastMealyState<O>,O> transition)
Methods in net.automatalib.automaton.transducer that return types with arguments of type FastMealyState Modifier and Type Method Description MealyTransition<FastMealyState<O>,O>
FastMealy. createTransition(FastMealyState<O> successor, O properties)
Methods in net.automatalib.automaton.transducer with parameters of type FastMealyState Modifier and Type Method Description MealyTransition<FastMealyState<O>,O>
FastMealy. createTransition(FastMealyState<O> successor, O properties)
Method parameters in net.automatalib.automaton.transducer with type arguments of type FastMealyState Modifier and Type Method Description FastMealyState<O>
FastMealy. getSuccessor(MealyTransition<FastMealyState<O>,O> transition)
O
FastMealy. getTransitionOutput(MealyTransition<FastMealyState<O>,O> transition)
void
FastMealy. setTransitionOutput(MealyTransition<FastMealyState<O>,O> transition, O output)
-