Uses of Class
net.automatalib.automaton.transducer.probabilistic.FastProbMealyState
-
Packages that use FastProbMealyState Package Description net.automatalib.automaton.transducer.probabilistic -
-
Uses of FastProbMealyState in net.automatalib.automaton.transducer.probabilistic
Methods in net.automatalib.automaton.transducer.probabilistic that return FastProbMealyState Modifier and Type Method Description protected FastProbMealyState<O>FastProbMealy. createState(Void property)FastProbMealyState<O>FastProbMealy. getSuccessor(MealyTransition<FastProbMealyState<O>,ProbabilisticOutput<O>> transition)Methods in net.automatalib.automaton.transducer.probabilistic that return types with arguments of type FastProbMealyState Modifier and Type Method Description MealyTransition<FastProbMealyState<O>,ProbabilisticOutput<O>>FastProbMealy. createTransition(FastProbMealyState<O> successor, ProbabilisticOutput<O> properties)Methods in net.automatalib.automaton.transducer.probabilistic with parameters of type FastProbMealyState Modifier and Type Method Description MealyTransition<FastProbMealyState<O>,ProbabilisticOutput<O>>FastProbMealy. createTransition(FastProbMealyState<O> successor, ProbabilisticOutput<O> properties)VoidFastProbMealy. getStateProperty(FastProbMealyState<O> state)voidFastProbMealy. setStateProperty(FastProbMealyState<O> state, Void property)
-