org.apache.uima.tools.cfe
Class FeatureObjectMatcher

java.lang.Object
  extended by org.apache.uima.tools.cfe.PartialObjectMatcher
      extended by org.apache.uima.tools.cfe.FeatureObjectMatcher

public class FeatureObjectMatcher
extends PartialObjectMatcher


Field Summary
 boolean m_distance
           
 boolean m_orientation
           
 int m_windowFlags
           
 int m_windowsizeEnclosed
           
 int m_windowsizeInside
           
 int m_windowsizeLeft
           
 int m_windowsizeRight
           
 
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)
           
 
Method Summary
 
Methods inherited from class org.apache.uima.tools.cfe.PartialObjectMatcher
addGroupMatcher, getMatcherClass, matches
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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

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.