public class BooleanLabeledTree_Type
extends org.apache.uima.jcas.tcas.Annotation_Type
| Modifier and Type | Field and Description |
|---|---|
static boolean |
featOkTst |
static int |
typeIndexID |
| Constructor and Description |
|---|
BooleanLabeledTree_Type(org.apache.uima.jcas.JCas jcas,
org.apache.uima.cas.Type casType)
initialize variables to correspond with Cas Type and Features
|
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.uima.cas.impl.FSGenerator |
getFSGenerator() |
boolean |
getLabel(int addr) |
String |
getTree(int addr) |
void |
setLabel(int addr,
boolean v) |
void |
setTree(int addr,
String v) |
getBegin, getCoveredText, getEnd, setBegin, setEndpublic static final int typeIndexID
public static final boolean featOkTst
public BooleanLabeledTree_Type(org.apache.uima.jcas.JCas jcas,
org.apache.uima.cas.Type casType)
protected org.apache.uima.cas.impl.FSGenerator getFSGenerator()
getFSGenerator in class org.apache.uima.jcas.tcas.Annotation_Typepublic boolean getLabel(int addr)
public void setLabel(int addr,
boolean v)
public String getTree(int addr)
public void setTree(int addr,
String v)
Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.