public interface BitParallelAutomaton
| Modifier and Type | Method and Description |
|---|---|
BitSet |
getInitial() |
boolean |
isFinal(BitSet state) |
boolean |
isInitial(BitSet state) |
int |
minLength() |
BitSet |
next(BitSet state,
char c) |
char[] |
supportedChars() |
Copyright © 2017. All rights reserved.