|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttools.tree.trie.pattern.PatternGenerator
public class PatternGenerator
Constructor Summary | |
---|---|
PatternGenerator()
|
Method Summary | |
---|---|
static PatternContainer |
getPattern4String(java.lang.String pattern,
int blocksize)
creates a simple pattern by decomposing a string to its characters |
static PatternContainer |
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 |
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 |
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 |
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 |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PatternGenerator()
Method Detail |
---|
public static PatternContainer getPattern4String(java.lang.String pattern, int blocksize)
pattern
-
public static PatternContainer getPatternsBondSeparated(java.lang.String pattern)
pattern
-
public static PatternContainer getPatternsBondSeparatedWeighted(java.lang.String pattern)
pattern
-
public static PatternContainer getPatternsBondSeparatedWeightedByProbability(java.lang.String pattern)
pattern
-
public static PatternContainer getWeightedPattern4String(java.lang.String pattern, int blocksize)
pattern
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |