|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PatternContainer | |
---|---|
tools.tree.trie | |
tools.tree.trie.pattern |
Uses of PatternContainer in tools.tree.trie |
---|
Methods in tools.tree.trie with parameters of type PatternContainer | |
---|---|
void |
Trie.insertPattern(PatternContainer c)
insert a pattern into the trie |
Uses of PatternContainer in tools.tree.trie.pattern |
---|
Methods in tools.tree.trie.pattern that return PatternContainer | |
---|---|
static PatternContainer |
PatternGenerator.getPattern4String(java.lang.String pattern,
int blocksize)
creates a simple pattern by decomposing a string to its characters |
static PatternContainer |
PatternGenerator.getPatternsBondSeparated(java.lang.String pattern)
creates a simple pattern by decomposing a string to its characters, this function weights the position in the string |
static PatternContainer |
PatternGenerator.getPatternsBondSeparatedWeighted(java.lang.String pattern)
creates a simple pattern by decomposing a string to its characters, this function weights the position in the string |
static PatternContainer |
PatternGenerator.getPatternsBondSeparatedWeightedByProbability(java.lang.String pattern)
creates a simple pattern by decomposing a string to its characters, this function weights the symbols by their probability |
static PatternContainer |
PatternGenerator.getWeightedPattern4String(java.lang.String pattern,
int blocksize)
creates a simple pattern by decomposing a string to its characters, this function weights the position in the string |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |