| Package | Description |
|---|---|
| net.automatalib.automata.fsa.impl.compact |
| Modifier and Type | Method and Description |
|---|---|
CompactNFA<I> |
CompactNFA.Creator.createAutomaton(Alphabet<I> alphabet) |
CompactNFA<I> |
CompactNFA.Creator.createAutomaton(Alphabet<I> alphabet,
int numStates) |
<I2> CompactNFA<I2> |
CompactNFA.translate(Alphabet<I2> newAlphabet) |
| Constructor and Description |
|---|
CompactNFA(Alphabet<I> alphabet,
CompactNFA<?> other) |
Copyright © 2019. All rights reserved.