public class BooleanLabeledTree
extends org.apache.uima.jcas.tcas.Annotation
| Modifier and Type | Field and Description |
|---|---|
static int |
type |
static int |
typeIndexID |
| Modifier | Constructor and Description |
|---|---|
protected |
BooleanLabeledTree()
Never called.
|
|
BooleanLabeledTree(int addr,
org.apache.uima.jcas.cas.TOP_Type type)
Internal - constructor used by generator
|
|
BooleanLabeledTree(org.apache.uima.jcas.JCas jcas) |
|
BooleanLabeledTree(org.apache.uima.jcas.JCas jcas,
int begin,
int end) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getLabel()
getter for label - gets
|
String |
getTree()
getter for tree - gets
|
int |
getTypeIndexID() |
void |
setLabel(boolean v)
setter for label - sets
|
void |
setTree(String v)
setter for tree - sets
|
getBegin, getCoveredText, getEnd, getStart, setBegin, setEndaddToIndexes, addToIndexes, equals, getAddress, getCAS, getCASImpl, getLowLevelCas, hashCode, removeFromIndexes, removeFromIndexesclone, getBooleanValue, getByteValue, getDoubleValue, getFeatureValue, getFeatureValueAsString, getFloatValue, getIntValue, getLongValue, getShortValue, getStringValue, getType, prettyPrint, prettyPrint, prettyPrint, setBooleanValue, setByteValue, setDoubleValue, setFeatureValue, setFeatureValueFromString, setFloatValue, setIntValue, setLongValue, setShortValue, setStringValue, toString, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitclone, equals, getBooleanValue, getByteValue, getCAS, getDoubleValue, getFeatureValue, getFeatureValueAsString, getFloatValue, getIntValue, getLongValue, getShortValue, getStringValue, getType, hashCode, setBooleanValue, setByteValue, setDoubleValue, setFeatureValue, setFeatureValueFromString, setFloatValue, setIntValue, setLongValue, setShortValue, setStringValueprotected BooleanLabeledTree()
public BooleanLabeledTree(int addr,
org.apache.uima.jcas.cas.TOP_Type type)
public BooleanLabeledTree(org.apache.uima.jcas.JCas jcas)
public BooleanLabeledTree(org.apache.uima.jcas.JCas jcas,
int begin,
int end)
public int getTypeIndexID()
getTypeIndexID in class org.apache.uima.jcas.tcas.Annotationpublic boolean getLabel()
public void setLabel(boolean v)
public String getTree()
public void setTree(String v)
Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.