org.apache.uima.tools.cfe
Class PatternFeatureValues

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

public class PatternFeatureValues
extends Object
implements FeatureValues


Constructor Summary
PatternFeatureValues(String pattern)
           
 
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

PatternFeatureValues

public PatternFeatureValues(String pattern)
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.