org.apache.uima.tools.cfe
Class BitsetFeatureValues

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

public class BitsetFeatureValues
extends Object
implements FeatureValues


Constructor Summary
BitsetFeatureValues(int bitmask, boolean exact_match)
           
 
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

BitsetFeatureValues

public BitsetFeatureValues(int bitmask,
                           boolean exact_match)
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.