org.apache.uima.tools.cfe
Class CollectionFeatureValues<T>
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CollectionFeatureValues
public CollectionFeatureValues(Collection<T> values)
matches
public abstract boolean matches(Object feature)
- Specified by:
matches
in interface FeatureValues
Copyright © 2006-2011 The Apache Software Foundation. All Rights Reserved.