| Package | Description |
|---|---|
| net.amygdalum.stringsearchalgorithms.patternsearch.chars |
| Modifier and Type | Method and Description |
|---|---|
static GlushkovAnalyzerOption |
GlushkovAnalyzerOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GlushkovAnalyzerOption[] |
GlushkovAnalyzerOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
GlushkovAutomaton |
GlushkovAnalyzer.buildAutomaton(GlushkovAnalyzerOption... options) |
DualGlushkovAutomaton |
GlushkovAnalyzer.buildReverseAutomaton(GlushkovAnalyzerOption... options) |
boolean |
GlushkovAnalyzerOption.in(GlushkovAnalyzerOption[] options) |
Copyright © 2017. All rights reserved.