public class ArticleInfo
extends org.apache.uima.jcas.tcas.Annotation
Modifier and Type | Field and Description |
---|---|
static int |
type |
static int |
typeIndexID |
Modifier | Constructor and Description |
---|---|
protected |
ArticleInfo()
Never called.
|
|
ArticleInfo(int addr,
org.apache.uima.jcas.cas.TOP_Type type)
Internal - constructor used by generator
|
|
ArticleInfo(org.apache.uima.jcas.JCas jcas) |
|
ArticleInfo(org.apache.uima.jcas.JCas jcas,
int begin,
int end) |
Modifier and Type | Method and Description |
---|---|
int |
getAuthors()
getter for Authors - gets Number of unique authors of this article
|
long |
getFirstAppearance()
getter for FirstAppearance - gets The Timestamp of the first appearance of this article.
|
long |
getLastAppearance()
getter for LastAppearance - gets The Timestamp of the last appearance of this article.
|
int |
getRevisions()
getter for Revisions - gets Number of revisions of this article.
|
int |
getTypeIndexID() |
void |
setAuthors(int v)
setter for Authors - sets Number of unique authors of this article
|
void |
setFirstAppearance(long v)
setter for FirstAppearance - sets The Timestamp of the first appearance of this article.
|
void |
setLastAppearance(long v)
setter for LastAppearance - sets The Timestamp of the last appearance of this article.
|
void |
setRevisions(int v)
setter for Revisions - sets Number of revisions of this article.
|
getBegin, getCoveredText, getEnd, getStart, setBegin, setEnd
addToIndexes, addToIndexes, equals, getAddress, getCAS, getCASImpl, getLowLevelCas, hashCode, removeFromIndexes, removeFromIndexes
clone, getavoidcollisionTypeCode, 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, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
clone, equals, getBooleanValue, getByteValue, getCAS, getDoubleValue, getFeatureValue, getFeatureValueAsString, getFloatValue, getIntValue, getLongValue, getShortValue, getStringValue, getType, hashCode, setBooleanValue, setByteValue, setDoubleValue, setFeatureValue, setFeatureValueFromString, setFloatValue, setIntValue, setLongValue, setShortValue, setStringValue
protected ArticleInfo()
public ArticleInfo(int addr, org.apache.uima.jcas.cas.TOP_Type type)
addr
- low level Feature Structure referencetype
- the type of this Feature Structurepublic ArticleInfo(org.apache.uima.jcas.JCas jcas)
jcas
- JCas to which this Feature Structure belongspublic ArticleInfo(org.apache.uima.jcas.JCas jcas, int begin, int end)
jcas
- JCas to which this Feature Structure belongsbegin
- offset to the begin spot in the SofAend
- offset to the end spot in the SofApublic int getTypeIndexID()
getTypeIndexID
in class org.apache.uima.jcas.tcas.Annotation
public int getAuthors()
public void setAuthors(int v)
v
- value to set into the featurepublic int getRevisions()
public void setRevisions(int v)
v
- value to set into the featurepublic long getFirstAppearance()
public void setFirstAppearance(long v)
v
- value to set into the featurepublic long getLastAppearance()
public void setLastAppearance(long v)
v
- value to set into the featureCopyright © 2007–2018 Ubiquitous Knowledge Processing (UKP) Lab, Technische Universität Darmstadt. All rights reserved.