Constructor and Description |
---|
FeaturePathIterator(Iterator<T> aIterator,
FeaturePathInfo aFp) |
Modifier and Type | Method and Description |
---|---|
static <T extends org.apache.uima.cas.text.AnnotationFS> |
create(org.apache.uima.cas.CAS aCas,
org.apache.uima.cas.Type aType,
String aPath) |
static <T extends org.apache.uima.jcas.tcas.Annotation> |
create(org.apache.uima.jcas.JCas aJCas,
Class<T> aAnchor,
String aPath) |
boolean |
hasNext() |
Map.Entry<T,String> |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public FeaturePathIterator(Iterator<T> aIterator, FeaturePathInfo aFp)
public boolean hasNext()
public void remove()
public static <T extends org.apache.uima.jcas.tcas.Annotation> FeaturePathFactory.FeaturePathIterator<T> create(org.apache.uima.jcas.JCas aJCas, Class<T> aAnchor, String aPath) throws FeaturePathException
FeaturePathException
public static <T extends org.apache.uima.cas.text.AnnotationFS> FeaturePathFactory.FeaturePathIterator<T> create(org.apache.uima.cas.CAS aCas, org.apache.uima.cas.Type aType, String aPath) throws FeaturePathException
FeaturePathException
Copyright © 2007–2018 Ubiquitous Knowledge Processing (UKP) Lab, Technische Universität Darmstadt. All rights reserved.