org.apache.uima.tools.cfe
Class UIMAFeatureMatcher

java.lang.Object
  extended by org.apache.uima.tools.cfe.CommonFeatureMatcher
      extended by org.apache.uima.tools.cfe.UIMAFeatureMatcher

public class UIMAFeatureMatcher
extends CommonFeatureMatcher


Field Summary
 
Fields inherited from class org.apache.uima.tools.cfe.CommonFeatureMatcher
CONSTANT_ANYENCLOSED, CONSTANT_INGORE, CONSTANT_INSIDEINSIDE, CONSTANT_INSIDERIGHT, CONSTANT_LEFTINSIDE, CONSTANT_LEFTLEFT, CONSTANT_LEFTRIGHT, CONSTANT_RIGHTRIGHT, CONSTANT_STARTSINSIDE, CONSTANT_STARTSLEFT, CONSTANT_STARTSRIGHT, m_fieldSeparator, m_isAnnotationName, m_isFeatureName, m_isTargetId, m_valueSeparators, PARAM_CONFIGURATIONFILE, PARAM_INCLUDEANNOTATIONNAME, PARAM_INCLUDEFEATURENAME, PARAM_INCLUDETARGETID, PARAM_XMLBEANSPARSER
 
Constructor Summary
UIMAFeatureMatcher(boolean includeTargetId)
           
 
Method Summary
protected  void processFeatureGroup(org.apache.uima.jcas.JCas jcas, org.apache.uima.jcas.tcas.Annotation trg, String group_label, Collection<MatchedAnnotationDescriptor> features)
           
 void processJCas(org.apache.uima.jcas.JCas jcas)
           
 
Methods inherited from class org.apache.uima.tools.cfe.CommonFeatureMatcher
getDocumentId, initialize, make_image_position, make_image
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIMAFeatureMatcher

public UIMAFeatureMatcher(boolean includeTargetId)
Method Detail

processJCas

public void processJCas(org.apache.uima.jcas.JCas jcas)
                 throws IllegalArgumentException,
                        IllegalAccessException,
                        InvocationTargetException,
                        ClassNotFoundException,
                        SecurityException,
                        NoSuchFieldException
Overrides:
processJCas in class CommonFeatureMatcher
Throws:
IllegalArgumentException
IllegalAccessException
InvocationTargetException
ClassNotFoundException
SecurityException
NoSuchFieldException

processFeatureGroup

protected void processFeatureGroup(org.apache.uima.jcas.JCas jcas,
                                   org.apache.uima.jcas.tcas.Annotation trg,
                                   String group_label,
                                   Collection<MatchedAnnotationDescriptor> features)
                            throws IllegalArgumentException,
                                   IllegalAccessException,
                                   InvocationTargetException
Specified by:
processFeatureGroup in class CommonFeatureMatcher
Throws:
IllegalArgumentException
IllegalAccessException
InvocationTargetException


Copyright © 2006-2011 The Apache Software Foundation. All Rights Reserved.