| Package | Description |
|---|---|
| net.automatalib.automata.transducers.impl |
| Modifier and Type | Method and Description |
|---|---|
protected FastMooreState<O> |
FastMoore.createState(O property) |
FastMooreState<O> |
FastMoore.createTransition(FastMooreState<O> successor,
Void properties) |
FastMooreState<O> |
FastMoore.getSuccessor(FastMooreState<O> transition) |
| Modifier and Type | Method and Description |
|---|---|
FastMooreState<O> |
FastMoore.createTransition(FastMooreState<O> successor,
Void properties) |
O |
FastMoore.getStateOutput(FastMooreState<O> state) |
FastMooreState<O> |
FastMoore.getSuccessor(FastMooreState<O> transition) |
void |
FastMoore.setStateOutput(FastMooreState<O> state,
O output) |
Copyright © 2019. All rights reserved.