public class Drama_Type
extends de.tudarmstadt.ukp.dkpro.core.api.metadata.type.DocumentMetaData_Type
| Modifier and Type | Field and Description |
|---|---|
static boolean |
featOkTst |
static int |
typeIndexID |
| Constructor and Description |
|---|
Drama_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 |
getCastList(int addr) |
int |
getCastList(int addr,
int i) |
int |
getDate(int addr) |
int |
getDatePremiere(int addr) |
int |
getDatePrinted(int addr) |
int |
getDateTranslation(int addr) |
int |
getDateWritten(int addr) |
String |
getDramaId(int addr) |
protected org.apache.uima.cas.impl.FSGenerator |
getFSGenerator() |
boolean |
getTranslation(int addr) |
void |
setCastList(int addr,
int v) |
void |
setCastList(int addr,
int i,
int v) |
void |
setDate(int addr,
int v) |
void |
setDatePremiere(int addr,
int v) |
void |
setDatePrinted(int addr,
int v) |
void |
setDateTranslation(int addr,
int v) |
void |
setDateWritten(int addr,
int v) |
void |
setDramaId(int addr,
String v) |
void |
setTranslation(int addr,
boolean v) |
getCollectionId, getDocumentBaseUri, getDocumentId, getDocumentTitle, getDocumentUri, getIsLastSegment, setCollectionId, setDocumentBaseUri, setDocumentId, setDocumentTitle, setDocumentUri, setIsLastSegmentgetLanguage, setLanguagegetBegin, getCoveredText, getEnd, setBegin, setEndpublic static final int typeIndexID
public static final boolean featOkTst
public Drama_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 de.tudarmstadt.ukp.dkpro.core.api.metadata.type.DocumentMetaData_Typepublic String getDramaId(int addr)
addr - low level Feature Structure referencepublic void setDramaId(int addr,
String v)
addr - low level Feature Structure referencev - value to setpublic boolean getTranslation(int addr)
addr - low level Feature Structure referencepublic void setTranslation(int addr,
boolean v)
addr - low level Feature Structure referencev - value to setpublic int getCastList(int addr)
addr - low level Feature Structure referencepublic void setCastList(int addr,
int v)
addr - low level Feature Structure referencev - value to setpublic int getCastList(int addr,
int i)
addr - low level Feature Structure referencei - index of item in the arraypublic void setCastList(int addr,
int i,
int v)
addr - low level Feature Structure referencei - index of item in the arrayv - value to setpublic int getDatePrinted(int addr)
addr - low level Feature Structure referencepublic void setDatePrinted(int addr,
int v)
addr - low level Feature Structure referencev - value to setpublic int getDateWritten(int addr)
addr - low level Feature Structure referencepublic void setDateWritten(int addr,
int v)
addr - low level Feature Structure referencev - value to setpublic int getDatePremiere(int addr)
addr - low level Feature Structure referencepublic void setDatePremiere(int addr,
int v)
addr - low level Feature Structure referencev - value to setpublic int getDate(int addr)
addr - low level Feature Structure referencepublic void setDate(int addr,
int v)
addr - low level Feature Structure referencev - value to setpublic int getDateTranslation(int addr)
addr - low level Feature Structure referencepublic void setDateTranslation(int addr,
int v)
addr - low level Feature Structure referencev - value to setCopyright © 2018. All rights reserved.