org.apache.uima.tools.cfe
Class SingleFeatureMatcher
java.lang.Object
org.apache.uima.tools.cfe.SingleFeatureMatcher
public class SingleFeatureMatcher
- extends Object
Constructor Summary |
SingleFeatureMatcher(String feat_class_name,
String full_feat_path,
boolean exclude,
boolean quiet,
Collection<String> values,
boolean case_sensitive)
|
SingleFeatureMatcher(String feat_class_name,
String full_feat_path,
boolean exclude,
boolean quiet,
Double lb,
boolean lbi,
Double ub,
boolean ubi)
|
SingleFeatureMatcher(String feat_class_name,
String feat_full_path,
boolean exclude,
boolean quiet,
FeatureValues fvals)
|
SingleFeatureMatcher(String feat_class_name,
String full_feat_path,
boolean exclude,
boolean quiet,
int bitmask,
boolean exact_match)
|
SingleFeatureMatcher(String feat_class_name,
String full_feat_path,
boolean exclude,
boolean quiet,
String pattern)
|
SingleFeatureMatcher(String feat_class_name,
String full_feat_path,
boolean exclude,
boolean quiet,
String path,
boolean case_sensitive)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SingleFeatureMatcher
public SingleFeatureMatcher(String feat_class_name,
String feat_full_path,
boolean exclude,
boolean quiet,
FeatureValues fvals)
throws SecurityException,
NoSuchMethodException,
ClassNotFoundException
- Throws:
SecurityException
NoSuchMethodException
ClassNotFoundException
SingleFeatureMatcher
public SingleFeatureMatcher(String feat_class_name,
String full_feat_path,
boolean exclude,
boolean quiet,
Collection<String> values,
boolean case_sensitive)
throws SecurityException,
NoSuchMethodException,
ClassNotFoundException
- Throws:
SecurityException
NoSuchMethodException
ClassNotFoundException
SingleFeatureMatcher
public SingleFeatureMatcher(String feat_class_name,
String full_feat_path,
boolean exclude,
boolean quiet,
String path,
boolean case_sensitive)
throws SecurityException,
NoSuchMethodException,
ClassNotFoundException,
IOException
- Throws:
SecurityException
NoSuchMethodException
ClassNotFoundException
IOException
SingleFeatureMatcher
public SingleFeatureMatcher(String feat_class_name,
String full_feat_path,
boolean exclude,
boolean quiet,
Double lb,
boolean lbi,
Double ub,
boolean ubi)
throws SecurityException,
NoSuchMethodException,
ClassNotFoundException
- Throws:
SecurityException
NoSuchMethodException
ClassNotFoundException
SingleFeatureMatcher
public SingleFeatureMatcher(String feat_class_name,
String full_feat_path,
boolean exclude,
boolean quiet,
int bitmask,
boolean exact_match)
throws SecurityException,
NoSuchMethodException,
ClassNotFoundException
- Throws:
SecurityException
NoSuchMethodException
ClassNotFoundException
SingleFeatureMatcher
public SingleFeatureMatcher(String feat_class_name,
String full_feat_path,
boolean exclude,
boolean quiet,
String pattern)
throws SecurityException,
NoSuchMethodException,
ClassNotFoundException
- Throws:
SecurityException
NoSuchMethodException
ClassNotFoundException
matches
public boolean matches(MatchedValue mv,
List<MatchedValue> matchedValues)
throws IllegalArgumentException,
IllegalAccessException,
InvocationTargetException
- Throws:
IllegalArgumentException
IllegalAccessException
InvocationTargetException
Copyright © 2006-2011 The Apache Software Foundation. All Rights Reserved.