opennlp.grok.ml.dectree
Class DTreeSymbolCondition

java.lang.Object
  |
  +--opennlp.grok.ml.dectree.DTreeSymbolCondition
All Implemented Interfaces:
DTreeCondition, java.io.Serializable

public class DTreeSymbolCondition
extends java.lang.Object
implements DTreeCondition

A query asked by a decion tree that has specifically to do with the value of a symbol being equal to a literal.

Version:
$Revision: 1.3 $, $Date: 2002/02/08 12:13:36 $
Author:
Gann Bierner
See Also:
Serialized Form

Constructor Summary
DTreeSymbolCondition(java.lang.String f, java.lang.String v)
           
 
Method Summary
 boolean eval(java.util.Map querier)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DTreeSymbolCondition

public DTreeSymbolCondition(java.lang.String f,
                            java.lang.String v)
Method Detail

eval

public boolean eval(java.util.Map querier)
Specified by:
eval in interface DTreeCondition


Copyright © 2003 Jason Baldridge and Gann Bierner. All Rights Reserved.