org.apache.uima.tools.cfe
Class PartialObjectMatcher
java.lang.Object
org.apache.uima.tools.cfe.PartialObjectMatcher
- Direct Known Subclasses:
- FeatureObjectMatcher
public class PartialObjectMatcher
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PartialObjectMatcher
public PartialObjectMatcher(String class_name,
String full_path,
Collection<GroupFeatureMatcher> gfms)
throws ClassNotFoundException
- Throws:
ClassNotFoundException
PartialObjectMatcher
protected PartialObjectMatcher(String class_name,
String full_annotation_path)
throws ClassNotFoundException
- Throws:
ClassNotFoundException
addGroupMatcher
public void addGroupMatcher(GroupFeatureMatcher gfm)
matches
public boolean matches(MatchedValue mv,
Collection<MatchedSingleFeatureMatcher> matched)
throws IllegalArgumentException,
IllegalAccessException,
InvocationTargetException
- Throws:
IllegalArgumentException
IllegalAccessException
InvocationTargetException
getMatcherClass
public Class<?> getMatcherClass()
Copyright © 2006-2011 The Apache Software Foundation. All Rights Reserved.