public class Time extends Anchor
| Modifier and Type | Field and Description |
|---|---|
static int |
type |
static int |
typeIndexID |
| Modifier | Constructor and Description |
|---|---|
protected |
Time()
Never called.
|
|
Time(int addr,
TOP_Type type)
Internal - constructor used by generator
|
|
Time(JCas jcas) |
|
Time(JCas jcas,
int begin,
int end) |
| Modifier and Type | Method and Description |
|---|---|
Time |
getAnchorTime()
getter for anchorTime - gets
|
String |
getBeginPoint()
getter for beginPoint - gets
|
String |
getEndPoint()
getter for endPoint - gets
|
String |
getFreq()
getter for freq - gets
|
String |
getFunctionInDocument()
getter for functionInDocument - gets
|
String |
getMod()
getter for mod - gets
|
String |
getQuant()
getter for quant - gets
|
String |
getTemporalFunction()
getter for temporalFunction - gets
|
String |
getTimeType()
getter for timeType - gets
|
int |
getTypeIndexID() |
String |
getValue()
getter for value - gets
|
String |
getValueFromFunction()
getter for valueFromFunction - gets
|
void |
setAnchorTime(Time v)
setter for anchorTime - sets
|
void |
setBeginPoint(String v)
setter for beginPoint - sets
|
void |
setEndPoint(String v)
setter for endPoint - sets
|
void |
setFreq(String v)
setter for freq - sets
|
void |
setFunctionInDocument(String v)
setter for functionInDocument - sets
|
void |
setMod(String v)
setter for mod - sets
|
void |
setQuant(String v)
setter for quant - sets
|
void |
setTemporalFunction(String v)
setter for temporalFunction - sets
|
void |
setTimeType(String v)
setter for timeType - sets
|
void |
setValue(String v)
setter for value - sets
|
void |
setValueFromFunction(String v)
setter for valueFromFunction - sets
|
getScore, setScoregetBegin, getCoveredText, getEnd, getStart, setBegin, setEndgetSofa, getViewaddToIndexes, addToIndexes, equals, getAddress, getCAS, getCASImpl, getLowLevelCas, hashCode, removeFromIndexes, removeFromIndexesclone, 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, waitgetViewclone, 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 type
public static final int typeIndexID
protected Time()
public Time(int addr, TOP_Type type)
addr - low level Feature Structure referencetype - the type of this Feature Structurepublic Time(JCas jcas)
jcas - JCas to which this Feature Structure belongspublic Time getAnchorTime()
public String getBeginPoint()
public String getEndPoint()
public String getFunctionInDocument()
public String getTemporalFunction()
public String getTimeType()
public int getTypeIndexID()
getTypeIndexID in class Anchorpublic String getValueFromFunction()
public void setAnchorTime(Time v)
v - value to set into the featurepublic void setBeginPoint(String v)
v - value to set into the featurepublic void setEndPoint(String v)
v - value to set into the featurepublic void setFreq(String v)
v - value to set into the featurepublic void setFunctionInDocument(String v)
v - value to set into the featurepublic void setMod(String v)
v - value to set into the featurepublic void setQuant(String v)
v - value to set into the featurepublic void setTemporalFunction(String v)
v - value to set into the featurepublic void setTimeType(String v)
v - value to set into the featurepublic void setValue(String v)
v - value to set into the featurepublic void setValueFromFunction(String v)
v - value to set into the featureCopyright © 2014. All rights reserved.