public class Speaker
extends org.apache.uima.jcas.tcas.Annotation
| Modifier and Type | Field and Description |
|---|---|
static int |
type |
static int |
typeIndexID |
| Modifier | Constructor and Description |
|---|---|
protected |
Speaker()
Never called.
|
|
Speaker(int addr,
org.apache.uima.jcas.cas.TOP_Type type)
Internal - constructor used by generator
|
|
Speaker(org.apache.uima.jcas.JCas jcas) |
|
Speaker(org.apache.uima.jcas.JCas jcas,
int begin,
int end) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.uima.jcas.cas.FSArray |
getCastFigure()
getter for CastFigure - gets
|
CastFigure |
getCastFigure(int i)
indexed getter for CastFigure - gets an indexed value -
|
Figure |
getFigure()
getter for Figure - gets @Deprecated
|
int |
getId()
getter for Id - gets
|
int |
getTypeIndexID() |
org.apache.uima.jcas.cas.StringArray |
getXmlId()
getter for XmlId - gets
|
String |
getXmlId(int i)
indexed getter for XmlId - gets an indexed value -
|
void |
setCastFigure(org.apache.uima.jcas.cas.FSArray v)
setter for CastFigure - sets
|
void |
setCastFigure(int i,
CastFigure v)
indexed setter for CastFigure - sets an indexed value -
|
void |
setFigure(Figure v)
setter for Figure - sets @Deprecated
|
void |
setId(int v)
setter for Id - sets
|
void |
setXmlId(int i,
String v)
indexed setter for XmlId - sets an indexed value -
|
void |
setXmlId(org.apache.uima.jcas.cas.StringArray v)
setter for XmlId - sets
|
getBegin, getCoveredText, getEnd, getStart, setBegin, setEndaddToIndexes, addToIndexes, equals, getAddress, getCAS, getCASImpl, getLowLevelCas, hashCode, removeFromIndexes, removeFromIndexesclone, 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, 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, setStringValuepublic static final int typeIndexID
public static final int type
protected Speaker()
public Speaker(int addr,
org.apache.uima.jcas.cas.TOP_Type type)
addr - low level Feature Structure referencetype - the type of this Feature Structurepublic Speaker(org.apache.uima.jcas.JCas jcas)
jcas - JCas to which this Feature Structure belongspublic Speaker(org.apache.uima.jcas.JCas jcas,
int begin,
int end)
jcas - JCas to which this Feature Structure belongsbegin - offset to the begin spot in the SofAend - offset to the end spot in the SofApublic int getTypeIndexID()
getTypeIndexID in class org.apache.uima.jcas.tcas.Annotationpublic int getId()
public void setId(int v)
v - value to set into the featurepublic org.apache.uima.jcas.cas.StringArray getXmlId()
public void setXmlId(org.apache.uima.jcas.cas.StringArray v)
v - value to set into the featurepublic String getXmlId(int i)
i - index in the array to getpublic void setXmlId(int i,
String v)
i - index in the array to setv - value to set into the arraypublic Figure getFigure()
public void setFigure(Figure v)
v - value to set into the featurepublic org.apache.uima.jcas.cas.FSArray getCastFigure()
public void setCastFigure(org.apache.uima.jcas.cas.FSArray v)
v - value to set into the featurepublic CastFigure getCastFigure(int i)
i - index in the array to getpublic void setCastFigure(int i,
CastFigure v)
i - index in the array to setv - value to set into the arrayCopyright © 2018. All rights reserved.