tools.tree.trie.pattern
Class PatternString
java.lang.Object
tools.tree.trie.pattern.PatternString
- All Implemented Interfaces:
- InterfacePattern
public class PatternString
- extends java.lang.Object
- implements InterfacePattern
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PatternString
public PatternString()
compareTo
public int compareTo(PatternString o)
getLabel
public java.lang.String getLabel()
getNumLabel
public int getNumLabel()
- Specified by:
getNumLabel
in interface InterfacePattern
getPattern
public java.lang.String getPattern()
getWeight
public java.lang.Float getWeight()
- Specified by:
getWeight
in interface InterfacePattern
setPattern
public void setPattern(java.lang.String pattern)
setWeight
public void setWeight(java.lang.Float weight)
- Specified by:
setWeight
in interface InterfacePattern