public class Figure_Type
extends org.apache.uima.jcas.tcas.Annotation_Type
| Modifier and Type | Field and Description |
|---|---|
static boolean |
featOkTst |
static int |
typeIndexID |
| Constructor and Description |
|---|
Figure_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 |
|---|---|
int |
getDescription(int addr) |
protected org.apache.uima.cas.impl.FSGenerator |
getFSGenerator() |
int |
getId(int addr) |
long |
getNumberOfUtterances(int addr) |
int |
getNumberOfWords(int addr) |
String |
getReference(int addr) |
double |
getTypeTokenRatio100(int addr) |
double |
getUtteranceLengthArithmeticMean(int addr) |
int |
getUtteranceLengthMax(int addr) |
int |
getUtteranceLengthMin(int addr) |
double |
getUtteranceLengthStandardDeviation(int addr) |
void |
setDescription(int addr,
int v) |
void |
setId(int addr,
int v) |
void |
setNumberOfUtterances(int addr,
long v) |
void |
setNumberOfWords(int addr,
int v) |
void |
setReference(int addr,
String v) |
void |
setTypeTokenRatio100(int addr,
double v) |
void |
setUtteranceLengthArithmeticMean(int addr,
double v) |
void |
setUtteranceLengthMax(int addr,
int v) |
void |
setUtteranceLengthMin(int addr,
int v) |
void |
setUtteranceLengthStandardDeviation(int addr,
double v) |
getBegin, getCoveredText, getEnd, setBegin, setEndpublic static final int typeIndexID
public static final boolean featOkTst
public Figure_Type(org.apache.uima.jcas.JCas jcas,
org.apache.uima.cas.Type casType)
jcas - JCascasType - Typeprotected org.apache.uima.cas.impl.FSGenerator getFSGenerator()
getFSGenerator in class org.apache.uima.jcas.tcas.Annotation_Typepublic int getId(int addr)
addr - low level Feature Structure referencepublic void setId(int addr,
int v)
addr - low level Feature Structure referencev - value to setpublic int getDescription(int addr)
addr - low level Feature Structure referencepublic void setDescription(int addr,
int v)
addr - low level Feature Structure referencev - value to setpublic long getNumberOfUtterances(int addr)
addr - low level Feature Structure referencepublic void setNumberOfUtterances(int addr,
long v)
addr - low level Feature Structure referencev - value to setpublic int getNumberOfWords(int addr)
addr - low level Feature Structure referencepublic void setNumberOfWords(int addr,
int v)
addr - low level Feature Structure referencev - value to setpublic double getUtteranceLengthArithmeticMean(int addr)
addr - low level Feature Structure referencepublic void setUtteranceLengthArithmeticMean(int addr,
double v)
addr - low level Feature Structure referencev - value to setpublic double getUtteranceLengthStandardDeviation(int addr)
addr - low level Feature Structure referencepublic void setUtteranceLengthStandardDeviation(int addr,
double v)
addr - low level Feature Structure referencev - value to setpublic int getUtteranceLengthMax(int addr)
addr - low level Feature Structure referencepublic void setUtteranceLengthMax(int addr,
int v)
addr - low level Feature Structure referencev - value to setpublic int getUtteranceLengthMin(int addr)
addr - low level Feature Structure referencepublic void setUtteranceLengthMin(int addr,
int v)
addr - low level Feature Structure referencev - value to setpublic String getReference(int addr)
addr - low level Feature Structure referencepublic void setReference(int addr,
String v)
addr - low level Feature Structure referencev - value to setpublic double getTypeTokenRatio100(int addr)
addr - low level Feature Structure referencepublic void setTypeTokenRatio100(int addr,
double v)
addr - low level Feature Structure referencev - value to setCopyright © 2016. All rights reserved.