org.apache.uima.tools.cfe
Class ObjectPathFeatureValues

java.lang.Object
  extended by org.apache.uima.tools.cfe.CollectionFeatureValues<MatchedValue>
      extended by org.apache.uima.tools.cfe.ObjectPathFeatureValues
All Implemented Interfaces:
FeatureValues

public class ObjectPathFeatureValues
extends CollectionFeatureValues<MatchedValue>


Constructor Summary
ObjectPathFeatureValues(String object_type_name, String object_path)
           
 
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

ObjectPathFeatureValues

public ObjectPathFeatureValues(String object_type_name,
                               String object_path)
Method Detail

getFeatureImage

public String getFeatureImage(Object feature)

matches

public boolean matches(Object feature)
Specified by:
matches in interface FeatureValues
Specified by:
matches in class CollectionFeatureValues<MatchedValue>


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