public class Category
extends org.apache.uima.jcas.cas.TOP
Modifier and Type | Field and Description |
---|---|
static int |
type |
static int |
typeIndexID |
Modifier | Constructor and Description |
---|---|
protected |
Category()
Never called.
|
|
Category(int addr,
org.apache.uima.jcas.cas.TOP_Type type)
Internal - constructor used by generator
|
|
Category(org.apache.uima.jcas.JCas jcas) |
Modifier and Type | Method and Description |
---|---|
String |
getScore()
getter for score - gets
|
String |
getText()
getter for text - gets
|
int |
getTypeIndexID() |
void |
setScore(String v)
setter for score - sets
|
void |
setText(String v)
setter for text - sets
|
addToIndexes, addToIndexes, equals, getAddress, getCAS, getCASImpl, getLowLevelCas, hashCode, removeFromIndexes, removeFromIndexes
clone, getavoidcollisionTypeCode, 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, toString
protected Category()
public Category(int addr, org.apache.uima.jcas.cas.TOP_Type type)
public Category(org.apache.uima.jcas.JCas jcas)
public int getTypeIndexID()
getTypeIndexID
in class org.apache.uima.jcas.cas.TOP
public String getScore()
public void setScore(String v)
public String getText()
public void setText(String v)
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.