public class BaseEntity
extends org.apache.uima.jcas.cas.TOP
Modifier and Type | Field and Description |
---|---|
static int |
type |
static int |
typeIndexID |
Modifier | Constructor and Description |
---|---|
protected |
BaseEntity()
Never called.
|
|
BaseEntity(int addr,
org.apache.uima.jcas.cas.TOP_Type type)
Internal - constructor used by generator
|
|
BaseEntity(org.apache.uima.jcas.JCas jcas) |
Modifier and Type | Method and Description |
---|---|
String |
getCensus()
getter for census - gets
|
String |
getCiaFactbook()
getter for ciaFactbook - gets
|
String |
getCount()
getter for count - gets
|
String |
getDbpedia()
getter for dbpedia - gets
|
String |
getDisambiguation()
getter for disambiguation - gets
|
String |
getFreebase()
getter for freebase - gets
|
String |
getGeo()
getter for geo - gets
|
String |
getGeonames()
getter for geonames - gets
|
String |
getMusicBrainz()
getter for musicBrainz - gets
|
org.apache.uima.jcas.cas.FSList |
getOccurrences()
getter for occurrences - gets A list of annotations annotating this entity
|
String |
getOpencyc()
getter for opencyc - gets
|
org.apache.uima.jcas.cas.StringArray |
getQuotations()
getter for quotations - gets
|
String |
getQuotations(int i)
indexed getter for quotations - gets an indexed value -
|
String |
getRelevance()
getter for relevance - gets
|
SentimentFS |
getSentiment()
getter for sentiment - gets
|
String |
getSubType()
getter for subType - gets
|
String |
getText()
getter for text - gets
|
int |
getTypeIndexID() |
String |
getUmbel()
getter for umbel - gets
|
String |
getWebsite()
getter for website - gets
|
String |
getYago()
getter for yago - gets
|
void |
setCensus(String v)
setter for census - sets
|
void |
setCiaFactbook(String v)
setter for ciaFactbook - sets
|
void |
setCount(String v)
setter for count - sets
|
void |
setDbpedia(String v)
setter for dbpedia - sets
|
void |
setDisambiguation(String v)
setter for disambiguation - sets
|
void |
setFreebase(String v)
setter for freebase - sets
|
void |
setGeo(String v)
setter for geo - sets
|
void |
setGeonames(String v)
setter for geonames - sets
|
void |
setMusicBrainz(String v)
setter for musicBrainz - sets
|
void |
setOccurrences(org.apache.uima.jcas.cas.FSList v)
setter for occurrences - sets A list of annotations annotating this entity
|
void |
setOpencyc(String v)
setter for opencyc - sets
|
void |
setQuotations(int i,
String v)
indexed setter for quotations - sets an indexed value -
|
void |
setQuotations(org.apache.uima.jcas.cas.StringArray v)
setter for quotations - sets
|
void |
setRelevance(String v)
setter for relevance - sets
|
void |
setSentiment(SentimentFS v)
setter for sentiment - sets
|
void |
setSubType(String v)
setter for subType - sets
|
void |
setText(String v)
setter for text - sets
|
void |
setUmbel(String v)
setter for umbel - sets
|
void |
setWebsite(String v)
setter for website - sets
|
void |
setYago(String v)
setter for yago - sets
|
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
protected BaseEntity()
public BaseEntity(int addr, org.apache.uima.jcas.cas.TOP_Type type)
public BaseEntity(org.apache.uima.jcas.JCas jcas)
public int getTypeIndexID()
getTypeIndexID
in class org.apache.uima.jcas.cas.TOP
public String getText()
public void setText(String v)
public String getCount()
public void setCount(String v)
public String getRelevance()
public void setRelevance(String v)
public String getDisambiguation()
public void setDisambiguation(String v)
public String getSubType()
public void setSubType(String v)
public String getWebsite()
public void setWebsite(String v)
public String getGeo()
public void setGeo(String v)
public String getDbpedia()
public void setDbpedia(String v)
public String getYago()
public void setYago(String v)
public String getOpencyc()
public void setOpencyc(String v)
public String getUmbel()
public void setUmbel(String v)
public String getFreebase()
public void setFreebase(String v)
public String getCiaFactbook()
public void setCiaFactbook(String v)
public String getCensus()
public void setCensus(String v)
public String getGeonames()
public void setGeonames(String v)
public String getMusicBrainz()
public void setMusicBrainz(String v)
public org.apache.uima.jcas.cas.StringArray getQuotations()
public void setQuotations(org.apache.uima.jcas.cas.StringArray v)
public String getQuotations(int i)
public void setQuotations(int i, String v)
public org.apache.uima.jcas.cas.FSList getOccurrences()
public void setOccurrences(org.apache.uima.jcas.cas.FSList v)
public SentimentFS getSentiment()
public void setSentiment(SentimentFS v)
Copyright © 2006–2018 The Apache Software Foundation. All rights reserved.