org.apache.uima.tools.cfe
Class RangeFeatureValues

java.lang.Object
  extended by org.apache.uima.tools.cfe.RangeFeatureValues
All Implemented Interfaces:
FeatureValues

public class RangeFeatureValues
extends Object
implements FeatureValues


Constructor Summary
RangeFeatureValues(double lb, boolean lbi, double ub, boolean ubi)
           
 
Method Summary
 String getFeatureImage(Object feature)
           
 boolean matches(Object feature)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RangeFeatureValues

public RangeFeatureValues(double lb,
                          boolean lbi,
                          double ub,
                          boolean ubi)
Method Detail

matches

public boolean matches(Object feature)
Specified by:
matches in interface FeatureValues

getFeatureImage

public String getFeatureImage(Object feature)
Specified by:
getFeatureImage in interface FeatureValues


Copyright © 2006-2011 The Apache Software Foundation. All Rights Reserved.