tools.tree.trie.pattern
Class HashedPattern

java.lang.Object
  extended by tools.tree.trie.pattern.HashedPattern
All Implemented Interfaces:
InterfacePattern

public class HashedPattern
extends java.lang.Object
implements InterfacePattern


Constructor Summary
HashedPattern()
           
 
Method Summary
 int compareTo(HashedPattern o)
           
 int getNumLabel()
           
 java.lang.Float getWeight()
           
 void setPattern(java.lang.String pattern)
           
 void setWeight(java.lang.Float weight)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HashedPattern

public HashedPattern()
Method Detail

compareTo

public int compareTo(HashedPattern o)

getNumLabel

public int getNumLabel()
Specified by:
getNumLabel in interface InterfacePattern

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