|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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
|
MatchedValue.contains(Collection<T> values,
Object obj)
|
|
static
|
MatchedValue.get(Collection<T> values,
Object obj)
|
|
static
|
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)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |