Uses of Class
org.apache.uima.tools.cfe.MatchedValue

Packages that use MatchedValue
org.apache.uima.tools.cfe   
 

Uses of MatchedValue in org.apache.uima.tools.cfe
 

Subclasses of MatchedValue in org.apache.uima.tools.cfe
 class AnnotationMatchedValue
           
 

Fields in org.apache.uima.tools.cfe with type parameters of type MatchedValue
 List<MatchedValue> MatchedSingleFeatureMatcher.m_values
           
 

Methods in org.apache.uima.tools.cfe with type parameters of type MatchedValue
static
<T extends MatchedValue>
boolean
MatchedValue.contains(Collection<T> values, Object obj)
           
static
<T extends MatchedValue>
T
MatchedValue.get(Collection<T> values, Object obj)
           
static
<T extends MatchedValue>
void
MatchedValue.removeAll(Collection<T> removeFrom, Collection<T> contained)
           
 

Methods in org.apache.uima.tools.cfe that return types with arguments of type MatchedValue
 List<MatchedValue> TargetObjectMatcher.getFeatureValues(MatchedValue mv)
           
 

Methods in org.apache.uima.tools.cfe with parameters of type MatchedValue
 List<MatchedValue> TargetObjectMatcher.getFeatureValues(MatchedValue mv)
           
 boolean PartialObjectMatcher.matches(MatchedValue mv, Collection<MatchedSingleFeatureMatcher> matched)
           
 boolean GroupFeatureMatcher.matches(MatchedValue mv, Collection<MatchedSingleFeatureMatcher> matched)
           
 boolean SingleFeatureMatcher.matches(MatchedValue mv, List<MatchedValue> matchedValues)
           
 

Method parameters in org.apache.uima.tools.cfe with type arguments of type MatchedValue
 boolean SingleFeatureMatcher.matches(MatchedValue mv, List<MatchedValue> matchedValues)
           
static Collection<AnnotationMatchedValue> AnnotationMatchedValue.upcast(Collection<AnnotationMatchedValue> trg, Collection<MatchedValue> src)
           
 

Constructors in org.apache.uima.tools.cfe with parameters of type MatchedValue
AnnotationMatchedValue(MatchedValue mv)
           
 



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