| Package | Description |
|---|---|
| net.automatalib.automata.fsa.impl |
| Modifier and Type | Method and Description |
|---|---|
FastDFAState |
FastDFA.addState(boolean accepting) |
protected FastDFAState |
FastDFA.createState(boolean accepting) |
protected FastDFAState |
FastDFA.createState(Boolean accepting) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
FastDFA.isAccepting(FastDFAState state) |
void |
FastDFA.setAccepting(FastDFAState state,
boolean accepting) |
Copyright © 2019. All rights reserved.