public class CasIndexer<T extends org.apache.uima.jcas.tcas.Annotation> extends Object
Modifier and Type | Field and Description |
---|---|
protected Map<Integer,T> |
mapByAddress |
protected org.apache.uima.cas.Type |
targetType |
Constructor and Description |
---|
CasIndexer() |
CasIndexer(org.apache.uima.jcas.JCas jcas,
org.apache.uima.cas.Type targetType) |
Modifier and Type | Method and Description |
---|---|
String |
convertToDebugOutput(String label,
T targetAnnotation) |
org.apache.uima.jcas.JCas |
getJcas() |
void |
initialize() |
org.apache.uima.jcas.tcas.Annotation |
lookupByAddress(int address) |
void |
setJcas(org.apache.uima.jcas.JCas jcas) |
public CasIndexer(org.apache.uima.jcas.JCas jcas, org.apache.uima.cas.Type targetType)
public CasIndexer()
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.