You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by to...@apache.org on 2010/09/04 17:05:04 UTC

svn commit: r992621 [18/18] - in /uima/sandbox/trunk/AlchemyAPIAnnotator: desc/ src/main/java/org/apache/uima/alchemy/annotator/ src/main/java/org/apache/uima/alchemy/mapper/ src/main/java/org/apache/uima/alchemy/mapper/exception/ src/main/java/org/apa...

Modified: uima/sandbox/trunk/AlchemyAPIAnnotator/src/main/java/org/apache/uima/alchemy/ts/entity/TelevisionShow_Type.java
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/AlchemyAPIAnnotator/src/main/java/org/apache/uima/alchemy/ts/entity/TelevisionShow_Type.java?rev=992621&r1=992620&r2=992621&view=diff
==============================================================================
--- uima/sandbox/trunk/AlchemyAPIAnnotator/src/main/java/org/apache/uima/alchemy/ts/entity/TelevisionShow_Type.java (original)
+++ uima/sandbox/trunk/AlchemyAPIAnnotator/src/main/java/org/apache/uima/alchemy/ts/entity/TelevisionShow_Type.java Sat Sep  4 15:05:01 2010
@@ -19,44 +19,36 @@
 /* First created by JCasGen Mon Nov 09 23:02:37 CET 2009 */
 package org.apache.uima.alchemy.ts.entity;
 
-import org.apache.uima.cas.Feature;
 import org.apache.uima.cas.FeatureStructure;
 import org.apache.uima.cas.Type;
 import org.apache.uima.cas.impl.CASImpl;
 import org.apache.uima.cas.impl.FSGenerator;
-import org.apache.uima.cas.impl.FeatureImpl;
 import org.apache.uima.cas.impl.TypeImpl;
 import org.apache.uima.jcas.JCas;
 import org.apache.uima.jcas.JCasRegistry;
-import org.apache.uima.jcas.cas.TOP_Type;
 
-/**
- * Updated by JCasGen Sun Nov 15 23:15:41 CET 2009
- * 
- * @generated
- */
-public class TelevisionShow_Type extends TOP_Type {
-  /** @generated */
-  protected FSGenerator getFSGenerator() {
-    return fsGenerator;
-  }
-
-  /** @generated */
-  private final FSGenerator fsGenerator = new FSGenerator() {
-    public FeatureStructure createFS(int addr, CASImpl cas) {
-      if (TelevisionShow_Type.this.useExistingInstance) {
-        // Return eq fs instance if already created
-        FeatureStructure fs = TelevisionShow_Type.this.jcas.getJfsFromCaddr(addr);
-        if (null == fs) {
-          fs = new TelevisionShow(addr, TelevisionShow_Type.this);
-          TelevisionShow_Type.this.jcas.putJfsFromCaddr(addr, fs);
-          return fs;
-        }
-        return fs;
-      } else
-        return new TelevisionShow(addr, TelevisionShow_Type.this);
-    }
-  };
+/** 
+ * Updated by JCasGen Sat Sep 04 11:45:20 CEST 2010
+ * @generated */
+public class TelevisionShow_Type extends BaseEntity_Type {
+  /** @generated */
+  protected FSGenerator getFSGenerator() {return fsGenerator;}
+  /** @generated */
+  private final FSGenerator fsGenerator = 
+    new FSGenerator() {
+      public FeatureStructure createFS(int addr, CASImpl cas) {
+  			 if (TelevisionShow_Type.this.useExistingInstance) {
+  			   // Return eq fs instance if already created
+  		     FeatureStructure fs = TelevisionShow_Type.this.jcas.getJfsFromCaddr(addr);
+  		     if (null == fs) {
+  		       fs = new TelevisionShow(addr, TelevisionShow_Type.this);
+  			   TelevisionShow_Type.this.jcas.putJfsFromCaddr(addr, fs);
+  			   return fs;
+  		     }
+  		     return fs;
+        } else return new TelevisionShow(addr, TelevisionShow_Type.this);
+  	  }
+    };
 
   /** @generated */
   public final static int typeIndexID = TelevisionShow.typeIndexID;
@@ -65,371 +57,7 @@ public class TelevisionShow_Type extends
    * @generated
    * @modifiable
    */
-  public final static boolean featOkTst = JCasRegistry
-          .getFeatOkTst("org.apache.uima.alchemy.ts.entity.TelevisionShow");
-
-  /** @generated */
-  final Feature casFeat_text;
-
-  /** @generated */
-  final int casFeatCode_text;
-
-  /** @generated */
-  public String getText(int addr) {
-    if (featOkTst && casFeat_text == null)
-      jcas.throwFeatMissing("text", "org.apache.uima.alchemy.ts.entity.TelevisionShow");
-    return ll_cas.ll_getStringValue(addr, casFeatCode_text);
-  }
-
-  /** @generated */
-  public void setText(int addr, String v) {
-    if (featOkTst && casFeat_text == null)
-      jcas.throwFeatMissing("text", "org.apache.uima.alchemy.ts.entity.TelevisionShow");
-    ll_cas.ll_setStringValue(addr, casFeatCode_text, v);
-  }
-
-  /** @generated */
-  final Feature casFeat_count;
-
-  /** @generated */
-  final int casFeatCode_count;
-
-  /** @generated */
-  public String getCount(int addr) {
-    if (featOkTst && casFeat_count == null)
-      jcas.throwFeatMissing("count", "org.apache.uima.alchemy.ts.entity.TelevisionShow");
-    return ll_cas.ll_getStringValue(addr, casFeatCode_count);
-  }
-
-  /** @generated */
-  public void setCount(int addr, String v) {
-    if (featOkTst && casFeat_count == null)
-      jcas.throwFeatMissing("count", "org.apache.uima.alchemy.ts.entity.TelevisionShow");
-    ll_cas.ll_setStringValue(addr, casFeatCode_count, v);
-  }
-
-  /** @generated */
-  final Feature casFeat_relevance;
-
-  /** @generated */
-  final int casFeatCode_relevance;
-
-  /** @generated */
-  public String getRelevance(int addr) {
-    if (featOkTst && casFeat_relevance == null)
-      jcas.throwFeatMissing("relevance", "org.apache.uima.alchemy.ts.entity.TelevisionShow");
-    return ll_cas.ll_getStringValue(addr, casFeatCode_relevance);
-  }
-
-  /** @generated */
-  public void setRelevance(int addr, String v) {
-    if (featOkTst && casFeat_relevance == null)
-      jcas.throwFeatMissing("relevance", "org.apache.uima.alchemy.ts.entity.TelevisionShow");
-    ll_cas.ll_setStringValue(addr, casFeatCode_relevance, v);
-  }
-
-  /** @generated */
-  final Feature casFeat_disambiguation;
-
-  /** @generated */
-  final int casFeatCode_disambiguation;
-
-  /** @generated */
-  public String getDisambiguation(int addr) {
-    if (featOkTst && casFeat_disambiguation == null)
-      jcas.throwFeatMissing("disambiguation", "org.apache.uima.alchemy.ts.entity.TelevisionShow");
-    return ll_cas.ll_getStringValue(addr, casFeatCode_disambiguation);
-  }
-
-  /** @generated */
-  public void setDisambiguation(int addr, String v) {
-    if (featOkTst && casFeat_disambiguation == null)
-      jcas.throwFeatMissing("disambiguation", "org.apache.uima.alchemy.ts.entity.TelevisionShow");
-    ll_cas.ll_setStringValue(addr, casFeatCode_disambiguation, v);
-  }
-
-  /** @generated */
-  final Feature casFeat_subType;
-
-  /** @generated */
-  final int casFeatCode_subType;
-
-  /** @generated */
-  public String getSubType(int addr) {
-    if (featOkTst && casFeat_subType == null)
-      jcas.throwFeatMissing("subType", "org.apache.uima.alchemy.ts.entity.TelevisionShow");
-    return ll_cas.ll_getStringValue(addr, casFeatCode_subType);
-  }
-
-  /** @generated */
-  public void setSubType(int addr, String v) {
-    if (featOkTst && casFeat_subType == null)
-      jcas.throwFeatMissing("subType", "org.apache.uima.alchemy.ts.entity.TelevisionShow");
-    ll_cas.ll_setStringValue(addr, casFeatCode_subType, v);
-  }
-
-  /** @generated */
-  final Feature casFeat_website;
-
-  /** @generated */
-  final int casFeatCode_website;
-
-  /** @generated */
-  public String getWebsite(int addr) {
-    if (featOkTst && casFeat_website == null)
-      jcas.throwFeatMissing("website", "org.apache.uima.alchemy.ts.entity.TelevisionShow");
-    return ll_cas.ll_getStringValue(addr, casFeatCode_website);
-  }
-
-  /** @generated */
-  public void setWebsite(int addr, String v) {
-    if (featOkTst && casFeat_website == null)
-      jcas.throwFeatMissing("website", "org.apache.uima.alchemy.ts.entity.TelevisionShow");
-    ll_cas.ll_setStringValue(addr, casFeatCode_website, v);
-  }
-
-  /** @generated */
-  final Feature casFeat_geo;
-
-  /** @generated */
-  final int casFeatCode_geo;
-
-  /** @generated */
-  public String getGeo(int addr) {
-    if (featOkTst && casFeat_geo == null)
-      jcas.throwFeatMissing("geo", "org.apache.uima.alchemy.ts.entity.TelevisionShow");
-    return ll_cas.ll_getStringValue(addr, casFeatCode_geo);
-  }
-
-  /** @generated */
-  public void setGeo(int addr, String v) {
-    if (featOkTst && casFeat_geo == null)
-      jcas.throwFeatMissing("geo", "org.apache.uima.alchemy.ts.entity.TelevisionShow");
-    ll_cas.ll_setStringValue(addr, casFeatCode_geo, v);
-  }
-
-  /** @generated */
-  final Feature casFeat_dbpedia;
-
-  /** @generated */
-  final int casFeatCode_dbpedia;
-
-  /** @generated */
-  public String getDbpedia(int addr) {
-    if (featOkTst && casFeat_dbpedia == null)
-      jcas.throwFeatMissing("dbpedia", "org.apache.uima.alchemy.ts.entity.TelevisionShow");
-    return ll_cas.ll_getStringValue(addr, casFeatCode_dbpedia);
-  }
-
-  /** @generated */
-  public void setDbpedia(int addr, String v) {
-    if (featOkTst && casFeat_dbpedia == null)
-      jcas.throwFeatMissing("dbpedia", "org.apache.uima.alchemy.ts.entity.TelevisionShow");
-    ll_cas.ll_setStringValue(addr, casFeatCode_dbpedia, v);
-  }
-
-  /** @generated */
-  final Feature casFeat_yago;
-
-  /** @generated */
-  final int casFeatCode_yago;
-
-  /** @generated */
-  public String getYago(int addr) {
-    if (featOkTst && casFeat_yago == null)
-      jcas.throwFeatMissing("yago", "org.apache.uima.alchemy.ts.entity.TelevisionShow");
-    return ll_cas.ll_getStringValue(addr, casFeatCode_yago);
-  }
-
-  /** @generated */
-  public void setYago(int addr, String v) {
-    if (featOkTst && casFeat_yago == null)
-      jcas.throwFeatMissing("yago", "org.apache.uima.alchemy.ts.entity.TelevisionShow");
-    ll_cas.ll_setStringValue(addr, casFeatCode_yago, v);
-  }
-
-  /** @generated */
-  final Feature casFeat_opencyc;
-
-  /** @generated */
-  final int casFeatCode_opencyc;
-
-  /** @generated */
-  public String getOpencyc(int addr) {
-    if (featOkTst && casFeat_opencyc == null)
-      jcas.throwFeatMissing("opencyc", "org.apache.uima.alchemy.ts.entity.TelevisionShow");
-    return ll_cas.ll_getStringValue(addr, casFeatCode_opencyc);
-  }
-
-  /** @generated */
-  public void setOpencyc(int addr, String v) {
-    if (featOkTst && casFeat_opencyc == null)
-      jcas.throwFeatMissing("opencyc", "org.apache.uima.alchemy.ts.entity.TelevisionShow");
-    ll_cas.ll_setStringValue(addr, casFeatCode_opencyc, v);
-  }
-
-  /** @generated */
-  final Feature casFeat_umbel;
-
-  /** @generated */
-  final int casFeatCode_umbel;
-
-  /** @generated */
-  public String getUmbel(int addr) {
-    if (featOkTst && casFeat_umbel == null)
-      jcas.throwFeatMissing("umbel", "org.apache.uima.alchemy.ts.entity.TelevisionShow");
-    return ll_cas.ll_getStringValue(addr, casFeatCode_umbel);
-  }
-
-  /** @generated */
-  public void setUmbel(int addr, String v) {
-    if (featOkTst && casFeat_umbel == null)
-      jcas.throwFeatMissing("umbel", "org.apache.uima.alchemy.ts.entity.TelevisionShow");
-    ll_cas.ll_setStringValue(addr, casFeatCode_umbel, v);
-  }
-
-  /** @generated */
-  final Feature casFeat_freebase;
-
-  /** @generated */
-  final int casFeatCode_freebase;
-
-  /** @generated */
-  public String getFreebase(int addr) {
-    if (featOkTst && casFeat_freebase == null)
-      jcas.throwFeatMissing("freebase", "org.apache.uima.alchemy.ts.entity.TelevisionShow");
-    return ll_cas.ll_getStringValue(addr, casFeatCode_freebase);
-  }
-
-  /** @generated */
-  public void setFreebase(int addr, String v) {
-    if (featOkTst && casFeat_freebase == null)
-      jcas.throwFeatMissing("freebase", "org.apache.uima.alchemy.ts.entity.TelevisionShow");
-    ll_cas.ll_setStringValue(addr, casFeatCode_freebase, v);
-  }
-
-  /** @generated */
-  final Feature casFeat_ciaFactbook;
-
-  /** @generated */
-  final int casFeatCode_ciaFactbook;
-
-  /** @generated */
-  public String getCiaFactbook(int addr) {
-    if (featOkTst && casFeat_ciaFactbook == null)
-      jcas.throwFeatMissing("ciaFactbook", "org.apache.uima.alchemy.ts.entity.TelevisionShow");
-    return ll_cas.ll_getStringValue(addr, casFeatCode_ciaFactbook);
-  }
-
-  /** @generated */
-  public void setCiaFactbook(int addr, String v) {
-    if (featOkTst && casFeat_ciaFactbook == null)
-      jcas.throwFeatMissing("ciaFactbook", "org.apache.uima.alchemy.ts.entity.TelevisionShow");
-    ll_cas.ll_setStringValue(addr, casFeatCode_ciaFactbook, v);
-  }
-
-  /** @generated */
-  final Feature casFeat_census;
-
-  /** @generated */
-  final int casFeatCode_census;
-
-  /** @generated */
-  public String getCensus(int addr) {
-    if (featOkTst && casFeat_census == null)
-      jcas.throwFeatMissing("census", "org.apache.uima.alchemy.ts.entity.TelevisionShow");
-    return ll_cas.ll_getStringValue(addr, casFeatCode_census);
-  }
-
-  /** @generated */
-  public void setCensus(int addr, String v) {
-    if (featOkTst && casFeat_census == null)
-      jcas.throwFeatMissing("census", "org.apache.uima.alchemy.ts.entity.TelevisionShow");
-    ll_cas.ll_setStringValue(addr, casFeatCode_census, v);
-  }
-
-  /** @generated */
-  final Feature casFeat_geonames;
-
-  /** @generated */
-  final int casFeatCode_geonames;
-
-  /** @generated */
-  public String getGeonames(int addr) {
-    if (featOkTst && casFeat_geonames == null)
-      jcas.throwFeatMissing("geonames", "org.apache.uima.alchemy.ts.entity.TelevisionShow");
-    return ll_cas.ll_getStringValue(addr, casFeatCode_geonames);
-  }
-
-  /** @generated */
-  public void setGeonames(int addr, String v) {
-    if (featOkTst && casFeat_geonames == null)
-      jcas.throwFeatMissing("geonames", "org.apache.uima.alchemy.ts.entity.TelevisionShow");
-    ll_cas.ll_setStringValue(addr, casFeatCode_geonames, v);
-  }
-
-  /** @generated */
-  final Feature casFeat_musicBrainz;
-
-  /** @generated */
-  final int casFeatCode_musicBrainz;
-
-  /** @generated */
-  public String getMusicBrainz(int addr) {
-    if (featOkTst && casFeat_musicBrainz == null)
-      jcas.throwFeatMissing("musicBrainz", "org.apache.uima.alchemy.ts.entity.TelevisionShow");
-    return ll_cas.ll_getStringValue(addr, casFeatCode_musicBrainz);
-  }
-
-  /** @generated */
-  public void setMusicBrainz(int addr, String v) {
-    if (featOkTst && casFeat_musicBrainz == null)
-      jcas.throwFeatMissing("musicBrainz", "org.apache.uima.alchemy.ts.entity.TelevisionShow");
-    ll_cas.ll_setStringValue(addr, casFeatCode_musicBrainz, v);
-  }
-
-  /** @generated */
-  final Feature casFeat_quotations;
-
-  /** @generated */
-  final int casFeatCode_quotations;
-
-  /** @generated */
-  public int getQuotations(int addr) {
-    if (featOkTst && casFeat_quotations == null)
-      jcas.throwFeatMissing("quotations", "org.apache.uima.alchemy.ts.entity.TelevisionShow");
-    return ll_cas.ll_getRefValue(addr, casFeatCode_quotations);
-  }
-
-  /** @generated */
-  public void setQuotations(int addr, int v) {
-    if (featOkTst && casFeat_quotations == null)
-      jcas.throwFeatMissing("quotations", "org.apache.uima.alchemy.ts.entity.TelevisionShow");
-    ll_cas.ll_setRefValue(addr, casFeatCode_quotations, v);
-  }
-
-  /** @generated */
-  public String getQuotations(int addr, int i) {
-    if (featOkTst && casFeat_quotations == null)
-      jcas.throwFeatMissing("quotations", "org.apache.uima.alchemy.ts.entity.TelevisionShow");
-    if (lowLevelTypeChecks)
-      return ll_cas.ll_getStringArrayValue(ll_cas.ll_getRefValue(addr, casFeatCode_quotations), i,
-              true);
-    jcas.checkArrayBounds(ll_cas.ll_getRefValue(addr, casFeatCode_quotations), i);
-    return ll_cas.ll_getStringArrayValue(ll_cas.ll_getRefValue(addr, casFeatCode_quotations), i);
-  }
-
-  /** @generated */
-  public void setQuotations(int addr, int i, String v) {
-    if (featOkTst && casFeat_quotations == null)
-      jcas.throwFeatMissing("quotations", "org.apache.uima.alchemy.ts.entity.TelevisionShow");
-    if (lowLevelTypeChecks)
-      ll_cas
-              .ll_setStringArrayValue(ll_cas.ll_getRefValue(addr, casFeatCode_quotations), i, v,
-                      true);
-    jcas.checkArrayBounds(ll_cas.ll_getRefValue(addr, casFeatCode_quotations), i);
-    ll_cas.ll_setStringArrayValue(ll_cas.ll_getRefValue(addr, casFeatCode_quotations), i, v);
-  }
+  public final static boolean featOkTst = JCasRegistry.getFeatOkTst("org.apache.uima.alchemy.ts.entity.TelevisionShow");
 
   /**
    * initialize variables to correspond with Cas Type and Features
@@ -438,80 +66,7 @@ public class TelevisionShow_Type extends
    */
   public TelevisionShow_Type(JCas jcas, Type casType) {
     super(jcas, casType);
-    casImpl.getFSClassRegistry().addGeneratorForType((TypeImpl) this.casType, getFSGenerator());
-
-    casFeat_text = jcas.getRequiredFeatureDE(casType, "text", "uima.cas.String", featOkTst);
-    casFeatCode_text = (null == casFeat_text) ? JCas.INVALID_FEATURE_CODE
-            : ((FeatureImpl) casFeat_text).getCode();
-
-    casFeat_count = jcas.getRequiredFeatureDE(casType, "count", "uima.cas.String", featOkTst);
-    casFeatCode_count = (null == casFeat_count) ? JCas.INVALID_FEATURE_CODE
-            : ((FeatureImpl) casFeat_count).getCode();
-
-    casFeat_relevance = jcas.getRequiredFeatureDE(casType, "relevance", "uima.cas.String",
-            featOkTst);
-    casFeatCode_relevance = (null == casFeat_relevance) ? JCas.INVALID_FEATURE_CODE
-            : ((FeatureImpl) casFeat_relevance).getCode();
-
-    casFeat_disambiguation = jcas.getRequiredFeatureDE(casType, "disambiguation",
-            "uima.cas.String", featOkTst);
-    casFeatCode_disambiguation = (null == casFeat_disambiguation) ? JCas.INVALID_FEATURE_CODE
-            : ((FeatureImpl) casFeat_disambiguation).getCode();
-
-    casFeat_subType = jcas.getRequiredFeatureDE(casType, "subType", "uima.cas.String", featOkTst);
-    casFeatCode_subType = (null == casFeat_subType) ? JCas.INVALID_FEATURE_CODE
-            : ((FeatureImpl) casFeat_subType).getCode();
-
-    casFeat_website = jcas.getRequiredFeatureDE(casType, "website", "uima.cas.String", featOkTst);
-    casFeatCode_website = (null == casFeat_website) ? JCas.INVALID_FEATURE_CODE
-            : ((FeatureImpl) casFeat_website).getCode();
-
-    casFeat_geo = jcas.getRequiredFeatureDE(casType, "geo", "uima.cas.String", featOkTst);
-    casFeatCode_geo = (null == casFeat_geo) ? JCas.INVALID_FEATURE_CODE
-            : ((FeatureImpl) casFeat_geo).getCode();
-
-    casFeat_dbpedia = jcas.getRequiredFeatureDE(casType, "dbpedia", "uima.cas.String", featOkTst);
-    casFeatCode_dbpedia = (null == casFeat_dbpedia) ? JCas.INVALID_FEATURE_CODE
-            : ((FeatureImpl) casFeat_dbpedia).getCode();
-
-    casFeat_yago = jcas.getRequiredFeatureDE(casType, "yago", "uima.cas.String", featOkTst);
-    casFeatCode_yago = (null == casFeat_yago) ? JCas.INVALID_FEATURE_CODE
-            : ((FeatureImpl) casFeat_yago).getCode();
-
-    casFeat_opencyc = jcas.getRequiredFeatureDE(casType, "opencyc", "uima.cas.String", featOkTst);
-    casFeatCode_opencyc = (null == casFeat_opencyc) ? JCas.INVALID_FEATURE_CODE
-            : ((FeatureImpl) casFeat_opencyc).getCode();
-
-    casFeat_umbel = jcas.getRequiredFeatureDE(casType, "umbel", "uima.cas.String", featOkTst);
-    casFeatCode_umbel = (null == casFeat_umbel) ? JCas.INVALID_FEATURE_CODE
-            : ((FeatureImpl) casFeat_umbel).getCode();
-
-    casFeat_freebase = jcas.getRequiredFeatureDE(casType, "freebase", "uima.cas.String", featOkTst);
-    casFeatCode_freebase = (null == casFeat_freebase) ? JCas.INVALID_FEATURE_CODE
-            : ((FeatureImpl) casFeat_freebase).getCode();
-
-    casFeat_ciaFactbook = jcas.getRequiredFeatureDE(casType, "ciaFactbook", "uima.cas.String",
-            featOkTst);
-    casFeatCode_ciaFactbook = (null == casFeat_ciaFactbook) ? JCas.INVALID_FEATURE_CODE
-            : ((FeatureImpl) casFeat_ciaFactbook).getCode();
-
-    casFeat_census = jcas.getRequiredFeatureDE(casType, "census", "uima.cas.String", featOkTst);
-    casFeatCode_census = (null == casFeat_census) ? JCas.INVALID_FEATURE_CODE
-            : ((FeatureImpl) casFeat_census).getCode();
-
-    casFeat_geonames = jcas.getRequiredFeatureDE(casType, "geonames", "uima.cas.String", featOkTst);
-    casFeatCode_geonames = (null == casFeat_geonames) ? JCas.INVALID_FEATURE_CODE
-            : ((FeatureImpl) casFeat_geonames).getCode();
-
-    casFeat_musicBrainz = jcas.getRequiredFeatureDE(casType, "musicBrainz", "uima.cas.String",
-            featOkTst);
-    casFeatCode_musicBrainz = (null == casFeat_musicBrainz) ? JCas.INVALID_FEATURE_CODE
-            : ((FeatureImpl) casFeat_musicBrainz).getCode();
-
-    casFeat_quotations = jcas.getRequiredFeatureDE(casType, "quotations", "uima.cas.StringArray",
-            featOkTst);
-    casFeatCode_quotations = (null == casFeat_quotations) ? JCas.INVALID_FEATURE_CODE
-            : ((FeatureImpl) casFeat_quotations).getCode();
+    casImpl.getFSClassRegistry().addGeneratorForType((TypeImpl)this.casType, getFSGenerator());
 
   }
 }

Modified: uima/sandbox/trunk/AlchemyAPIAnnotator/src/main/java/org/apache/uima/alchemy/ts/entity/TelevisionStation.java
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/AlchemyAPIAnnotator/src/main/java/org/apache/uima/alchemy/ts/entity/TelevisionStation.java?rev=992621&r1=992620&r2=992621&view=diff
==============================================================================
--- uima/sandbox/trunk/AlchemyAPIAnnotator/src/main/java/org/apache/uima/alchemy/ts/entity/TelevisionStation.java (original)
+++ uima/sandbox/trunk/AlchemyAPIAnnotator/src/main/java/org/apache/uima/alchemy/ts/entity/TelevisionStation.java Sat Sep  4 15:05:01 2010
@@ -21,16 +21,13 @@ package org.apache.uima.alchemy.ts.entit
 
 import org.apache.uima.jcas.JCas;
 import org.apache.uima.jcas.JCasRegistry;
-import org.apache.uima.jcas.cas.StringArray;
-import org.apache.uima.jcas.cas.TOP;
 import org.apache.uima.jcas.cas.TOP_Type;
 
-/**
- * Updated by JCasGen Sun Nov 15 23:15:41 CET 2009 XML source:
- * 
- * @generated
- */
-public class TelevisionStation extends TOP {
+/** 
+ * Updated by JCasGen Sat Sep 04 11:45:20 CEST 2010
+ * XML source: /Users/tommaso/Documents/workspaces/uima_ws/sandbox/AlchemyAPIAnnotator/desc/TextRankedEntityExtractionAEDescriptor.xml
+ * @generated */
+public class TelevisionStation extends BaseEntity {
   /**
    * @generated
    * @ordered
@@ -44,18 +41,15 @@ public class TelevisionStation extends T
   public final static int type = typeIndexID;
 
   /** @generated */
-  public int getTypeIndexID() {
-    return typeIndexID;
-  }
-
+  public int getTypeIndexID() {return typeIndexID;}
+ 
   /**
    * Never called. Disable default constructor
    * 
    * @generated
    */
-  protected TelevisionStation() {
-  }
-
+  protected TelevisionStation() {}
+    
   /**
    * Internal - constructor used by generator
    * 
@@ -65,569 +59,16 @@ public class TelevisionStation extends T
     super(addr, type);
     readObject();
   }
-
+  
   /** @generated */
   public TelevisionStation(JCas jcas) {
     super(jcas);
-    readObject();
-  }
+    readObject();   
+  } 
 
-  /**
-   * <!-- begin-user-doc --> Write your own initialization here <!-- end-user-doc -->
-   * 
-   * @generated modifiable
-   */
+  /** <!-- begin-user-doc --> Write your own initialization here <!-- end-user-doc -->
+  @generated modifiable */
   private void readObject() {
   }
 
-  // *--------------*
-  // * Feature: text
-
-  /**
-   * getter for text - gets
-   * 
-   * @generated
-   */
-  public String getText() {
-    if (TelevisionStation_Type.featOkTst
-            && ((TelevisionStation_Type) jcasType).casFeat_text == null)
-      jcasType.jcas.throwFeatMissing("text", "org.apache.uima.alchemy.ts.entity.TelevisionStation");
-    return jcasType.ll_cas.ll_getStringValue(addr,
-            ((TelevisionStation_Type) jcasType).casFeatCode_text);
-  }
-
-  /**
-   * setter for text - sets
-   * 
-   * @generated
-   */
-  public void setText(String v) {
-    if (TelevisionStation_Type.featOkTst
-            && ((TelevisionStation_Type) jcasType).casFeat_text == null)
-      jcasType.jcas.throwFeatMissing("text", "org.apache.uima.alchemy.ts.entity.TelevisionStation");
-    jcasType.ll_cas
-            .ll_setStringValue(addr, ((TelevisionStation_Type) jcasType).casFeatCode_text, v);
-  }
-
-  // *--------------*
-  // * Feature: relevance
-
-  /**
-   * getter for relevance - gets
-   * 
-   * @generated
-   */
-  public String getRelevance() {
-    if (TelevisionStation_Type.featOkTst
-            && ((TelevisionStation_Type) jcasType).casFeat_relevance == null)
-      jcasType.jcas.throwFeatMissing("relevance",
-              "org.apache.uima.alchemy.ts.entity.TelevisionStation");
-    return jcasType.ll_cas.ll_getStringValue(addr,
-            ((TelevisionStation_Type) jcasType).casFeatCode_relevance);
-  }
-
-  /**
-   * setter for relevance - sets
-   * 
-   * @generated
-   */
-  public void setRelevance(String v) {
-    if (TelevisionStation_Type.featOkTst
-            && ((TelevisionStation_Type) jcasType).casFeat_relevance == null)
-      jcasType.jcas.throwFeatMissing("relevance",
-              "org.apache.uima.alchemy.ts.entity.TelevisionStation");
-    jcasType.ll_cas.ll_setStringValue(addr,
-            ((TelevisionStation_Type) jcasType).casFeatCode_relevance, v);
-  }
-
-  // *--------------*
-  // * Feature: count
-
-  /**
-   * getter for count - gets
-   * 
-   * @generated
-   */
-  public String getCount() {
-    if (TelevisionStation_Type.featOkTst
-            && ((TelevisionStation_Type) jcasType).casFeat_count == null)
-      jcasType.jcas
-              .throwFeatMissing("count", "org.apache.uima.alchemy.ts.entity.TelevisionStation");
-    return jcasType.ll_cas.ll_getStringValue(addr,
-            ((TelevisionStation_Type) jcasType).casFeatCode_count);
-  }
-
-  /**
-   * setter for count - sets
-   * 
-   * @generated
-   */
-  public void setCount(String v) {
-    if (TelevisionStation_Type.featOkTst
-            && ((TelevisionStation_Type) jcasType).casFeat_count == null)
-      jcasType.jcas
-              .throwFeatMissing("count", "org.apache.uima.alchemy.ts.entity.TelevisionStation");
-    jcasType.ll_cas.ll_setStringValue(addr, ((TelevisionStation_Type) jcasType).casFeatCode_count,
-            v);
-  }
-
-  // *--------------*
-  // * Feature: disambiguation
-
-  /**
-   * getter for disambiguation - gets
-   * 
-   * @generated
-   */
-  public String getDisambiguation() {
-    if (TelevisionStation_Type.featOkTst
-            && ((TelevisionStation_Type) jcasType).casFeat_disambiguation == null)
-      jcasType.jcas.throwFeatMissing("disambiguation",
-              "org.apache.uima.alchemy.ts.entity.TelevisionStation");
-    return jcasType.ll_cas.ll_getStringValue(addr,
-            ((TelevisionStation_Type) jcasType).casFeatCode_disambiguation);
-  }
-
-  /**
-   * setter for disambiguation - sets
-   * 
-   * @generated
-   */
-  public void setDisambiguation(String v) {
-    if (TelevisionStation_Type.featOkTst
-            && ((TelevisionStation_Type) jcasType).casFeat_disambiguation == null)
-      jcasType.jcas.throwFeatMissing("disambiguation",
-              "org.apache.uima.alchemy.ts.entity.TelevisionStation");
-    jcasType.ll_cas.ll_setStringValue(addr,
-            ((TelevisionStation_Type) jcasType).casFeatCode_disambiguation, v);
-  }
-
-  // *--------------*
-  // * Feature: subType
-
-  /**
-   * getter for subType - gets
-   * 
-   * @generated
-   */
-  public String getSubType() {
-    if (TelevisionStation_Type.featOkTst
-            && ((TelevisionStation_Type) jcasType).casFeat_subType == null)
-      jcasType.jcas.throwFeatMissing("subType",
-              "org.apache.uima.alchemy.ts.entity.TelevisionStation");
-    return jcasType.ll_cas.ll_getStringValue(addr,
-            ((TelevisionStation_Type) jcasType).casFeatCode_subType);
-  }
-
-  /**
-   * setter for subType - sets
-   * 
-   * @generated
-   */
-  public void setSubType(String v) {
-    if (TelevisionStation_Type.featOkTst
-            && ((TelevisionStation_Type) jcasType).casFeat_subType == null)
-      jcasType.jcas.throwFeatMissing("subType",
-              "org.apache.uima.alchemy.ts.entity.TelevisionStation");
-    jcasType.ll_cas.ll_setStringValue(addr,
-            ((TelevisionStation_Type) jcasType).casFeatCode_subType, v);
-  }
-
-  // *--------------*
-  // * Feature: website
-
-  /**
-   * getter for website - gets
-   * 
-   * @generated
-   */
-  public String getWebsite() {
-    if (TelevisionStation_Type.featOkTst
-            && ((TelevisionStation_Type) jcasType).casFeat_website == null)
-      jcasType.jcas.throwFeatMissing("website",
-              "org.apache.uima.alchemy.ts.entity.TelevisionStation");
-    return jcasType.ll_cas.ll_getStringValue(addr,
-            ((TelevisionStation_Type) jcasType).casFeatCode_website);
-  }
-
-  /**
-   * setter for website - sets
-   * 
-   * @generated
-   */
-  public void setWebsite(String v) {
-    if (TelevisionStation_Type.featOkTst
-            && ((TelevisionStation_Type) jcasType).casFeat_website == null)
-      jcasType.jcas.throwFeatMissing("website",
-              "org.apache.uima.alchemy.ts.entity.TelevisionStation");
-    jcasType.ll_cas.ll_setStringValue(addr,
-            ((TelevisionStation_Type) jcasType).casFeatCode_website, v);
-  }
-
-  // *--------------*
-  // * Feature: geo
-
-  /**
-   * getter for geo - gets
-   * 
-   * @generated
-   */
-  public String getGeo() {
-    if (TelevisionStation_Type.featOkTst && ((TelevisionStation_Type) jcasType).casFeat_geo == null)
-      jcasType.jcas.throwFeatMissing("geo", "org.apache.uima.alchemy.ts.entity.TelevisionStation");
-    return jcasType.ll_cas.ll_getStringValue(addr,
-            ((TelevisionStation_Type) jcasType).casFeatCode_geo);
-  }
-
-  /**
-   * setter for geo - sets
-   * 
-   * @generated
-   */
-  public void setGeo(String v) {
-    if (TelevisionStation_Type.featOkTst && ((TelevisionStation_Type) jcasType).casFeat_geo == null)
-      jcasType.jcas.throwFeatMissing("geo", "org.apache.uima.alchemy.ts.entity.TelevisionStation");
-    jcasType.ll_cas.ll_setStringValue(addr, ((TelevisionStation_Type) jcasType).casFeatCode_geo, v);
-  }
-
-  // *--------------*
-  // * Feature: dbpedia
-
-  /**
-   * getter for dbpedia - gets
-   * 
-   * @generated
-   */
-  public String getDbpedia() {
-    if (TelevisionStation_Type.featOkTst
-            && ((TelevisionStation_Type) jcasType).casFeat_dbpedia == null)
-      jcasType.jcas.throwFeatMissing("dbpedia",
-              "org.apache.uima.alchemy.ts.entity.TelevisionStation");
-    return jcasType.ll_cas.ll_getStringValue(addr,
-            ((TelevisionStation_Type) jcasType).casFeatCode_dbpedia);
-  }
-
-  /**
-   * setter for dbpedia - sets
-   * 
-   * @generated
-   */
-  public void setDbpedia(String v) {
-    if (TelevisionStation_Type.featOkTst
-            && ((TelevisionStation_Type) jcasType).casFeat_dbpedia == null)
-      jcasType.jcas.throwFeatMissing("dbpedia",
-              "org.apache.uima.alchemy.ts.entity.TelevisionStation");
-    jcasType.ll_cas.ll_setStringValue(addr,
-            ((TelevisionStation_Type) jcasType).casFeatCode_dbpedia, v);
-  }
-
-  // *--------------*
-  // * Feature: yago
-
-  /**
-   * getter for yago - gets
-   * 
-   * @generated
-   */
-  public String getYago() {
-    if (TelevisionStation_Type.featOkTst
-            && ((TelevisionStation_Type) jcasType).casFeat_yago == null)
-      jcasType.jcas.throwFeatMissing("yago", "org.apache.uima.alchemy.ts.entity.TelevisionStation");
-    return jcasType.ll_cas.ll_getStringValue(addr,
-            ((TelevisionStation_Type) jcasType).casFeatCode_yago);
-  }
-
-  /**
-   * setter for yago - sets
-   * 
-   * @generated
-   */
-  public void setYago(String v) {
-    if (TelevisionStation_Type.featOkTst
-            && ((TelevisionStation_Type) jcasType).casFeat_yago == null)
-      jcasType.jcas.throwFeatMissing("yago", "org.apache.uima.alchemy.ts.entity.TelevisionStation");
-    jcasType.ll_cas
-            .ll_setStringValue(addr, ((TelevisionStation_Type) jcasType).casFeatCode_yago, v);
-  }
-
-  // *--------------*
-  // * Feature: opencyc
-
-  /**
-   * getter for opencyc - gets
-   * 
-   * @generated
-   */
-  public String getOpencyc() {
-    if (TelevisionStation_Type.featOkTst
-            && ((TelevisionStation_Type) jcasType).casFeat_opencyc == null)
-      jcasType.jcas.throwFeatMissing("opencyc",
-              "org.apache.uima.alchemy.ts.entity.TelevisionStation");
-    return jcasType.ll_cas.ll_getStringValue(addr,
-            ((TelevisionStation_Type) jcasType).casFeatCode_opencyc);
-  }
-
-  /**
-   * setter for opencyc - sets
-   * 
-   * @generated
-   */
-  public void setOpencyc(String v) {
-    if (TelevisionStation_Type.featOkTst
-            && ((TelevisionStation_Type) jcasType).casFeat_opencyc == null)
-      jcasType.jcas.throwFeatMissing("opencyc",
-              "org.apache.uima.alchemy.ts.entity.TelevisionStation");
-    jcasType.ll_cas.ll_setStringValue(addr,
-            ((TelevisionStation_Type) jcasType).casFeatCode_opencyc, v);
-  }
-
-  // *--------------*
-  // * Feature: umbel
-
-  /**
-   * getter for umbel - gets
-   * 
-   * @generated
-   */
-  public String getUmbel() {
-    if (TelevisionStation_Type.featOkTst
-            && ((TelevisionStation_Type) jcasType).casFeat_umbel == null)
-      jcasType.jcas
-              .throwFeatMissing("umbel", "org.apache.uima.alchemy.ts.entity.TelevisionStation");
-    return jcasType.ll_cas.ll_getStringValue(addr,
-            ((TelevisionStation_Type) jcasType).casFeatCode_umbel);
-  }
-
-  /**
-   * setter for umbel - sets
-   * 
-   * @generated
-   */
-  public void setUmbel(String v) {
-    if (TelevisionStation_Type.featOkTst
-            && ((TelevisionStation_Type) jcasType).casFeat_umbel == null)
-      jcasType.jcas
-              .throwFeatMissing("umbel", "org.apache.uima.alchemy.ts.entity.TelevisionStation");
-    jcasType.ll_cas.ll_setStringValue(addr, ((TelevisionStation_Type) jcasType).casFeatCode_umbel,
-            v);
-  }
-
-  // *--------------*
-  // * Feature: freebase
-
-  /**
-   * getter for freebase - gets
-   * 
-   * @generated
-   */
-  public String getFreebase() {
-    if (TelevisionStation_Type.featOkTst
-            && ((TelevisionStation_Type) jcasType).casFeat_freebase == null)
-      jcasType.jcas.throwFeatMissing("freebase",
-              "org.apache.uima.alchemy.ts.entity.TelevisionStation");
-    return jcasType.ll_cas.ll_getStringValue(addr,
-            ((TelevisionStation_Type) jcasType).casFeatCode_freebase);
-  }
-
-  /**
-   * setter for freebase - sets
-   * 
-   * @generated
-   */
-  public void setFreebase(String v) {
-    if (TelevisionStation_Type.featOkTst
-            && ((TelevisionStation_Type) jcasType).casFeat_freebase == null)
-      jcasType.jcas.throwFeatMissing("freebase",
-              "org.apache.uima.alchemy.ts.entity.TelevisionStation");
-    jcasType.ll_cas.ll_setStringValue(addr,
-            ((TelevisionStation_Type) jcasType).casFeatCode_freebase, v);
-  }
-
-  // *--------------*
-  // * Feature: ciaFactbook
-
-  /**
-   * getter for ciaFactbook - gets
-   * 
-   * @generated
-   */
-  public String getCiaFactbook() {
-    if (TelevisionStation_Type.featOkTst
-            && ((TelevisionStation_Type) jcasType).casFeat_ciaFactbook == null)
-      jcasType.jcas.throwFeatMissing("ciaFactbook",
-              "org.apache.uima.alchemy.ts.entity.TelevisionStation");
-    return jcasType.ll_cas.ll_getStringValue(addr,
-            ((TelevisionStation_Type) jcasType).casFeatCode_ciaFactbook);
-  }
-
-  /**
-   * setter for ciaFactbook - sets
-   * 
-   * @generated
-   */
-  public void setCiaFactbook(String v) {
-    if (TelevisionStation_Type.featOkTst
-            && ((TelevisionStation_Type) jcasType).casFeat_ciaFactbook == null)
-      jcasType.jcas.throwFeatMissing("ciaFactbook",
-              "org.apache.uima.alchemy.ts.entity.TelevisionStation");
-    jcasType.ll_cas.ll_setStringValue(addr,
-            ((TelevisionStation_Type) jcasType).casFeatCode_ciaFactbook, v);
-  }
-
-  // *--------------*
-  // * Feature: census
-
-  /**
-   * getter for census - gets
-   * 
-   * @generated
-   */
-  public String getCensus() {
-    if (TelevisionStation_Type.featOkTst
-            && ((TelevisionStation_Type) jcasType).casFeat_census == null)
-      jcasType.jcas.throwFeatMissing("census",
-              "org.apache.uima.alchemy.ts.entity.TelevisionStation");
-    return jcasType.ll_cas.ll_getStringValue(addr,
-            ((TelevisionStation_Type) jcasType).casFeatCode_census);
-  }
-
-  /**
-   * setter for census - sets
-   * 
-   * @generated
-   */
-  public void setCensus(String v) {
-    if (TelevisionStation_Type.featOkTst
-            && ((TelevisionStation_Type) jcasType).casFeat_census == null)
-      jcasType.jcas.throwFeatMissing("census",
-              "org.apache.uima.alchemy.ts.entity.TelevisionStation");
-    jcasType.ll_cas.ll_setStringValue(addr, ((TelevisionStation_Type) jcasType).casFeatCode_census,
-            v);
-  }
-
-  // *--------------*
-  // * Feature: geonames
-
-  /**
-   * getter for geonames - gets
-   * 
-   * @generated
-   */
-  public String getGeonames() {
-    if (TelevisionStation_Type.featOkTst
-            && ((TelevisionStation_Type) jcasType).casFeat_geonames == null)
-      jcasType.jcas.throwFeatMissing("geonames",
-              "org.apache.uima.alchemy.ts.entity.TelevisionStation");
-    return jcasType.ll_cas.ll_getStringValue(addr,
-            ((TelevisionStation_Type) jcasType).casFeatCode_geonames);
-  }
-
-  /**
-   * setter for geonames - sets
-   * 
-   * @generated
-   */
-  public void setGeonames(String v) {
-    if (TelevisionStation_Type.featOkTst
-            && ((TelevisionStation_Type) jcasType).casFeat_geonames == null)
-      jcasType.jcas.throwFeatMissing("geonames",
-              "org.apache.uima.alchemy.ts.entity.TelevisionStation");
-    jcasType.ll_cas.ll_setStringValue(addr,
-            ((TelevisionStation_Type) jcasType).casFeatCode_geonames, v);
-  }
-
-  // *--------------*
-  // * Feature: musicBrainz
-
-  /**
-   * getter for musicBrainz - gets
-   * 
-   * @generated
-   */
-  public String getMusicBrainz() {
-    if (TelevisionStation_Type.featOkTst
-            && ((TelevisionStation_Type) jcasType).casFeat_musicBrainz == null)
-      jcasType.jcas.throwFeatMissing("musicBrainz",
-              "org.apache.uima.alchemy.ts.entity.TelevisionStation");
-    return jcasType.ll_cas.ll_getStringValue(addr,
-            ((TelevisionStation_Type) jcasType).casFeatCode_musicBrainz);
-  }
-
-  /**
-   * setter for musicBrainz - sets
-   * 
-   * @generated
-   */
-  public void setMusicBrainz(String v) {
-    if (TelevisionStation_Type.featOkTst
-            && ((TelevisionStation_Type) jcasType).casFeat_musicBrainz == null)
-      jcasType.jcas.throwFeatMissing("musicBrainz",
-              "org.apache.uima.alchemy.ts.entity.TelevisionStation");
-    jcasType.ll_cas.ll_setStringValue(addr,
-            ((TelevisionStation_Type) jcasType).casFeatCode_musicBrainz, v);
-  }
-
-  // *--------------*
-  // * Feature: quotations
-
-  /**
-   * getter for quotations - gets
-   * 
-   * @generated
-   */
-  public StringArray getQuotations() {
-    if (TelevisionStation_Type.featOkTst
-            && ((TelevisionStation_Type) jcasType).casFeat_quotations == null)
-      jcasType.jcas.throwFeatMissing("quotations",
-              "org.apache.uima.alchemy.ts.entity.TelevisionStation");
-    return (StringArray) (jcasType.ll_cas.ll_getFSForRef(jcasType.ll_cas.ll_getRefValue(addr,
-            ((TelevisionStation_Type) jcasType).casFeatCode_quotations)));
-  }
-
-  /**
-   * setter for quotations - sets
-   * 
-   * @generated
-   */
-  public void setQuotations(StringArray v) {
-    if (TelevisionStation_Type.featOkTst
-            && ((TelevisionStation_Type) jcasType).casFeat_quotations == null)
-      jcasType.jcas.throwFeatMissing("quotations",
-              "org.apache.uima.alchemy.ts.entity.TelevisionStation");
-    jcasType.ll_cas.ll_setRefValue(addr,
-            ((TelevisionStation_Type) jcasType).casFeatCode_quotations, jcasType.ll_cas
-                    .ll_getFSRef(v));
-  }
-
-  /**
-   * indexed getter for quotations - gets an indexed value -
-   * 
-   * @generated
-   */
-  public String getQuotations(int i) {
-    if (TelevisionStation_Type.featOkTst
-            && ((TelevisionStation_Type) jcasType).casFeat_quotations == null)
-      jcasType.jcas.throwFeatMissing("quotations",
-              "org.apache.uima.alchemy.ts.entity.TelevisionStation");
-    jcasType.jcas.checkArrayBounds(jcasType.ll_cas.ll_getRefValue(addr,
-            ((TelevisionStation_Type) jcasType).casFeatCode_quotations), i);
-    return jcasType.ll_cas.ll_getStringArrayValue(jcasType.ll_cas.ll_getRefValue(addr,
-            ((TelevisionStation_Type) jcasType).casFeatCode_quotations), i);
-  }
-
-  /**
-   * indexed setter for quotations - sets an indexed value -
-   * 
-   * @generated
-   */
-  public void setQuotations(int i, String v) {
-    if (TelevisionStation_Type.featOkTst
-            && ((TelevisionStation_Type) jcasType).casFeat_quotations == null)
-      jcasType.jcas.throwFeatMissing("quotations",
-              "org.apache.uima.alchemy.ts.entity.TelevisionStation");
-    jcasType.jcas.checkArrayBounds(jcasType.ll_cas.ll_getRefValue(addr,
-            ((TelevisionStation_Type) jcasType).casFeatCode_quotations), i);
-    jcasType.ll_cas.ll_setStringArrayValue(jcasType.ll_cas.ll_getRefValue(addr,
-            ((TelevisionStation_Type) jcasType).casFeatCode_quotations), i, v);
-  }
 }

Modified: uima/sandbox/trunk/AlchemyAPIAnnotator/src/main/java/org/apache/uima/alchemy/ts/entity/TelevisionStation_Type.java
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/AlchemyAPIAnnotator/src/main/java/org/apache/uima/alchemy/ts/entity/TelevisionStation_Type.java?rev=992621&r1=992620&r2=992621&view=diff
==============================================================================
--- uima/sandbox/trunk/AlchemyAPIAnnotator/src/main/java/org/apache/uima/alchemy/ts/entity/TelevisionStation_Type.java (original)
+++ uima/sandbox/trunk/AlchemyAPIAnnotator/src/main/java/org/apache/uima/alchemy/ts/entity/TelevisionStation_Type.java Sat Sep  4 15:05:01 2010
@@ -19,44 +19,36 @@
 /* First created by JCasGen Mon Nov 09 23:02:37 CET 2009 */
 package org.apache.uima.alchemy.ts.entity;
 
-import org.apache.uima.cas.Feature;
 import org.apache.uima.cas.FeatureStructure;
 import org.apache.uima.cas.Type;
 import org.apache.uima.cas.impl.CASImpl;
 import org.apache.uima.cas.impl.FSGenerator;
-import org.apache.uima.cas.impl.FeatureImpl;
 import org.apache.uima.cas.impl.TypeImpl;
 import org.apache.uima.jcas.JCas;
 import org.apache.uima.jcas.JCasRegistry;
-import org.apache.uima.jcas.cas.TOP_Type;
 
-/**
- * Updated by JCasGen Sun Nov 15 23:15:41 CET 2009
- * 
- * @generated
- */
-public class TelevisionStation_Type extends TOP_Type {
-  /** @generated */
-  protected FSGenerator getFSGenerator() {
-    return fsGenerator;
-  }
-
-  /** @generated */
-  private final FSGenerator fsGenerator = new FSGenerator() {
-    public FeatureStructure createFS(int addr, CASImpl cas) {
-      if (TelevisionStation_Type.this.useExistingInstance) {
-        // Return eq fs instance if already created
-        FeatureStructure fs = TelevisionStation_Type.this.jcas.getJfsFromCaddr(addr);
-        if (null == fs) {
-          fs = new TelevisionStation(addr, TelevisionStation_Type.this);
-          TelevisionStation_Type.this.jcas.putJfsFromCaddr(addr, fs);
-          return fs;
-        }
-        return fs;
-      } else
-        return new TelevisionStation(addr, TelevisionStation_Type.this);
-    }
-  };
+/** 
+ * Updated by JCasGen Sat Sep 04 11:45:20 CEST 2010
+ * @generated */
+public class TelevisionStation_Type extends BaseEntity_Type {
+  /** @generated */
+  protected FSGenerator getFSGenerator() {return fsGenerator;}
+  /** @generated */
+  private final FSGenerator fsGenerator = 
+    new FSGenerator() {
+      public FeatureStructure createFS(int addr, CASImpl cas) {
+  			 if (TelevisionStation_Type.this.useExistingInstance) {
+  			   // Return eq fs instance if already created
+  		     FeatureStructure fs = TelevisionStation_Type.this.jcas.getJfsFromCaddr(addr);
+  		     if (null == fs) {
+  		       fs = new TelevisionStation(addr, TelevisionStation_Type.this);
+  			   TelevisionStation_Type.this.jcas.putJfsFromCaddr(addr, fs);
+  			   return fs;
+  		     }
+  		     return fs;
+        } else return new TelevisionStation(addr, TelevisionStation_Type.this);
+  	  }
+    };
 
   /** @generated */
   public final static int typeIndexID = TelevisionStation.typeIndexID;
@@ -65,375 +57,7 @@ public class TelevisionStation_Type exte
    * @generated
    * @modifiable
    */
-  public final static boolean featOkTst = JCasRegistry
-          .getFeatOkTst("org.apache.uima.alchemy.ts.entity.TelevisionStation");
-
-  /** @generated */
-  final Feature casFeat_text;
-
-  /** @generated */
-  final int casFeatCode_text;
-
-  /** @generated */
-  public String getText(int addr) {
-    if (featOkTst && casFeat_text == null)
-      jcas.throwFeatMissing("text", "org.apache.uima.alchemy.ts.entity.TelevisionStation");
-    return ll_cas.ll_getStringValue(addr, casFeatCode_text);
-  }
-
-  /** @generated */
-  public void setText(int addr, String v) {
-    if (featOkTst && casFeat_text == null)
-      jcas.throwFeatMissing("text", "org.apache.uima.alchemy.ts.entity.TelevisionStation");
-    ll_cas.ll_setStringValue(addr, casFeatCode_text, v);
-  }
-
-  /** @generated */
-  final Feature casFeat_relevance;
-
-  /** @generated */
-  final int casFeatCode_relevance;
-
-  /** @generated */
-  public String getRelevance(int addr) {
-    if (featOkTst && casFeat_relevance == null)
-      jcas.throwFeatMissing("relevance", "org.apache.uima.alchemy.ts.entity.TelevisionStation");
-    return ll_cas.ll_getStringValue(addr, casFeatCode_relevance);
-  }
-
-  /** @generated */
-  public void setRelevance(int addr, String v) {
-    if (featOkTst && casFeat_relevance == null)
-      jcas.throwFeatMissing("relevance", "org.apache.uima.alchemy.ts.entity.TelevisionStation");
-    ll_cas.ll_setStringValue(addr, casFeatCode_relevance, v);
-  }
-
-  /** @generated */
-  final Feature casFeat_count;
-
-  /** @generated */
-  final int casFeatCode_count;
-
-  /** @generated */
-  public String getCount(int addr) {
-    if (featOkTst && casFeat_count == null)
-      jcas.throwFeatMissing("count", "org.apache.uima.alchemy.ts.entity.TelevisionStation");
-    return ll_cas.ll_getStringValue(addr, casFeatCode_count);
-  }
-
-  /** @generated */
-  public void setCount(int addr, String v) {
-    if (featOkTst && casFeat_count == null)
-      jcas.throwFeatMissing("count", "org.apache.uima.alchemy.ts.entity.TelevisionStation");
-    ll_cas.ll_setStringValue(addr, casFeatCode_count, v);
-  }
-
-  /** @generated */
-  final Feature casFeat_disambiguation;
-
-  /** @generated */
-  final int casFeatCode_disambiguation;
-
-  /** @generated */
-  public String getDisambiguation(int addr) {
-    if (featOkTst && casFeat_disambiguation == null)
-      jcas
-              .throwFeatMissing("disambiguation",
-                      "org.apache.uima.alchemy.ts.entity.TelevisionStation");
-    return ll_cas.ll_getStringValue(addr, casFeatCode_disambiguation);
-  }
-
-  /** @generated */
-  public void setDisambiguation(int addr, String v) {
-    if (featOkTst && casFeat_disambiguation == null)
-      jcas
-              .throwFeatMissing("disambiguation",
-                      "org.apache.uima.alchemy.ts.entity.TelevisionStation");
-    ll_cas.ll_setStringValue(addr, casFeatCode_disambiguation, v);
-  }
-
-  /** @generated */
-  final Feature casFeat_subType;
-
-  /** @generated */
-  final int casFeatCode_subType;
-
-  /** @generated */
-  public String getSubType(int addr) {
-    if (featOkTst && casFeat_subType == null)
-      jcas.throwFeatMissing("subType", "org.apache.uima.alchemy.ts.entity.TelevisionStation");
-    return ll_cas.ll_getStringValue(addr, casFeatCode_subType);
-  }
-
-  /** @generated */
-  public void setSubType(int addr, String v) {
-    if (featOkTst && casFeat_subType == null)
-      jcas.throwFeatMissing("subType", "org.apache.uima.alchemy.ts.entity.TelevisionStation");
-    ll_cas.ll_setStringValue(addr, casFeatCode_subType, v);
-  }
-
-  /** @generated */
-  final Feature casFeat_website;
-
-  /** @generated */
-  final int casFeatCode_website;
-
-  /** @generated */
-  public String getWebsite(int addr) {
-    if (featOkTst && casFeat_website == null)
-      jcas.throwFeatMissing("website", "org.apache.uima.alchemy.ts.entity.TelevisionStation");
-    return ll_cas.ll_getStringValue(addr, casFeatCode_website);
-  }
-
-  /** @generated */
-  public void setWebsite(int addr, String v) {
-    if (featOkTst && casFeat_website == null)
-      jcas.throwFeatMissing("website", "org.apache.uima.alchemy.ts.entity.TelevisionStation");
-    ll_cas.ll_setStringValue(addr, casFeatCode_website, v);
-  }
-
-  /** @generated */
-  final Feature casFeat_geo;
-
-  /** @generated */
-  final int casFeatCode_geo;
-
-  /** @generated */
-  public String getGeo(int addr) {
-    if (featOkTst && casFeat_geo == null)
-      jcas.throwFeatMissing("geo", "org.apache.uima.alchemy.ts.entity.TelevisionStation");
-    return ll_cas.ll_getStringValue(addr, casFeatCode_geo);
-  }
-
-  /** @generated */
-  public void setGeo(int addr, String v) {
-    if (featOkTst && casFeat_geo == null)
-      jcas.throwFeatMissing("geo", "org.apache.uima.alchemy.ts.entity.TelevisionStation");
-    ll_cas.ll_setStringValue(addr, casFeatCode_geo, v);
-  }
-
-  /** @generated */
-  final Feature casFeat_dbpedia;
-
-  /** @generated */
-  final int casFeatCode_dbpedia;
-
-  /** @generated */
-  public String getDbpedia(int addr) {
-    if (featOkTst && casFeat_dbpedia == null)
-      jcas.throwFeatMissing("dbpedia", "org.apache.uima.alchemy.ts.entity.TelevisionStation");
-    return ll_cas.ll_getStringValue(addr, casFeatCode_dbpedia);
-  }
-
-  /** @generated */
-  public void setDbpedia(int addr, String v) {
-    if (featOkTst && casFeat_dbpedia == null)
-      jcas.throwFeatMissing("dbpedia", "org.apache.uima.alchemy.ts.entity.TelevisionStation");
-    ll_cas.ll_setStringValue(addr, casFeatCode_dbpedia, v);
-  }
-
-  /** @generated */
-  final Feature casFeat_yago;
-
-  /** @generated */
-  final int casFeatCode_yago;
-
-  /** @generated */
-  public String getYago(int addr) {
-    if (featOkTst && casFeat_yago == null)
-      jcas.throwFeatMissing("yago", "org.apache.uima.alchemy.ts.entity.TelevisionStation");
-    return ll_cas.ll_getStringValue(addr, casFeatCode_yago);
-  }
-
-  /** @generated */
-  public void setYago(int addr, String v) {
-    if (featOkTst && casFeat_yago == null)
-      jcas.throwFeatMissing("yago", "org.apache.uima.alchemy.ts.entity.TelevisionStation");
-    ll_cas.ll_setStringValue(addr, casFeatCode_yago, v);
-  }
-
-  /** @generated */
-  final Feature casFeat_opencyc;
-
-  /** @generated */
-  final int casFeatCode_opencyc;
-
-  /** @generated */
-  public String getOpencyc(int addr) {
-    if (featOkTst && casFeat_opencyc == null)
-      jcas.throwFeatMissing("opencyc", "org.apache.uima.alchemy.ts.entity.TelevisionStation");
-    return ll_cas.ll_getStringValue(addr, casFeatCode_opencyc);
-  }
-
-  /** @generated */
-  public void setOpencyc(int addr, String v) {
-    if (featOkTst && casFeat_opencyc == null)
-      jcas.throwFeatMissing("opencyc", "org.apache.uima.alchemy.ts.entity.TelevisionStation");
-    ll_cas.ll_setStringValue(addr, casFeatCode_opencyc, v);
-  }
-
-  /** @generated */
-  final Feature casFeat_umbel;
-
-  /** @generated */
-  final int casFeatCode_umbel;
-
-  /** @generated */
-  public String getUmbel(int addr) {
-    if (featOkTst && casFeat_umbel == null)
-      jcas.throwFeatMissing("umbel", "org.apache.uima.alchemy.ts.entity.TelevisionStation");
-    return ll_cas.ll_getStringValue(addr, casFeatCode_umbel);
-  }
-
-  /** @generated */
-  public void setUmbel(int addr, String v) {
-    if (featOkTst && casFeat_umbel == null)
-      jcas.throwFeatMissing("umbel", "org.apache.uima.alchemy.ts.entity.TelevisionStation");
-    ll_cas.ll_setStringValue(addr, casFeatCode_umbel, v);
-  }
-
-  /** @generated */
-  final Feature casFeat_freebase;
-
-  /** @generated */
-  final int casFeatCode_freebase;
-
-  /** @generated */
-  public String getFreebase(int addr) {
-    if (featOkTst && casFeat_freebase == null)
-      jcas.throwFeatMissing("freebase", "org.apache.uima.alchemy.ts.entity.TelevisionStation");
-    return ll_cas.ll_getStringValue(addr, casFeatCode_freebase);
-  }
-
-  /** @generated */
-  public void setFreebase(int addr, String v) {
-    if (featOkTst && casFeat_freebase == null)
-      jcas.throwFeatMissing("freebase", "org.apache.uima.alchemy.ts.entity.TelevisionStation");
-    ll_cas.ll_setStringValue(addr, casFeatCode_freebase, v);
-  }
-
-  /** @generated */
-  final Feature casFeat_ciaFactbook;
-
-  /** @generated */
-  final int casFeatCode_ciaFactbook;
-
-  /** @generated */
-  public String getCiaFactbook(int addr) {
-    if (featOkTst && casFeat_ciaFactbook == null)
-      jcas.throwFeatMissing("ciaFactbook", "org.apache.uima.alchemy.ts.entity.TelevisionStation");
-    return ll_cas.ll_getStringValue(addr, casFeatCode_ciaFactbook);
-  }
-
-  /** @generated */
-  public void setCiaFactbook(int addr, String v) {
-    if (featOkTst && casFeat_ciaFactbook == null)
-      jcas.throwFeatMissing("ciaFactbook", "org.apache.uima.alchemy.ts.entity.TelevisionStation");
-    ll_cas.ll_setStringValue(addr, casFeatCode_ciaFactbook, v);
-  }
-
-  /** @generated */
-  final Feature casFeat_census;
-
-  /** @generated */
-  final int casFeatCode_census;
-
-  /** @generated */
-  public String getCensus(int addr) {
-    if (featOkTst && casFeat_census == null)
-      jcas.throwFeatMissing("census", "org.apache.uima.alchemy.ts.entity.TelevisionStation");
-    return ll_cas.ll_getStringValue(addr, casFeatCode_census);
-  }
-
-  /** @generated */
-  public void setCensus(int addr, String v) {
-    if (featOkTst && casFeat_census == null)
-      jcas.throwFeatMissing("census", "org.apache.uima.alchemy.ts.entity.TelevisionStation");
-    ll_cas.ll_setStringValue(addr, casFeatCode_census, v);
-  }
-
-  /** @generated */
-  final Feature casFeat_geonames;
-
-  /** @generated */
-  final int casFeatCode_geonames;
-
-  /** @generated */
-  public String getGeonames(int addr) {
-    if (featOkTst && casFeat_geonames == null)
-      jcas.throwFeatMissing("geonames", "org.apache.uima.alchemy.ts.entity.TelevisionStation");
-    return ll_cas.ll_getStringValue(addr, casFeatCode_geonames);
-  }
-
-  /** @generated */
-  public void setGeonames(int addr, String v) {
-    if (featOkTst && casFeat_geonames == null)
-      jcas.throwFeatMissing("geonames", "org.apache.uima.alchemy.ts.entity.TelevisionStation");
-    ll_cas.ll_setStringValue(addr, casFeatCode_geonames, v);
-  }
-
-  /** @generated */
-  final Feature casFeat_musicBrainz;
-
-  /** @generated */
-  final int casFeatCode_musicBrainz;
-
-  /** @generated */
-  public String getMusicBrainz(int addr) {
-    if (featOkTst && casFeat_musicBrainz == null)
-      jcas.throwFeatMissing("musicBrainz", "org.apache.uima.alchemy.ts.entity.TelevisionStation");
-    return ll_cas.ll_getStringValue(addr, casFeatCode_musicBrainz);
-  }
-
-  /** @generated */
-  public void setMusicBrainz(int addr, String v) {
-    if (featOkTst && casFeat_musicBrainz == null)
-      jcas.throwFeatMissing("musicBrainz", "org.apache.uima.alchemy.ts.entity.TelevisionStation");
-    ll_cas.ll_setStringValue(addr, casFeatCode_musicBrainz, v);
-  }
-
-  /** @generated */
-  final Feature casFeat_quotations;
-
-  /** @generated */
-  final int casFeatCode_quotations;
-
-  /** @generated */
-  public int getQuotations(int addr) {
-    if (featOkTst && casFeat_quotations == null)
-      jcas.throwFeatMissing("quotations", "org.apache.uima.alchemy.ts.entity.TelevisionStation");
-    return ll_cas.ll_getRefValue(addr, casFeatCode_quotations);
-  }
-
-  /** @generated */
-  public void setQuotations(int addr, int v) {
-    if (featOkTst && casFeat_quotations == null)
-      jcas.throwFeatMissing("quotations", "org.apache.uima.alchemy.ts.entity.TelevisionStation");
-    ll_cas.ll_setRefValue(addr, casFeatCode_quotations, v);
-  }
-
-  /** @generated */
-  public String getQuotations(int addr, int i) {
-    if (featOkTst && casFeat_quotations == null)
-      jcas.throwFeatMissing("quotations", "org.apache.uima.alchemy.ts.entity.TelevisionStation");
-    if (lowLevelTypeChecks)
-      return ll_cas.ll_getStringArrayValue(ll_cas.ll_getRefValue(addr, casFeatCode_quotations), i,
-              true);
-    jcas.checkArrayBounds(ll_cas.ll_getRefValue(addr, casFeatCode_quotations), i);
-    return ll_cas.ll_getStringArrayValue(ll_cas.ll_getRefValue(addr, casFeatCode_quotations), i);
-  }
-
-  /** @generated */
-  public void setQuotations(int addr, int i, String v) {
-    if (featOkTst && casFeat_quotations == null)
-      jcas.throwFeatMissing("quotations", "org.apache.uima.alchemy.ts.entity.TelevisionStation");
-    if (lowLevelTypeChecks)
-      ll_cas
-              .ll_setStringArrayValue(ll_cas.ll_getRefValue(addr, casFeatCode_quotations), i, v,
-                      true);
-    jcas.checkArrayBounds(ll_cas.ll_getRefValue(addr, casFeatCode_quotations), i);
-    ll_cas.ll_setStringArrayValue(ll_cas.ll_getRefValue(addr, casFeatCode_quotations), i, v);
-  }
+  public final static boolean featOkTst = JCasRegistry.getFeatOkTst("org.apache.uima.alchemy.ts.entity.TelevisionStation");
 
   /**
    * initialize variables to correspond with Cas Type and Features
@@ -442,80 +66,7 @@ public class TelevisionStation_Type exte
    */
   public TelevisionStation_Type(JCas jcas, Type casType) {
     super(jcas, casType);
-    casImpl.getFSClassRegistry().addGeneratorForType((TypeImpl) this.casType, getFSGenerator());
-
-    casFeat_text = jcas.getRequiredFeatureDE(casType, "text", "uima.cas.String", featOkTst);
-    casFeatCode_text = (null == casFeat_text) ? JCas.INVALID_FEATURE_CODE
-            : ((FeatureImpl) casFeat_text).getCode();
-
-    casFeat_relevance = jcas.getRequiredFeatureDE(casType, "relevance", "uima.cas.String",
-            featOkTst);
-    casFeatCode_relevance = (null == casFeat_relevance) ? JCas.INVALID_FEATURE_CODE
-            : ((FeatureImpl) casFeat_relevance).getCode();
-
-    casFeat_count = jcas.getRequiredFeatureDE(casType, "count", "uima.cas.String", featOkTst);
-    casFeatCode_count = (null == casFeat_count) ? JCas.INVALID_FEATURE_CODE
-            : ((FeatureImpl) casFeat_count).getCode();
-
-    casFeat_disambiguation = jcas.getRequiredFeatureDE(casType, "disambiguation",
-            "uima.cas.String", featOkTst);
-    casFeatCode_disambiguation = (null == casFeat_disambiguation) ? JCas.INVALID_FEATURE_CODE
-            : ((FeatureImpl) casFeat_disambiguation).getCode();
-
-    casFeat_subType = jcas.getRequiredFeatureDE(casType, "subType", "uima.cas.String", featOkTst);
-    casFeatCode_subType = (null == casFeat_subType) ? JCas.INVALID_FEATURE_CODE
-            : ((FeatureImpl) casFeat_subType).getCode();
-
-    casFeat_website = jcas.getRequiredFeatureDE(casType, "website", "uima.cas.String", featOkTst);
-    casFeatCode_website = (null == casFeat_website) ? JCas.INVALID_FEATURE_CODE
-            : ((FeatureImpl) casFeat_website).getCode();
-
-    casFeat_geo = jcas.getRequiredFeatureDE(casType, "geo", "uima.cas.String", featOkTst);
-    casFeatCode_geo = (null == casFeat_geo) ? JCas.INVALID_FEATURE_CODE
-            : ((FeatureImpl) casFeat_geo).getCode();
-
-    casFeat_dbpedia = jcas.getRequiredFeatureDE(casType, "dbpedia", "uima.cas.String", featOkTst);
-    casFeatCode_dbpedia = (null == casFeat_dbpedia) ? JCas.INVALID_FEATURE_CODE
-            : ((FeatureImpl) casFeat_dbpedia).getCode();
-
-    casFeat_yago = jcas.getRequiredFeatureDE(casType, "yago", "uima.cas.String", featOkTst);
-    casFeatCode_yago = (null == casFeat_yago) ? JCas.INVALID_FEATURE_CODE
-            : ((FeatureImpl) casFeat_yago).getCode();
-
-    casFeat_opencyc = jcas.getRequiredFeatureDE(casType, "opencyc", "uima.cas.String", featOkTst);
-    casFeatCode_opencyc = (null == casFeat_opencyc) ? JCas.INVALID_FEATURE_CODE
-            : ((FeatureImpl) casFeat_opencyc).getCode();
-
-    casFeat_umbel = jcas.getRequiredFeatureDE(casType, "umbel", "uima.cas.String", featOkTst);
-    casFeatCode_umbel = (null == casFeat_umbel) ? JCas.INVALID_FEATURE_CODE
-            : ((FeatureImpl) casFeat_umbel).getCode();
-
-    casFeat_freebase = jcas.getRequiredFeatureDE(casType, "freebase", "uima.cas.String", featOkTst);
-    casFeatCode_freebase = (null == casFeat_freebase) ? JCas.INVALID_FEATURE_CODE
-            : ((FeatureImpl) casFeat_freebase).getCode();
-
-    casFeat_ciaFactbook = jcas.getRequiredFeatureDE(casType, "ciaFactbook", "uima.cas.String",
-            featOkTst);
-    casFeatCode_ciaFactbook = (null == casFeat_ciaFactbook) ? JCas.INVALID_FEATURE_CODE
-            : ((FeatureImpl) casFeat_ciaFactbook).getCode();
-
-    casFeat_census = jcas.getRequiredFeatureDE(casType, "census", "uima.cas.String", featOkTst);
-    casFeatCode_census = (null == casFeat_census) ? JCas.INVALID_FEATURE_CODE
-            : ((FeatureImpl) casFeat_census).getCode();
-
-    casFeat_geonames = jcas.getRequiredFeatureDE(casType, "geonames", "uima.cas.String", featOkTst);
-    casFeatCode_geonames = (null == casFeat_geonames) ? JCas.INVALID_FEATURE_CODE
-            : ((FeatureImpl) casFeat_geonames).getCode();
-
-    casFeat_musicBrainz = jcas.getRequiredFeatureDE(casType, "musicBrainz", "uima.cas.String",
-            featOkTst);
-    casFeatCode_musicBrainz = (null == casFeat_musicBrainz) ? JCas.INVALID_FEATURE_CODE
-            : ((FeatureImpl) casFeat_musicBrainz).getCode();
-
-    casFeat_quotations = jcas.getRequiredFeatureDE(casType, "quotations", "uima.cas.StringArray",
-            featOkTst);
-    casFeatCode_quotations = (null == casFeat_quotations) ? JCas.INVALID_FEATURE_CODE
-            : ((FeatureImpl) casFeat_quotations).getCode();
+    casImpl.getFSClassRegistry().addGeneratorForType((TypeImpl)this.casType, getFSGenerator());
 
   }
 }

Modified: uima/sandbox/trunk/AlchemyAPIAnnotator/src/test/java/org/apache/uima/alchemy/annotator/TextRankedEntityExtractionAnnotatorTest.java
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/AlchemyAPIAnnotator/src/test/java/org/apache/uima/alchemy/annotator/TextRankedEntityExtractionAnnotatorTest.java?rev=992621&r1=992620&r2=992621&view=diff
==============================================================================
--- uima/sandbox/trunk/AlchemyAPIAnnotator/src/test/java/org/apache/uima/alchemy/annotator/TextRankedEntityExtractionAnnotatorTest.java (original)
+++ uima/sandbox/trunk/AlchemyAPIAnnotator/src/test/java/org/apache/uima/alchemy/annotator/TextRankedEntityExtractionAnnotatorTest.java Sat Sep  4 15:05:01 2010
@@ -27,6 +27,7 @@ import java.util.List;
 import java.util.Map;
 
 import org.apache.uima.alchemy.annotator.mocked.MockedTextRankedEntityAnnotator;
+import org.apache.uima.alchemy.annotator.mocked.MockedNotSyncTextRankedEntityAnnotator;
 import org.apache.uima.alchemy.ts.entity.Country;
 import org.apache.uima.alchemy.ts.entity.RadioStation;
 import org.apache.uima.alchemy.utils.TestUtils;
@@ -75,4 +76,17 @@ public class TextRankedEntityExtractionA
       fail(e.toString());
     }
   }
+
+  @Test
+  public void mockedNotSyncAnnotatorTest() {
+    try {
+      String mockedAnnotatorName = MockedNotSyncTextRankedEntityAnnotator.class.getName();
+      JCas resultingCAS = TestUtils.executeAE(TestUtils.getAEWithMockedImplementation(XML_PATH,
+              mockedAnnotatorName), DOC);
+      assertTrue(resultingCAS != null);
+    } catch (Exception e) {
+      e.printStackTrace();
+      fail(e.toString());
+    }
+  }
 }

Added: uima/sandbox/trunk/AlchemyAPIAnnotator/src/test/java/org/apache/uima/alchemy/annotator/mocked/MockedNotSyncTextRankedEntityAnnotator.java
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/AlchemyAPIAnnotator/src/test/java/org/apache/uima/alchemy/annotator/mocked/MockedNotSyncTextRankedEntityAnnotator.java?rev=992621&view=auto
==============================================================================
--- uima/sandbox/trunk/AlchemyAPIAnnotator/src/test/java/org/apache/uima/alchemy/annotator/mocked/MockedNotSyncTextRankedEntityAnnotator.java (added)
+++ uima/sandbox/trunk/AlchemyAPIAnnotator/src/test/java/org/apache/uima/alchemy/annotator/mocked/MockedNotSyncTextRankedEntityAnnotator.java Sat Sep  4 15:05:01 2010
@@ -0,0 +1,37 @@
+/**
+ * 	Licensed to the Apache Software Foundation (ASF) under one
+ * 	or more contributor license agreements.  See the NOTICE file
+ * 	distributed with this work for additional information
+ * 	regarding copyright ownership.  The ASF licenses this file
+ * 	to you under the Apache License, Version 2.0 (the
+ * 	"License"); you may not use this file except in compliance
+ * 	with the License.  You may obtain a copy of the License at
+ *
+ * 	http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * 	Unless required by applicable law or agreed to in writing,
+ * 	software distributed under the License is distributed on an
+ * 	"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * 	KIND, either express or implied.  See the License for the
+ * 	specific language governing permissions and limitations
+ * 	under the License.
+ */
+package org.apache.uima.alchemy.annotator.mocked;
+
+import org.apache.uima.alchemy.annotator.TextRankedNamedEntityExtractionAnnotator;
+
+import java.net.MalformedURLException;
+import java.net.URL;
+
+/**
+ * Mocking class for <code>TextRankedNamedEntityExtractionAnnotator</code> to test AlchemyAPI calls' results
+ */
+public class MockedNotSyncTextRankedEntityAnnotator extends TextRankedNamedEntityExtractionAnnotator {
+
+  private static final String path = "/notSyncRankedEntityExtractionResult.xml";
+
+  @Override
+  protected URL createServiceURI() throws MalformedURLException {
+    return this.getClass().getResource(path);
+  }
+}

Added: uima/sandbox/trunk/AlchemyAPIAnnotator/src/test/resources/notSyncRankedEntityExtractionResult.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/AlchemyAPIAnnotator/src/test/resources/notSyncRankedEntityExtractionResult.xml?rev=992621&view=auto
==============================================================================
--- uima/sandbox/trunk/AlchemyAPIAnnotator/src/test/resources/notSyncRankedEntityExtractionResult.xml (added)
+++ uima/sandbox/trunk/AlchemyAPIAnnotator/src/test/resources/notSyncRankedEntityExtractionResult.xml Sat Sep  4 15:05:01 2010
@@ -0,0 +1,49 @@
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements. See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to you under the Apache License, Version
+    2.0 (the "License"); you may not use this file except in compliance
+    with the License. You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0 Unless required by
+    applicable law or agreed to in writing, software distributed under
+    the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES
+    OR CONDITIONS OF ANY KIND, either express or implied. See the
+    License for the specific language governing permissions and
+    limitations under the License.
+  -->
+<results>
+  <status>OK</status>
+  <language>it</language>
+  <url>http://www.someurl.com</url>
+  <text>Francesco Totti is the best player in the world and will ever be.</text>
+  <entities>
+    <entity>
+      <type>Player</type>
+      <relevance>1.0</relevance>
+      <count>1</count>
+      <text>Francesco Totti</text>
+      <disambiguated>
+        <name>Afghanistan Country</name>
+        <subType>ENTITY_SUBTYPE</subType>
+        <website>http://www.afghangovernment.com/</website>
+        <geo>LATITUDE LONGITUDE</geo>
+        <dbpedia>http://dbpedia.org/page/Afghanistan</dbpedia>
+        <yago>LINKED_DATA_YAGO</yago>
+        <opencyc>LINKED_DATA_OPENCYC</opencyc>
+        <umbel>LINKED_DATA_UMBEL</umbel>
+        <freebase>LINKED_DATA_FREEBASE</freebase>
+        <ciaFactbook>LINKED_DATA_FACTBOOK</ciaFactbook>
+        <census>LINKED_DATA_CENSUS</census>
+        <geonames>LINKED_DATA_GEONAMES</geonames>
+        <musicBrainz>LINKED_DATA_MUSICBRAINZ</musicBrainz>
+        <crunchbase>CRUNCHBASE_WEB_LINK</crunchbase>
+        <semanticCrunchbase>LINKED_DATA_CRUNCHBASE</semanticCrunchbase>
+      </disambiguated>
+      <quotations>
+        <quotation>ENTITY_QUOTATION</quotation>
+      </quotations>
+    </entity>
+  </entities>
+</results>
\ No newline at end of file