| Package | Description |
|---|---|
| net.automatalib.automata.transducers.impl |
| Modifier and Type | Method and Description |
|---|---|
protected FastMealyState<O> |
FastMealy.createState(Void property) |
FastMealyState<O> |
FastMealy.getSuccessor(MealyTransition<FastMealyState<O>,O> transition) |
| Modifier and Type | Method and Description |
|---|---|
MealyTransition<FastMealyState<O>,O> |
FastMealy.createTransition(FastMealyState<O> successor,
O properties) |
| 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 © 2020. All rights reserved.