org.apache.uima.tools.cfe
Class CollectionFeatureValues<T>

java.lang.Object
  extended by org.apache.uima.tools.cfe.CollectionFeatureValues<T>
All Implemented Interfaces:
FeatureValues
Direct Known Subclasses:
EnumFeatureValues, ObjectPathFeatureValues

public abstract class CollectionFeatureValues<T>
extends Object
implements FeatureValues


Constructor Summary
CollectionFeatureValues(Collection<T> values)
           
 
Method Summary
abstract  boolean matches(Object feature)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.uima.tools.cfe.FeatureValues
getFeatureImage
 

Constructor Detail

CollectionFeatureValues

public CollectionFeatureValues(Collection<T> values)
Method Detail

matches

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


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