@FunctionalInterface public interface AutomatonCreator<A,I>
| Modifier and Type | Method and Description |
|---|---|
A |
createAutomaton(Alphabet<I> alphabet) |
default A |
createAutomaton(Alphabet<I> alphabet,
int numStatesHint) |
Copyright © 2020. All rights reserved.