org.apache.uima.tools.cfe
Class MatchedValue
java.lang.Object
org.apache.uima.tools.cfe.MatchedValue
- Direct Known Subclasses:
- AnnotationMatchedValue
public class MatchedValue
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_matchedObject
protected Object m_matchedObject
m_orderedPath
public List<Object> m_orderedPath
MatchedValue
public MatchedValue(Object matchedObject,
List<Object> orderedPath)
MatchedValue
public MatchedValue(Object matchedObject)
contains
public static <T extends MatchedValue> boolean contains(Collection<T> values,
Object obj)
get
public static <T extends MatchedValue> T get(Collection<T> values,
Object obj)
removeAll
public static <T extends MatchedValue> void removeAll(Collection<T> removeFrom,
Collection<T> contained)
Copyright © 2006-2011 The Apache Software Foundation. All Rights Reserved.