Package | Description |
---|---|
monq.jfa |
Implements Finite Automata, deterministic and
nondeterministic, with an engine for high throughput filtering of
text.
|
Modifier and Type | Method and Description |
---|---|
static Statistics |
Statistics.getStatistics(Dfa dfa,
java.io.Writer w)
same as
getStatistics(Nfa,Writer) but for a Dfa . |
static Statistics |
Statistics.getStatistics(Nfa nfa,
java.io.Writer w)
compute statistical data for a
Nfa . |