org.apache.uima.tools.cfe
Class TargetObjectMatcher

java.lang.Object
  extended by org.apache.uima.tools.cfe.TargetObjectMatcher

public class TargetObjectMatcher
extends Object


Constructor Summary
TargetObjectMatcher(Class<? extends Object> target_class, String full_target_path, boolean delimit_array_values)
           
TargetObjectMatcher(String trg_cls_name, String full_target_path, boolean delimit_array_values)
           
 
Method Summary
 List<MatchedValue> getFeatureValues(MatchedValue mv)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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
Method Detail

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.