org.apache.uima.tools.cfe
Class MatchedAnnotationDescriptor
java.lang.Object
org.apache.uima.tools.cfe.MatchedAnnotationDescriptor
public class MatchedAnnotationDescriptor
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_feature_matcher
public final FeatureObjectMatcher m_feature_matcher
m_feature_mv
public final AnnotationMatchedValue m_feature_mv
m_enclosing
public final org.apache.uima.jcas.tcas.Annotation m_enclosing
m_sfms_with_values
public final Collection<MatchedSingleFeatureMatcher> m_sfms_with_values
m_direction
public final int m_direction
m_offset
public final int m_offset
m_orderIndex
public final int m_orderIndex
MatchedAnnotationDescriptor
public MatchedAnnotationDescriptor(FeatureObjectMatcher fom,
org.apache.uima.jcas.tcas.Annotation enclosing,
AnnotationMatchedValue feature_mv,
Collection<MatchedSingleFeatureMatcher> sfms_with_values,
int direction,
int offset,
int priorityOrder)
Copyright © 2006-2011 The Apache Software Foundation. All Rights Reserved.