de.unihd.dbs.uima.types.heideltime
public class Timex3Interval_Type extends Timex3_Type
Modifier and Type | Field and Description |
---|---|
static boolean |
featOkTst |
static int |
typeIndexID |
Constructor and Description |
---|
Timex3Interval_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 |
---|---|
java.lang.String |
getTimexValueEB(int addr) |
java.lang.String |
getTimexValueEE(int addr) |
java.lang.String |
getTimexValueLB(int addr) |
java.lang.String |
getTimexValueLE(int addr) |
void |
setTimexValueEB(int addr,
java.lang.String v) |
void |
setTimexValueEE(int addr,
java.lang.String v) |
void |
setTimexValueLB(int addr,
java.lang.String v) |
void |
setTimexValueLE(int addr,
java.lang.String v) |
getAllTokIds, getFilename, getFirstTokId, getFoundByRule, getSentId, getTimexFreq, getTimexId, getTimexInstance, getTimexMod, getTimexQuant, getTimexType, getTimexValue, setAllTokIds, setFilename, setFirstTokId, setFoundByRule, setSentId, setTimexFreq, setTimexId, setTimexInstance, setTimexMod, setTimexQuant, setTimexType, setTimexValue
getBegin, getCoveredText, getEnd, setBegin, setEnd
public static final int typeIndexID
public static final boolean featOkTst
public Timex3Interval_Type(org.apache.uima.jcas.JCas jcas, org.apache.uima.cas.Type casType)
public java.lang.String getTimexValueEB(int addr)
public void setTimexValueEB(int addr, java.lang.String v)
public java.lang.String getTimexValueLE(int addr)
public void setTimexValueLE(int addr, java.lang.String v)
public java.lang.String getTimexValueEE(int addr)
public void setTimexValueEE(int addr, java.lang.String v)
public java.lang.String getTimexValueLB(int addr)
public void setTimexValueLB(int addr, java.lang.String v)