org.apache.uima.tools.cfe
Class TargetObjectMatcher
java.lang.Object
org.apache.uima.tools.cfe.TargetObjectMatcher
public class TargetObjectMatcher
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TargetObjectMatcher
public TargetObjectMatcher(Class<? extends Object> target_class,
String full_target_path,
boolean delimit_array_values)
throws ClassNotFoundException
- Throws:
ClassNotFoundException
TargetObjectMatcher
public TargetObjectMatcher(String trg_cls_name,
String full_target_path,
boolean delimit_array_values)
throws ClassNotFoundException
- Throws:
ClassNotFoundException
getFeatureValues
public List<MatchedValue> getFeatureValues(MatchedValue mv)
throws IllegalArgumentException,
IllegalAccessException,
InvocationTargetException
- Throws:
IllegalArgumentException
IllegalAccessException
InvocationTargetException
Copyright © 2006-2011 The Apache Software Foundation. All Rights Reserved.