org.apache.uima.tools.cfe
Class AnnotationMatchedValue

java.lang.Object
  extended by org.apache.uima.tools.cfe.MatchedValue
      extended by org.apache.uima.tools.cfe.AnnotationMatchedValue

public class AnnotationMatchedValue
extends MatchedValue


Field Summary
 
Fields inherited from class org.apache.uima.tools.cfe.MatchedValue
m_matchedObject, m_orderedPath
 
Constructor Summary
AnnotationMatchedValue(org.apache.uima.jcas.tcas.Annotation matchedObject)
           
AnnotationMatchedValue(org.apache.uima.jcas.tcas.Annotation matchedObject, List<Object> orderedPath)
           
AnnotationMatchedValue(MatchedValue mv)
           
 
Method Summary
 org.apache.uima.jcas.tcas.Annotation getAnnotation()
           
static Collection<AnnotationMatchedValue> upcast(Collection<AnnotationMatchedValue> trg, Collection<MatchedValue> src)
           
 
Methods inherited from class org.apache.uima.tools.cfe.MatchedValue
contains, get, removeAll
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationMatchedValue

public AnnotationMatchedValue(MatchedValue mv)

AnnotationMatchedValue

public AnnotationMatchedValue(org.apache.uima.jcas.tcas.Annotation matchedObject)

AnnotationMatchedValue

public AnnotationMatchedValue(org.apache.uima.jcas.tcas.Annotation matchedObject,
                              List<Object> orderedPath)
Method Detail

getAnnotation

public org.apache.uima.jcas.tcas.Annotation getAnnotation()

upcast

public static Collection<AnnotationMatchedValue> upcast(Collection<AnnotationMatchedValue> trg,
                                                        Collection<MatchedValue> src)


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