| Package | Description |
|---|---|
| net.automatalib.automata.transout.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
ProbMealyTransition<S,O> |
| Modifier and Type | Method and Description |
|---|---|
MealyTransition<FastMealyState<O>,O> |
FastMealy.createTransition(FastMealyState<O> successor,
O properties) |
| Modifier and Type | Method and 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) |
Copyright © 2015. All Rights Reserved.