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 |
|---|---|
String |
getDramaId(int addr) |
protected org.apache.uima.cas.impl.FSGenerator |
getFSGenerator() |
boolean |
getTranslation(int addr) |
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 setCopyright © 2016. All rights reserved.