org.apache.uima.tools.cfe
Class MatchedAnnotationDescriptor

java.lang.Object
  extended by org.apache.uima.tools.cfe.MatchedAnnotationDescriptor

public class MatchedAnnotationDescriptor
extends Object


Field Summary
 int m_direction
           
 org.apache.uima.jcas.tcas.Annotation m_enclosing
           
 FeatureObjectMatcher m_feature_matcher
           
 AnnotationMatchedValue m_feature_mv
           
 int m_offset
           
 int m_orderIndex
           
 Collection<MatchedSingleFeatureMatcher> m_sfms_with_values
           
 
Constructor Summary
MatchedAnnotationDescriptor(FeatureObjectMatcher fom, org.apache.uima.jcas.tcas.Annotation enclosing, AnnotationMatchedValue feature_mv, Collection<MatchedSingleFeatureMatcher> sfms_with_values, int direction, int offset, int priorityOrder)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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

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.