org.apache.uima.alchemy.ts.entity
Class BaseEntity

java.lang.Object
  extended by org.apache.uima.cas.impl.FeatureStructureImpl
      extended by org.apache.uima.jcas.cas.TOP
          extended by org.apache.uima.alchemy.ts.entity.BaseEntity
All Implemented Interfaces:
Cloneable, org.apache.uima.cas.FeatureStructure
Direct Known Subclasses:
Anniversary, Automobile, City, Company, Continent, Country, Drug, EntertainmentAward, Facility, FieldTerminology, FinancialMarketIndex, GeographicFeature, HealthCondition, Holiday, Movie, MusicGroup, NaturalDisaster, OperatingSystem, Organization, Person, PrintMedia, RadioProgram, RadioStation, Region, Sport, SportingEvent, StateOrCounty, Technology, TelevisionShow, TelevisionStation

public class BaseEntity
extends org.apache.uima.jcas.cas.TOP

Updated by JCasGen Fri Mar 11 17:40:07 CET 2011 XML source: /Users/tommasoteofili/Documents/workspaces/uima_workspace/uima/sandbox/AlchemyAPIAnnotator/desc/TextRankedEntityExtractionAEDescriptor.xml


Field Summary
static int type
           
static int typeIndexID
           
 
Fields inherited from class org.apache.uima.jcas.cas.TOP
addr, jcasType
 
Constructor Summary
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)
           
 
Method Summary
 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
 
Methods inherited from class org.apache.uima.jcas.cas.TOP
addToIndexes, addToIndexes, equals, getAddress, getCAS, getCASImpl, getLowLevelCas, hashCode, removeFromIndexes, removeFromIndexes
 
Methods inherited from class org.apache.uima.cas.impl.FeatureStructureImpl
clone, 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
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

typeIndexID

public static final int typeIndexID

type

public static final int type
Constructor Detail

BaseEntity

protected BaseEntity()
Never called. Disable default constructor


BaseEntity

public BaseEntity(int addr,
                  org.apache.uima.jcas.cas.TOP_Type type)
Internal - constructor used by generator


BaseEntity

public BaseEntity(org.apache.uima.jcas.JCas jcas)
Method Detail

getTypeIndexID

public int getTypeIndexID()
Overrides:
getTypeIndexID in class org.apache.uima.jcas.cas.TOP

getText

public String getText()
getter for text - gets


setText

public void setText(String v)
setter for text - sets


getCount

public String getCount()
getter for count - gets


setCount

public void setCount(String v)
setter for count - sets


getRelevance

public String getRelevance()
getter for relevance - gets


setRelevance

public void setRelevance(String v)
setter for relevance - sets


getDisambiguation

public String getDisambiguation()
getter for disambiguation - gets


setDisambiguation

public void setDisambiguation(String v)
setter for disambiguation - sets


getSubType

public String getSubType()
getter for subType - gets


setSubType

public void setSubType(String v)
setter for subType - sets


getWebsite

public String getWebsite()
getter for website - gets


setWebsite

public void setWebsite(String v)
setter for website - sets


getGeo

public String getGeo()
getter for geo - gets


setGeo

public void setGeo(String v)
setter for geo - sets


getDbpedia

public String getDbpedia()
getter for dbpedia - gets


setDbpedia

public void setDbpedia(String v)
setter for dbpedia - sets


getYago

public String getYago()
getter for yago - gets


setYago

public void setYago(String v)
setter for yago - sets


getOpencyc

public String getOpencyc()
getter for opencyc - gets


setOpencyc

public void setOpencyc(String v)
setter for opencyc - sets


getUmbel

public String getUmbel()
getter for umbel - gets


setUmbel

public void setUmbel(String v)
setter for umbel - sets


getFreebase

public String getFreebase()
getter for freebase - gets


setFreebase

public void setFreebase(String v)
setter for freebase - sets


getCiaFactbook

public String getCiaFactbook()
getter for ciaFactbook - gets


setCiaFactbook

public void setCiaFactbook(String v)
setter for ciaFactbook - sets


getCensus

public String getCensus()
getter for census - gets


setCensus

public void setCensus(String v)
setter for census - sets


getGeonames

public String getGeonames()
getter for geonames - gets


setGeonames

public void setGeonames(String v)
setter for geonames - sets


getMusicBrainz

public String getMusicBrainz()
getter for musicBrainz - gets


setMusicBrainz

public void setMusicBrainz(String v)
setter for musicBrainz - sets


getQuotations

public org.apache.uima.jcas.cas.StringArray getQuotations()
getter for quotations - gets


setQuotations

public void setQuotations(org.apache.uima.jcas.cas.StringArray v)
setter for quotations - sets


getQuotations

public String getQuotations(int i)
indexed getter for quotations - gets an indexed value -


setQuotations

public void setQuotations(int i,
                          String v)
indexed setter for quotations - sets an indexed value -


getOccurrences

public org.apache.uima.jcas.cas.FSList getOccurrences()
getter for occurrences - gets A list of annotations annotating this entity


setOccurrences

public void setOccurrences(org.apache.uima.jcas.cas.FSList v)
setter for occurrences - sets A list of annotations annotating this entity


getSentiment

public SentimentFS getSentiment()
getter for sentiment - gets


setSentiment

public void setSentiment(SentimentFS v)
setter for sentiment - sets



Copyright © 2006-2011 The Apache Software Foundation. All Rights Reserved.