org.apache.uima.tools.cfe
Class FeatureObjectMatcher
java.lang.Object
org.apache.uima.tools.cfe.PartialObjectMatcher
org.apache.uima.tools.cfe.FeatureObjectMatcher
public class FeatureObjectMatcher
- extends PartialObjectMatcher
Constructor Summary |
FeatureObjectMatcher(String class_name,
String full_path,
Collection<GroupFeatureMatcher> gfms,
int windowsizeLeft,
int windowsizeInside,
int windowsizeRight,
int windowsizeEnclosed,
int windowFlags,
boolean orientation,
boolean distance)
|
FeatureObjectMatcher(String class_name,
String ful_path,
int windowsizeLeft,
int windowsizeInside,
int windowsizeRight,
int windowsizeEnclosed,
int windowFlags,
boolean orientation,
boolean distance)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_windowsizeLeft
public final int m_windowsizeLeft
m_windowsizeInside
public final int m_windowsizeInside
m_windowsizeRight
public final int m_windowsizeRight
m_windowsizeEnclosed
public final int m_windowsizeEnclosed
m_windowFlags
public final int m_windowFlags
m_orientation
public final boolean m_orientation
m_distance
public final boolean m_distance
FeatureObjectMatcher
public FeatureObjectMatcher(String class_name,
String full_path,
Collection<GroupFeatureMatcher> gfms,
int windowsizeLeft,
int windowsizeInside,
int windowsizeRight,
int windowsizeEnclosed,
int windowFlags,
boolean orientation,
boolean distance)
throws ClassNotFoundException
- Throws:
ClassNotFoundException
FeatureObjectMatcher
public FeatureObjectMatcher(String class_name,
String ful_path,
int windowsizeLeft,
int windowsizeInside,
int windowsizeRight,
int windowsizeEnclosed,
int windowFlags,
boolean orientation,
boolean distance)
throws ClassNotFoundException
- Throws:
ClassNotFoundException
Copyright © 2006-2011 The Apache Software Foundation. All Rights Reserved.