You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by pk...@apache.org on 2013/04/29 15:47:23 UTC

svn commit: r1477072 [2/3] - /uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/

Modified: uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/DebugRuleElementMatches.java
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/DebugRuleElementMatches.java?rev=1477072&r1=1477071&r2=1477072&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/DebugRuleElementMatches.java (original)
+++ uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/DebugRuleElementMatches.java Mon Apr 29 13:47:22 2013
@@ -1,7 +1,7 @@
 
 
 /* First created by JCasGen Tue Aug 09 16:26:13 CEST 2011 */
-package org.apache.uima.textmarker.type;
+package org.apache.uima.ruta.type;
 
 import org.apache.uima.jcas.JCas;
 import org.apache.uima.jcas.JCasRegistry;
@@ -12,7 +12,7 @@ import org.apache.uima.jcas.cas.TOP_Type
 
 /** 
  * Updated by JCasGen Thu Jul 12 10:42:33 CEST 2012
- * XML source: D:/work/workspace-uima6/uimaj-textmarker/src/main/java/org/apache/uima/textmarker/engine/InternalTypeSystem.xml
+ * XML source: D:/work/workspace-uima6/uimaj-ruta/src/main/java/org/apache/uima/ruta/engine/InternalTypeSystem.xml
  * @generated */
 public class DebugRuleElementMatches extends TOP {
   /** @generated
@@ -58,21 +58,21 @@ public class DebugRuleElementMatches ext
    * @generated */
   public FSArray getMatches() {
     if (DebugRuleElementMatches_Type.featOkTst && ((DebugRuleElementMatches_Type)jcasType).casFeat_matches == null)
-      jcasType.jcas.throwFeatMissing("matches", "org.apache.uima.textmarker.type.DebugRuleElementMatches");
+      jcasType.jcas.throwFeatMissing("matches", "org.apache.uima.ruta.type.DebugRuleElementMatches");
     return (FSArray)(jcasType.ll_cas.ll_getFSForRef(jcasType.ll_cas.ll_getRefValue(addr, ((DebugRuleElementMatches_Type)jcasType).casFeatCode_matches)));}
     
   /** setter for matches - sets  
    * @generated */
   public void setMatches(FSArray v) {
     if (DebugRuleElementMatches_Type.featOkTst && ((DebugRuleElementMatches_Type)jcasType).casFeat_matches == null)
-      jcasType.jcas.throwFeatMissing("matches", "org.apache.uima.textmarker.type.DebugRuleElementMatches");
+      jcasType.jcas.throwFeatMissing("matches", "org.apache.uima.ruta.type.DebugRuleElementMatches");
     jcasType.ll_cas.ll_setRefValue(addr, ((DebugRuleElementMatches_Type)jcasType).casFeatCode_matches, jcasType.ll_cas.ll_getFSRef(v));}    
     
   /** indexed getter for matches - gets an indexed value - 
    * @generated */
   public DebugRuleElementMatch getMatches(int i) {
     if (DebugRuleElementMatches_Type.featOkTst && ((DebugRuleElementMatches_Type)jcasType).casFeat_matches == null)
-      jcasType.jcas.throwFeatMissing("matches", "org.apache.uima.textmarker.type.DebugRuleElementMatches");
+      jcasType.jcas.throwFeatMissing("matches", "org.apache.uima.ruta.type.DebugRuleElementMatches");
     jcasType.jcas.checkArrayBounds(jcasType.ll_cas.ll_getRefValue(addr, ((DebugRuleElementMatches_Type)jcasType).casFeatCode_matches), i);
     return (DebugRuleElementMatch)(jcasType.ll_cas.ll_getFSForRef(jcasType.ll_cas.ll_getRefArrayValue(jcasType.ll_cas.ll_getRefValue(addr, ((DebugRuleElementMatches_Type)jcasType).casFeatCode_matches), i)));}
 
@@ -80,7 +80,7 @@ public class DebugRuleElementMatches ext
    * @generated */
   public void setMatches(int i, DebugRuleElementMatch v) { 
     if (DebugRuleElementMatches_Type.featOkTst && ((DebugRuleElementMatches_Type)jcasType).casFeat_matches == null)
-      jcasType.jcas.throwFeatMissing("matches", "org.apache.uima.textmarker.type.DebugRuleElementMatches");
+      jcasType.jcas.throwFeatMissing("matches", "org.apache.uima.ruta.type.DebugRuleElementMatches");
     jcasType.jcas.checkArrayBounds(jcasType.ll_cas.ll_getRefValue(addr, ((DebugRuleElementMatches_Type)jcasType).casFeatCode_matches), i);
     jcasType.ll_cas.ll_setRefArrayValue(jcasType.ll_cas.ll_getRefValue(addr, ((DebugRuleElementMatches_Type)jcasType).casFeatCode_matches), i, jcasType.ll_cas.ll_getFSRef(v));}
    
@@ -92,14 +92,14 @@ public class DebugRuleElementMatches ext
    * @generated */
   public String getElement() {
     if (DebugRuleElementMatches_Type.featOkTst && ((DebugRuleElementMatches_Type)jcasType).casFeat_element == null)
-      jcasType.jcas.throwFeatMissing("element", "org.apache.uima.textmarker.type.DebugRuleElementMatches");
+      jcasType.jcas.throwFeatMissing("element", "org.apache.uima.ruta.type.DebugRuleElementMatches");
     return jcasType.ll_cas.ll_getStringValue(addr, ((DebugRuleElementMatches_Type)jcasType).casFeatCode_element);}
     
   /** setter for element - sets  
    * @generated */
   public void setElement(String v) {
     if (DebugRuleElementMatches_Type.featOkTst && ((DebugRuleElementMatches_Type)jcasType).casFeat_element == null)
-      jcasType.jcas.throwFeatMissing("element", "org.apache.uima.textmarker.type.DebugRuleElementMatches");
+      jcasType.jcas.throwFeatMissing("element", "org.apache.uima.ruta.type.DebugRuleElementMatches");
     jcasType.ll_cas.ll_setStringValue(addr, ((DebugRuleElementMatches_Type)jcasType).casFeatCode_element, v);}    
    
     
@@ -110,14 +110,14 @@ public class DebugRuleElementMatches ext
    * @generated */
   public boolean getRuleAnchor() {
     if (DebugRuleElementMatches_Type.featOkTst && ((DebugRuleElementMatches_Type)jcasType).casFeat_ruleAnchor == null)
-      jcasType.jcas.throwFeatMissing("ruleAnchor", "org.apache.uima.textmarker.type.DebugRuleElementMatches");
+      jcasType.jcas.throwFeatMissing("ruleAnchor", "org.apache.uima.ruta.type.DebugRuleElementMatches");
     return jcasType.ll_cas.ll_getBooleanValue(addr, ((DebugRuleElementMatches_Type)jcasType).casFeatCode_ruleAnchor);}
     
   /** setter for ruleAnchor - sets  
    * @generated */
   public void setRuleAnchor(boolean v) {
     if (DebugRuleElementMatches_Type.featOkTst && ((DebugRuleElementMatches_Type)jcasType).casFeat_ruleAnchor == null)
-      jcasType.jcas.throwFeatMissing("ruleAnchor", "org.apache.uima.textmarker.type.DebugRuleElementMatches");
+      jcasType.jcas.throwFeatMissing("ruleAnchor", "org.apache.uima.ruta.type.DebugRuleElementMatches");
     jcasType.ll_cas.ll_setBooleanValue(addr, ((DebugRuleElementMatches_Type)jcasType).casFeatCode_ruleAnchor, v);}    
   }
 

Modified: uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/DebugRuleElementMatches_Type.java
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/DebugRuleElementMatches_Type.java?rev=1477072&r1=1477071&r2=1477072&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/DebugRuleElementMatches_Type.java (original)
+++ uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/DebugRuleElementMatches_Type.java Mon Apr 29 13:47:22 2013
@@ -1,6 +1,6 @@
 
 /* First created by JCasGen Tue Aug 09 16:26:13 CEST 2011 */
-package org.apache.uima.textmarker.type;
+package org.apache.uima.ruta.type;
 
 import org.apache.uima.cas.Feature;
 import org.apache.uima.cas.FeatureStructure;
@@ -39,7 +39,7 @@ public class DebugRuleElementMatches_Typ
   public final static int typeIndexID = DebugRuleElementMatches.typeIndexID;
   /** @generated 
      @modifiable */
-  public final static boolean featOkTst = JCasRegistry.getFeatOkTst("org.apache.uima.textmarker.type.DebugRuleElementMatches");
+  public final static boolean featOkTst = JCasRegistry.getFeatOkTst("org.apache.uima.ruta.type.DebugRuleElementMatches");
  
   /** @generated */
   final Feature casFeat_matches;
@@ -48,19 +48,19 @@ public class DebugRuleElementMatches_Typ
   /** @generated */ 
   public int getMatches(int addr) {
         if (featOkTst && casFeat_matches == null)
-      jcas.throwFeatMissing("matches", "org.apache.uima.textmarker.type.DebugRuleElementMatches");
+      jcas.throwFeatMissing("matches", "org.apache.uima.ruta.type.DebugRuleElementMatches");
     return ll_cas.ll_getRefValue(addr, casFeatCode_matches);
   }
   /** @generated */    
   public void setMatches(int addr, int v) {
         if (featOkTst && casFeat_matches == null)
-      jcas.throwFeatMissing("matches", "org.apache.uima.textmarker.type.DebugRuleElementMatches");
+      jcas.throwFeatMissing("matches", "org.apache.uima.ruta.type.DebugRuleElementMatches");
     ll_cas.ll_setRefValue(addr, casFeatCode_matches, v);}
     
    /** @generated */
   public int getMatches(int addr, int i) {
         if (featOkTst && casFeat_matches == null)
-      jcas.throwFeatMissing("matches", "org.apache.uima.textmarker.type.DebugRuleElementMatches");
+      jcas.throwFeatMissing("matches", "org.apache.uima.ruta.type.DebugRuleElementMatches");
     if (lowLevelTypeChecks)
       return ll_cas.ll_getRefArrayValue(ll_cas.ll_getRefValue(addr, casFeatCode_matches), i, true);
     jcas.checkArrayBounds(ll_cas.ll_getRefValue(addr, casFeatCode_matches), i);
@@ -70,7 +70,7 @@ public class DebugRuleElementMatches_Typ
   /** @generated */ 
   public void setMatches(int addr, int i, int v) {
         if (featOkTst && casFeat_matches == null)
-      jcas.throwFeatMissing("matches", "org.apache.uima.textmarker.type.DebugRuleElementMatches");
+      jcas.throwFeatMissing("matches", "org.apache.uima.ruta.type.DebugRuleElementMatches");
     if (lowLevelTypeChecks)
       ll_cas.ll_setRefArrayValue(ll_cas.ll_getRefValue(addr, casFeatCode_matches), i, v, true);
     jcas.checkArrayBounds(ll_cas.ll_getRefValue(addr, casFeatCode_matches), i);
@@ -85,13 +85,13 @@ public class DebugRuleElementMatches_Typ
   /** @generated */ 
   public String getElement(int addr) {
         if (featOkTst && casFeat_element == null)
-      jcas.throwFeatMissing("element", "org.apache.uima.textmarker.type.DebugRuleElementMatches");
+      jcas.throwFeatMissing("element", "org.apache.uima.ruta.type.DebugRuleElementMatches");
     return ll_cas.ll_getStringValue(addr, casFeatCode_element);
   }
   /** @generated */    
   public void setElement(int addr, String v) {
         if (featOkTst && casFeat_element == null)
-      jcas.throwFeatMissing("element", "org.apache.uima.textmarker.type.DebugRuleElementMatches");
+      jcas.throwFeatMissing("element", "org.apache.uima.ruta.type.DebugRuleElementMatches");
     ll_cas.ll_setStringValue(addr, casFeatCode_element, v);}
     
   
@@ -103,13 +103,13 @@ public class DebugRuleElementMatches_Typ
   /** @generated */ 
   public boolean getRuleAnchor(int addr) {
         if (featOkTst && casFeat_ruleAnchor == null)
-      jcas.throwFeatMissing("ruleAnchor", "org.apache.uima.textmarker.type.DebugRuleElementMatches");
+      jcas.throwFeatMissing("ruleAnchor", "org.apache.uima.ruta.type.DebugRuleElementMatches");
     return ll_cas.ll_getBooleanValue(addr, casFeatCode_ruleAnchor);
   }
   /** @generated */    
   public void setRuleAnchor(int addr, boolean v) {
         if (featOkTst && casFeat_ruleAnchor == null)
-      jcas.throwFeatMissing("ruleAnchor", "org.apache.uima.textmarker.type.DebugRuleElementMatches");
+      jcas.throwFeatMissing("ruleAnchor", "org.apache.uima.ruta.type.DebugRuleElementMatches");
     ll_cas.ll_setBooleanValue(addr, casFeatCode_ruleAnchor, v);}
     
   

Modified: uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/DebugRuleMatch.java
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/DebugRuleMatch.java?rev=1477072&r1=1477071&r2=1477072&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/DebugRuleMatch.java (original)
+++ uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/DebugRuleMatch.java Mon Apr 29 13:47:22 2013
@@ -1,7 +1,7 @@
 
 
 /* First created by JCasGen Tue Aug 09 16:26:13 CEST 2011 */
-package org.apache.uima.textmarker.type;
+package org.apache.uima.ruta.type;
 
 import org.apache.uima.jcas.JCas;
 import org.apache.uima.jcas.JCasRegistry;
@@ -11,7 +11,7 @@ import org.apache.uima.jcas.cas.TOP_Type
 
 /** 
  * Updated by JCasGen Thu Jul 12 10:42:33 CEST 2012
- * XML source: D:/work/workspace-uima6/uimaj-textmarker/src/main/java/org/apache/uima/textmarker/engine/InternalTypeSystem.xml
+ * XML source: D:/work/workspace-uima6/uimaj-ruta/src/main/java/org/apache/uima/ruta/engine/InternalTypeSystem.xml
  * @generated */
 public class DebugRuleMatch extends ProfiledAnnotation {
   /** @generated
@@ -65,21 +65,21 @@ public class DebugRuleMatch extends Prof
    * @generated */
   public FSArray getElements() {
     if (DebugRuleMatch_Type.featOkTst && ((DebugRuleMatch_Type)jcasType).casFeat_elements == null)
-      jcasType.jcas.throwFeatMissing("elements", "org.apache.uima.textmarker.type.DebugRuleMatch");
+      jcasType.jcas.throwFeatMissing("elements", "org.apache.uima.ruta.type.DebugRuleMatch");
     return (FSArray)(jcasType.ll_cas.ll_getFSForRef(jcasType.ll_cas.ll_getRefValue(addr, ((DebugRuleMatch_Type)jcasType).casFeatCode_elements)));}
     
   /** setter for elements - sets  
    * @generated */
   public void setElements(FSArray v) {
     if (DebugRuleMatch_Type.featOkTst && ((DebugRuleMatch_Type)jcasType).casFeat_elements == null)
-      jcasType.jcas.throwFeatMissing("elements", "org.apache.uima.textmarker.type.DebugRuleMatch");
+      jcasType.jcas.throwFeatMissing("elements", "org.apache.uima.ruta.type.DebugRuleMatch");
     jcasType.ll_cas.ll_setRefValue(addr, ((DebugRuleMatch_Type)jcasType).casFeatCode_elements, jcasType.ll_cas.ll_getFSRef(v));}    
     
   /** indexed getter for elements - gets an indexed value - 
    * @generated */
   public DebugRuleElementMatches getElements(int i) {
     if (DebugRuleMatch_Type.featOkTst && ((DebugRuleMatch_Type)jcasType).casFeat_elements == null)
-      jcasType.jcas.throwFeatMissing("elements", "org.apache.uima.textmarker.type.DebugRuleMatch");
+      jcasType.jcas.throwFeatMissing("elements", "org.apache.uima.ruta.type.DebugRuleMatch");
     jcasType.jcas.checkArrayBounds(jcasType.ll_cas.ll_getRefValue(addr, ((DebugRuleMatch_Type)jcasType).casFeatCode_elements), i);
     return (DebugRuleElementMatches)(jcasType.ll_cas.ll_getFSForRef(jcasType.ll_cas.ll_getRefArrayValue(jcasType.ll_cas.ll_getRefValue(addr, ((DebugRuleMatch_Type)jcasType).casFeatCode_elements), i)));}
 
@@ -87,7 +87,7 @@ public class DebugRuleMatch extends Prof
    * @generated */
   public void setElements(int i, DebugRuleElementMatches v) { 
     if (DebugRuleMatch_Type.featOkTst && ((DebugRuleMatch_Type)jcasType).casFeat_elements == null)
-      jcasType.jcas.throwFeatMissing("elements", "org.apache.uima.textmarker.type.DebugRuleMatch");
+      jcasType.jcas.throwFeatMissing("elements", "org.apache.uima.ruta.type.DebugRuleMatch");
     jcasType.jcas.checkArrayBounds(jcasType.ll_cas.ll_getRefValue(addr, ((DebugRuleMatch_Type)jcasType).casFeatCode_elements), i);
     jcasType.ll_cas.ll_setRefArrayValue(jcasType.ll_cas.ll_getRefValue(addr, ((DebugRuleMatch_Type)jcasType).casFeatCode_elements), i, jcasType.ll_cas.ll_getFSRef(v));}
    
@@ -99,14 +99,14 @@ public class DebugRuleMatch extends Prof
    * @generated */
   public boolean getMatched() {
     if (DebugRuleMatch_Type.featOkTst && ((DebugRuleMatch_Type)jcasType).casFeat_matched == null)
-      jcasType.jcas.throwFeatMissing("matched", "org.apache.uima.textmarker.type.DebugRuleMatch");
+      jcasType.jcas.throwFeatMissing("matched", "org.apache.uima.ruta.type.DebugRuleMatch");
     return jcasType.ll_cas.ll_getBooleanValue(addr, ((DebugRuleMatch_Type)jcasType).casFeatCode_matched);}
     
   /** setter for matched - sets  
    * @generated */
   public void setMatched(boolean v) {
     if (DebugRuleMatch_Type.featOkTst && ((DebugRuleMatch_Type)jcasType).casFeat_matched == null)
-      jcasType.jcas.throwFeatMissing("matched", "org.apache.uima.textmarker.type.DebugRuleMatch");
+      jcasType.jcas.throwFeatMissing("matched", "org.apache.uima.ruta.type.DebugRuleMatch");
     jcasType.ll_cas.ll_setBooleanValue(addr, ((DebugRuleMatch_Type)jcasType).casFeatCode_matched, v);}    
    
     
@@ -117,21 +117,21 @@ public class DebugRuleMatch extends Prof
    * @generated */
   public FSArray getDelegates() {
     if (DebugRuleMatch_Type.featOkTst && ((DebugRuleMatch_Type)jcasType).casFeat_delegates == null)
-      jcasType.jcas.throwFeatMissing("delegates", "org.apache.uima.textmarker.type.DebugRuleMatch");
+      jcasType.jcas.throwFeatMissing("delegates", "org.apache.uima.ruta.type.DebugRuleMatch");
     return (FSArray)(jcasType.ll_cas.ll_getFSForRef(jcasType.ll_cas.ll_getRefValue(addr, ((DebugRuleMatch_Type)jcasType).casFeatCode_delegates)));}
     
   /** setter for delegates - sets  
    * @generated */
   public void setDelegates(FSArray v) {
     if (DebugRuleMatch_Type.featOkTst && ((DebugRuleMatch_Type)jcasType).casFeat_delegates == null)
-      jcasType.jcas.throwFeatMissing("delegates", "org.apache.uima.textmarker.type.DebugRuleMatch");
+      jcasType.jcas.throwFeatMissing("delegates", "org.apache.uima.ruta.type.DebugRuleMatch");
     jcasType.ll_cas.ll_setRefValue(addr, ((DebugRuleMatch_Type)jcasType).casFeatCode_delegates, jcasType.ll_cas.ll_getFSRef(v));}    
     
   /** indexed getter for delegates - gets an indexed value - 
    * @generated */
   public DebugScriptApply getDelegates(int i) {
     if (DebugRuleMatch_Type.featOkTst && ((DebugRuleMatch_Type)jcasType).casFeat_delegates == null)
-      jcasType.jcas.throwFeatMissing("delegates", "org.apache.uima.textmarker.type.DebugRuleMatch");
+      jcasType.jcas.throwFeatMissing("delegates", "org.apache.uima.ruta.type.DebugRuleMatch");
     jcasType.jcas.checkArrayBounds(jcasType.ll_cas.ll_getRefValue(addr, ((DebugRuleMatch_Type)jcasType).casFeatCode_delegates), i);
     return (DebugScriptApply)(jcasType.ll_cas.ll_getFSForRef(jcasType.ll_cas.ll_getRefArrayValue(jcasType.ll_cas.ll_getRefValue(addr, ((DebugRuleMatch_Type)jcasType).casFeatCode_delegates), i)));}
 
@@ -139,7 +139,7 @@ public class DebugRuleMatch extends Prof
    * @generated */
   public void setDelegates(int i, DebugScriptApply v) { 
     if (DebugRuleMatch_Type.featOkTst && ((DebugRuleMatch_Type)jcasType).casFeat_delegates == null)
-      jcasType.jcas.throwFeatMissing("delegates", "org.apache.uima.textmarker.type.DebugRuleMatch");
+      jcasType.jcas.throwFeatMissing("delegates", "org.apache.uima.ruta.type.DebugRuleMatch");
     jcasType.jcas.checkArrayBounds(jcasType.ll_cas.ll_getRefValue(addr, ((DebugRuleMatch_Type)jcasType).casFeatCode_delegates), i);
     jcasType.ll_cas.ll_setRefArrayValue(jcasType.ll_cas.ll_getRefValue(addr, ((DebugRuleMatch_Type)jcasType).casFeatCode_delegates), i, jcasType.ll_cas.ll_getFSRef(v));}
   }

Modified: uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/DebugRuleMatch_Type.java
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/DebugRuleMatch_Type.java?rev=1477072&r1=1477071&r2=1477072&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/DebugRuleMatch_Type.java (original)
+++ uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/DebugRuleMatch_Type.java Mon Apr 29 13:47:22 2013
@@ -1,6 +1,6 @@
 
 /* First created by JCasGen Tue Aug 09 16:26:13 CEST 2011 */
-package org.apache.uima.textmarker.type;
+package org.apache.uima.ruta.type;
 
 import org.apache.uima.cas.Feature;
 import org.apache.uima.cas.FeatureStructure;
@@ -38,7 +38,7 @@ public class DebugRuleMatch_Type extends
   public final static int typeIndexID = DebugRuleMatch.typeIndexID;
   /** @generated 
      @modifiable */
-  public final static boolean featOkTst = JCasRegistry.getFeatOkTst("org.apache.uima.textmarker.type.DebugRuleMatch");
+  public final static boolean featOkTst = JCasRegistry.getFeatOkTst("org.apache.uima.ruta.type.DebugRuleMatch");
  
   /** @generated */
   final Feature casFeat_elements;
@@ -47,19 +47,19 @@ public class DebugRuleMatch_Type extends
   /** @generated */ 
   public int getElements(int addr) {
         if (featOkTst && casFeat_elements == null)
-      jcas.throwFeatMissing("elements", "org.apache.uima.textmarker.type.DebugRuleMatch");
+      jcas.throwFeatMissing("elements", "org.apache.uima.ruta.type.DebugRuleMatch");
     return ll_cas.ll_getRefValue(addr, casFeatCode_elements);
   }
   /** @generated */    
   public void setElements(int addr, int v) {
         if (featOkTst && casFeat_elements == null)
-      jcas.throwFeatMissing("elements", "org.apache.uima.textmarker.type.DebugRuleMatch");
+      jcas.throwFeatMissing("elements", "org.apache.uima.ruta.type.DebugRuleMatch");
     ll_cas.ll_setRefValue(addr, casFeatCode_elements, v);}
     
    /** @generated */
   public int getElements(int addr, int i) {
         if (featOkTst && casFeat_elements == null)
-      jcas.throwFeatMissing("elements", "org.apache.uima.textmarker.type.DebugRuleMatch");
+      jcas.throwFeatMissing("elements", "org.apache.uima.ruta.type.DebugRuleMatch");
     if (lowLevelTypeChecks)
       return ll_cas.ll_getRefArrayValue(ll_cas.ll_getRefValue(addr, casFeatCode_elements), i, true);
     jcas.checkArrayBounds(ll_cas.ll_getRefValue(addr, casFeatCode_elements), i);
@@ -69,7 +69,7 @@ public class DebugRuleMatch_Type extends
   /** @generated */ 
   public void setElements(int addr, int i, int v) {
         if (featOkTst && casFeat_elements == null)
-      jcas.throwFeatMissing("elements", "org.apache.uima.textmarker.type.DebugRuleMatch");
+      jcas.throwFeatMissing("elements", "org.apache.uima.ruta.type.DebugRuleMatch");
     if (lowLevelTypeChecks)
       ll_cas.ll_setRefArrayValue(ll_cas.ll_getRefValue(addr, casFeatCode_elements), i, v, true);
     jcas.checkArrayBounds(ll_cas.ll_getRefValue(addr, casFeatCode_elements), i);
@@ -84,13 +84,13 @@ public class DebugRuleMatch_Type extends
   /** @generated */ 
   public boolean getMatched(int addr) {
         if (featOkTst && casFeat_matched == null)
-      jcas.throwFeatMissing("matched", "org.apache.uima.textmarker.type.DebugRuleMatch");
+      jcas.throwFeatMissing("matched", "org.apache.uima.ruta.type.DebugRuleMatch");
     return ll_cas.ll_getBooleanValue(addr, casFeatCode_matched);
   }
   /** @generated */    
   public void setMatched(int addr, boolean v) {
         if (featOkTst && casFeat_matched == null)
-      jcas.throwFeatMissing("matched", "org.apache.uima.textmarker.type.DebugRuleMatch");
+      jcas.throwFeatMissing("matched", "org.apache.uima.ruta.type.DebugRuleMatch");
     ll_cas.ll_setBooleanValue(addr, casFeatCode_matched, v);}
     
   
@@ -102,19 +102,19 @@ public class DebugRuleMatch_Type extends
   /** @generated */ 
   public int getDelegates(int addr) {
         if (featOkTst && casFeat_delegates == null)
-      jcas.throwFeatMissing("delegates", "org.apache.uima.textmarker.type.DebugRuleMatch");
+      jcas.throwFeatMissing("delegates", "org.apache.uima.ruta.type.DebugRuleMatch");
     return ll_cas.ll_getRefValue(addr, casFeatCode_delegates);
   }
   /** @generated */    
   public void setDelegates(int addr, int v) {
         if (featOkTst && casFeat_delegates == null)
-      jcas.throwFeatMissing("delegates", "org.apache.uima.textmarker.type.DebugRuleMatch");
+      jcas.throwFeatMissing("delegates", "org.apache.uima.ruta.type.DebugRuleMatch");
     ll_cas.ll_setRefValue(addr, casFeatCode_delegates, v);}
     
    /** @generated */
   public int getDelegates(int addr, int i) {
         if (featOkTst && casFeat_delegates == null)
-      jcas.throwFeatMissing("delegates", "org.apache.uima.textmarker.type.DebugRuleMatch");
+      jcas.throwFeatMissing("delegates", "org.apache.uima.ruta.type.DebugRuleMatch");
     if (lowLevelTypeChecks)
       return ll_cas.ll_getRefArrayValue(ll_cas.ll_getRefValue(addr, casFeatCode_delegates), i, true);
     jcas.checkArrayBounds(ll_cas.ll_getRefValue(addr, casFeatCode_delegates), i);
@@ -124,7 +124,7 @@ public class DebugRuleMatch_Type extends
   /** @generated */ 
   public void setDelegates(int addr, int i, int v) {
         if (featOkTst && casFeat_delegates == null)
-      jcas.throwFeatMissing("delegates", "org.apache.uima.textmarker.type.DebugRuleMatch");
+      jcas.throwFeatMissing("delegates", "org.apache.uima.ruta.type.DebugRuleMatch");
     if (lowLevelTypeChecks)
       ll_cas.ll_setRefArrayValue(ll_cas.ll_getRefValue(addr, casFeatCode_delegates), i, v, true);
     jcas.checkArrayBounds(ll_cas.ll_getRefValue(addr, casFeatCode_delegates), i);

Modified: uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/DebugScriptApply.java
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/DebugScriptApply.java?rev=1477072&r1=1477071&r2=1477072&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/DebugScriptApply.java (original)
+++ uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/DebugScriptApply.java Mon Apr 29 13:47:22 2013
@@ -1,7 +1,7 @@
 
 
 /* First created by JCasGen Tue Aug 09 16:26:13 CEST 2011 */
-package org.apache.uima.textmarker.type;
+package org.apache.uima.ruta.type;
 
 import org.apache.uima.jcas.JCas;
 import org.apache.uima.jcas.JCasRegistry;
@@ -11,7 +11,7 @@ import org.apache.uima.jcas.cas.TOP_Type
 
 /** 
  * Updated by JCasGen Thu Jul 12 10:42:33 CEST 2012
- * XML source: D:/work/workspace-uima6/uimaj-textmarker/src/main/java/org/apache/uima/textmarker/engine/InternalTypeSystem.xml
+ * XML source: D:/work/workspace-uima6/uimaj-ruta/src/main/java/org/apache/uima/ruta/engine/InternalTypeSystem.xml
  * @generated */
 public class DebugScriptApply extends ProfiledAnnotation {
   /** @generated
@@ -65,14 +65,14 @@ public class DebugScriptApply extends Pr
    * @generated */
   public String getElement() {
     if (DebugScriptApply_Type.featOkTst && ((DebugScriptApply_Type)jcasType).casFeat_element == null)
-      jcasType.jcas.throwFeatMissing("element", "org.apache.uima.textmarker.type.DebugScriptApply");
+      jcasType.jcas.throwFeatMissing("element", "org.apache.uima.ruta.type.DebugScriptApply");
     return jcasType.ll_cas.ll_getStringValue(addr, ((DebugScriptApply_Type)jcasType).casFeatCode_element);}
     
   /** setter for element - sets  
    * @generated */
   public void setElement(String v) {
     if (DebugScriptApply_Type.featOkTst && ((DebugScriptApply_Type)jcasType).casFeat_element == null)
-      jcasType.jcas.throwFeatMissing("element", "org.apache.uima.textmarker.type.DebugScriptApply");
+      jcasType.jcas.throwFeatMissing("element", "org.apache.uima.ruta.type.DebugScriptApply");
     jcasType.ll_cas.ll_setStringValue(addr, ((DebugScriptApply_Type)jcasType).casFeatCode_element, v);}    
   }
 

Modified: uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/DebugScriptApply_Type.java
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/DebugScriptApply_Type.java?rev=1477072&r1=1477071&r2=1477072&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/DebugScriptApply_Type.java (original)
+++ uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/DebugScriptApply_Type.java Mon Apr 29 13:47:22 2013
@@ -1,6 +1,6 @@
 
 /* First created by JCasGen Tue Aug 09 16:26:13 CEST 2011 */
-package org.apache.uima.textmarker.type;
+package org.apache.uima.ruta.type;
 
 import org.apache.uima.cas.Feature;
 import org.apache.uima.cas.FeatureStructure;
@@ -38,7 +38,7 @@ public class DebugScriptApply_Type exten
   public final static int typeIndexID = DebugScriptApply.typeIndexID;
   /** @generated 
      @modifiable */
-  public final static boolean featOkTst = JCasRegistry.getFeatOkTst("org.apache.uima.textmarker.type.DebugScriptApply");
+  public final static boolean featOkTst = JCasRegistry.getFeatOkTst("org.apache.uima.ruta.type.DebugScriptApply");
  
   /** @generated */
   final Feature casFeat_element;
@@ -47,13 +47,13 @@ public class DebugScriptApply_Type exten
   /** @generated */ 
   public String getElement(int addr) {
         if (featOkTst && casFeat_element == null)
-      jcas.throwFeatMissing("element", "org.apache.uima.textmarker.type.DebugScriptApply");
+      jcas.throwFeatMissing("element", "org.apache.uima.ruta.type.DebugScriptApply");
     return ll_cas.ll_getStringValue(addr, casFeatCode_element);
   }
   /** @generated */    
   public void setElement(int addr, String v) {
         if (featOkTst && casFeat_element == null)
-      jcas.throwFeatMissing("element", "org.apache.uima.textmarker.type.DebugScriptApply");
+      jcas.throwFeatMissing("element", "org.apache.uima.ruta.type.DebugScriptApply");
     ll_cas.ll_setStringValue(addr, casFeatCode_element, v);}
     
   

Modified: uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/Document.java
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/Document.java?rev=1477072&r1=1477071&r2=1477072&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/Document.java (original)
+++ uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/Document.java Mon Apr 29 13:47:22 2013
@@ -1,7 +1,7 @@
 
 
 /* First created by JCasGen Tue Aug 09 16:26:13 CEST 2011 */
-package org.apache.uima.textmarker.type;
+package org.apache.uima.ruta.type;
 
 import org.apache.uima.jcas.JCas;
 import org.apache.uima.jcas.JCasRegistry;
@@ -11,7 +11,7 @@ import org.apache.uima.jcas.tcas.Documen
 
 /** 
  * Updated by JCasGen Wed Jan 11 14:42:26 CET 2012
- * XML source: D:/work/workspace-uima3/uimaj-ep-textmarker-engine/src/main/java/org/apache/uima/textmarker/engine/BasicTypeSystem.xml
+ * XML source: D:/work/workspace-uima3/uimaj-ep-ruta-engine/src/main/java/org/apache/uima/ruta/engine/BasicTypeSystem.xml
  * @generated */
 public class Document extends DocumentAnnotation {
   /** @generated

Modified: uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/Document_Type.java
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/Document_Type.java?rev=1477072&r1=1477071&r2=1477072&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/Document_Type.java (original)
+++ uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/Document_Type.java Mon Apr 29 13:47:22 2013
@@ -1,6 +1,6 @@
 
 /* First created by JCasGen Tue Aug 09 16:26:13 CEST 2011 */
-package org.apache.uima.textmarker.type;
+package org.apache.uima.ruta.type;
 
 import org.apache.uima.cas.FeatureStructure;
 import org.apache.uima.cas.Type;
@@ -37,7 +37,7 @@ public class Document_Type extends Docum
   public final static int typeIndexID = Document.typeIndexID;
   /** @generated 
      @modifiable */
-  public final static boolean featOkTst = JCasRegistry.getFeatOkTst("org.apache.uima.textmarker.type.Document");
+  public final static boolean featOkTst = JCasRegistry.getFeatOkTst("org.apache.uima.ruta.type.Document");
 
 
 

Modified: uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/EXCLAMATION.java
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/EXCLAMATION.java?rev=1477072&r1=1477071&r2=1477072&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/EXCLAMATION.java (original)
+++ uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/EXCLAMATION.java Mon Apr 29 13:47:22 2013
@@ -1,7 +1,7 @@
 
 
 /* First created by JCasGen Tue Aug 09 16:26:13 CEST 2011 */
-package org.apache.uima.textmarker.type;
+package org.apache.uima.ruta.type;
 
 import org.apache.uima.jcas.JCas;
 import org.apache.uima.jcas.JCasRegistry;
@@ -11,7 +11,7 @@ import org.apache.uima.jcas.cas.TOP_Type
 
 /** 
  * Updated by JCasGen Wed Jan 11 14:42:26 CET 2012
- * XML source: D:/work/workspace-uima3/uimaj-ep-textmarker-engine/src/main/java/org/apache/uima/textmarker/engine/BasicTypeSystem.xml
+ * XML source: D:/work/workspace-uima3/uimaj-ep-ruta-engine/src/main/java/org/apache/uima/ruta/engine/BasicTypeSystem.xml
  * @generated */
 public class EXCLAMATION extends SENTENCEEND {
   /** @generated

Modified: uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/EXCLAMATION_Type.java
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/EXCLAMATION_Type.java?rev=1477072&r1=1477071&r2=1477072&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/EXCLAMATION_Type.java (original)
+++ uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/EXCLAMATION_Type.java Mon Apr 29 13:47:22 2013
@@ -1,6 +1,6 @@
 
 /* First created by JCasGen Tue Aug 09 16:26:13 CEST 2011 */
-package org.apache.uima.textmarker.type;
+package org.apache.uima.ruta.type;
 
 import org.apache.uima.cas.FeatureStructure;
 import org.apache.uima.cas.Type;
@@ -36,7 +36,7 @@ public class EXCLAMATION_Type extends SE
   public final static int typeIndexID = EXCLAMATION.typeIndexID;
   /** @generated 
      @modifiable */
-  public final static boolean featOkTst = JCasRegistry.getFeatOkTst("org.apache.uima.textmarker.type.EXCLAMATION");
+  public final static boolean featOkTst = JCasRegistry.getFeatOkTst("org.apache.uima.ruta.type.EXCLAMATION");
 
 
 

Modified: uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/EvalAnnotation.java
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/EvalAnnotation.java?rev=1477072&r1=1477071&r2=1477072&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/EvalAnnotation.java (original)
+++ uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/EvalAnnotation.java Mon Apr 29 13:47:22 2013
@@ -1,7 +1,7 @@
 
 
 /* First created by JCasGen Tue Aug 09 16:26:13 CEST 2011 */
-package org.apache.uima.textmarker.type;
+package org.apache.uima.ruta.type;
 
 import org.apache.uima.jcas.JCas;
 import org.apache.uima.jcas.JCasRegistry;
@@ -11,7 +11,7 @@ import org.apache.uima.jcas.tcas.Annotat
 
 /** 
  * Updated by JCasGen Thu Jul 12 10:42:33 CEST 2012
- * XML source: D:/work/workspace-uima6/uimaj-textmarker/src/main/java/org/apache/uima/textmarker/engine/InternalTypeSystem.xml
+ * XML source: D:/work/workspace-uima6/uimaj-ruta/src/main/java/org/apache/uima/ruta/engine/InternalTypeSystem.xml
  * @generated */
 public class EvalAnnotation extends Annotation {
   /** @generated
@@ -65,14 +65,14 @@ public class EvalAnnotation extends Anno
    * @generated */
   public Annotation getOriginal() {
     if (EvalAnnotation_Type.featOkTst && ((EvalAnnotation_Type)jcasType).casFeat_original == null)
-      jcasType.jcas.throwFeatMissing("original", "org.apache.uima.textmarker.type.EvalAnnotation");
+      jcasType.jcas.throwFeatMissing("original", "org.apache.uima.ruta.type.EvalAnnotation");
     return (Annotation)(jcasType.ll_cas.ll_getFSForRef(jcasType.ll_cas.ll_getRefValue(addr, ((EvalAnnotation_Type)jcasType).casFeatCode_original)));}
     
   /** setter for original - sets  
    * @generated */
   public void setOriginal(Annotation v) {
     if (EvalAnnotation_Type.featOkTst && ((EvalAnnotation_Type)jcasType).casFeat_original == null)
-      jcasType.jcas.throwFeatMissing("original", "org.apache.uima.textmarker.type.EvalAnnotation");
+      jcasType.jcas.throwFeatMissing("original", "org.apache.uima.ruta.type.EvalAnnotation");
     jcasType.ll_cas.ll_setRefValue(addr, ((EvalAnnotation_Type)jcasType).casFeatCode_original, jcasType.ll_cas.ll_getFSRef(v));}    
   }
 

Modified: uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/EvalAnnotation_Type.java
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/EvalAnnotation_Type.java?rev=1477072&r1=1477071&r2=1477072&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/EvalAnnotation_Type.java (original)
+++ uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/EvalAnnotation_Type.java Mon Apr 29 13:47:22 2013
@@ -1,6 +1,6 @@
 
 /* First created by JCasGen Tue Aug 09 16:26:13 CEST 2011 */
-package org.apache.uima.textmarker.type;
+package org.apache.uima.ruta.type;
 
 import org.apache.uima.cas.Feature;
 import org.apache.uima.cas.FeatureStructure;
@@ -39,7 +39,7 @@ public class EvalAnnotation_Type extends
   public final static int typeIndexID = EvalAnnotation.typeIndexID;
   /** @generated 
      @modifiable */
-  public final static boolean featOkTst = JCasRegistry.getFeatOkTst("org.apache.uima.textmarker.type.EvalAnnotation");
+  public final static boolean featOkTst = JCasRegistry.getFeatOkTst("org.apache.uima.ruta.type.EvalAnnotation");
  
   /** @generated */
   final Feature casFeat_original;
@@ -48,13 +48,13 @@ public class EvalAnnotation_Type extends
   /** @generated */ 
   public int getOriginal(int addr) {
         if (featOkTst && casFeat_original == null)
-      jcas.throwFeatMissing("original", "org.apache.uima.textmarker.type.EvalAnnotation");
+      jcas.throwFeatMissing("original", "org.apache.uima.ruta.type.EvalAnnotation");
     return ll_cas.ll_getRefValue(addr, casFeatCode_original);
   }
   /** @generated */    
   public void setOriginal(int addr, int v) {
         if (featOkTst && casFeat_original == null)
-      jcas.throwFeatMissing("original", "org.apache.uima.textmarker.type.EvalAnnotation");
+      jcas.throwFeatMissing("original", "org.apache.uima.ruta.type.EvalAnnotation");
     ll_cas.ll_setRefValue(addr, casFeatCode_original, v);}
     
   

Modified: uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/FalseNegative.java
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/FalseNegative.java?rev=1477072&r1=1477071&r2=1477072&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/FalseNegative.java (original)
+++ uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/FalseNegative.java Mon Apr 29 13:47:22 2013
@@ -1,7 +1,7 @@
 
 
 /* First created by JCasGen Tue Aug 09 16:26:13 CEST 2011 */
-package org.apache.uima.textmarker.type;
+package org.apache.uima.ruta.type;
 
 import org.apache.uima.jcas.JCas;
 import org.apache.uima.jcas.JCasRegistry;
@@ -11,7 +11,7 @@ import org.apache.uima.jcas.cas.TOP_Type
 
 /** 
  * Updated by JCasGen Thu Jul 12 10:42:33 CEST 2012
- * XML source: D:/work/workspace-uima6/uimaj-textmarker/src/main/java/org/apache/uima/textmarker/engine/InternalTypeSystem.xml
+ * XML source: D:/work/workspace-uima6/uimaj-ruta/src/main/java/org/apache/uima/ruta/engine/InternalTypeSystem.xml
  * @generated */
 public class FalseNegative extends EvalAnnotation {
   /** @generated

Modified: uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/FalseNegative_Type.java
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/FalseNegative_Type.java?rev=1477072&r1=1477071&r2=1477072&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/FalseNegative_Type.java (original)
+++ uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/FalseNegative_Type.java Mon Apr 29 13:47:22 2013
@@ -1,6 +1,6 @@
 
 /* First created by JCasGen Tue Aug 09 16:26:13 CEST 2011 */
-package org.apache.uima.textmarker.type;
+package org.apache.uima.ruta.type;
 
 import org.apache.uima.cas.FeatureStructure;
 import org.apache.uima.cas.Type;
@@ -36,7 +36,7 @@ public class FalseNegative_Type extends 
   public final static int typeIndexID = FalseNegative.typeIndexID;
   /** @generated 
      @modifiable */
-  public final static boolean featOkTst = JCasRegistry.getFeatOkTst("org.apache.uima.textmarker.type.FalseNegative");
+  public final static boolean featOkTst = JCasRegistry.getFeatOkTst("org.apache.uima.ruta.type.FalseNegative");
 
 
 

Modified: uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/FalsePositive.java
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/FalsePositive.java?rev=1477072&r1=1477071&r2=1477072&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/FalsePositive.java (original)
+++ uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/FalsePositive.java Mon Apr 29 13:47:22 2013
@@ -1,7 +1,7 @@
 
 
 /* First created by JCasGen Tue Aug 09 16:26:13 CEST 2011 */
-package org.apache.uima.textmarker.type;
+package org.apache.uima.ruta.type;
 
 import org.apache.uima.jcas.JCas;
 import org.apache.uima.jcas.JCasRegistry;
@@ -11,7 +11,7 @@ import org.apache.uima.jcas.cas.TOP_Type
 
 /** 
  * Updated by JCasGen Thu Jul 12 10:42:33 CEST 2012
- * XML source: D:/work/workspace-uima6/uimaj-textmarker/src/main/java/org/apache/uima/textmarker/engine/InternalTypeSystem.xml
+ * XML source: D:/work/workspace-uima6/uimaj-ruta/src/main/java/org/apache/uima/ruta/engine/InternalTypeSystem.xml
  * @generated */
 public class FalsePositive extends EvalAnnotation {
   /** @generated

Modified: uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/FalsePositive_Type.java
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/FalsePositive_Type.java?rev=1477072&r1=1477071&r2=1477072&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/FalsePositive_Type.java (original)
+++ uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/FalsePositive_Type.java Mon Apr 29 13:47:22 2013
@@ -1,6 +1,6 @@
 
 /* First created by JCasGen Tue Aug 09 16:26:13 CEST 2011 */
-package org.apache.uima.textmarker.type;
+package org.apache.uima.ruta.type;
 
 import org.apache.uima.cas.FeatureStructure;
 import org.apache.uima.cas.Type;
@@ -36,7 +36,7 @@ public class FalsePositive_Type extends 
   public final static int typeIndexID = FalsePositive.typeIndexID;
   /** @generated 
      @modifiable */
-  public final static boolean featOkTst = JCasRegistry.getFeatOkTst("org.apache.uima.textmarker.type.FalsePositive");
+  public final static boolean featOkTst = JCasRegistry.getFeatOkTst("org.apache.uima.ruta.type.FalsePositive");
 
 
 

Modified: uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/MARKUP.java
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/MARKUP.java?rev=1477072&r1=1477071&r2=1477072&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/MARKUP.java (original)
+++ uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/MARKUP.java Mon Apr 29 13:47:22 2013
@@ -1,7 +1,7 @@
 
 
 /* First created by JCasGen Tue Aug 09 16:26:13 CEST 2011 */
-package org.apache.uima.textmarker.type;
+package org.apache.uima.ruta.type;
 
 import org.apache.uima.jcas.JCas;
 import org.apache.uima.jcas.JCasRegistry;
@@ -11,7 +11,7 @@ import org.apache.uima.jcas.cas.TOP_Type
 
 /** 
  * Updated by JCasGen Wed Jan 11 14:42:26 CET 2012
- * XML source: D:/work/workspace-uima3/uimaj-ep-textmarker-engine/src/main/java/org/apache/uima/textmarker/engine/BasicTypeSystem.xml
+ * XML source: D:/work/workspace-uima3/uimaj-ep-ruta-engine/src/main/java/org/apache/uima/ruta/engine/BasicTypeSystem.xml
  * @generated */
 public class MARKUP extends ALL {
   /** @generated

Modified: uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/MARKUP_Type.java
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/MARKUP_Type.java?rev=1477072&r1=1477071&r2=1477072&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/MARKUP_Type.java (original)
+++ uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/MARKUP_Type.java Mon Apr 29 13:47:22 2013
@@ -1,6 +1,6 @@
 
 /* First created by JCasGen Tue Aug 09 16:26:13 CEST 2011 */
-package org.apache.uima.textmarker.type;
+package org.apache.uima.ruta.type;
 
 import org.apache.uima.cas.FeatureStructure;
 import org.apache.uima.cas.Type;
@@ -36,7 +36,7 @@ public class MARKUP_Type extends ALL_Typ
   public final static int typeIndexID = MARKUP.typeIndexID;
   /** @generated 
      @modifiable */
-  public final static boolean featOkTst = JCasRegistry.getFeatOkTst("org.apache.uima.textmarker.type.MARKUP");
+  public final static boolean featOkTst = JCasRegistry.getFeatOkTst("org.apache.uima.ruta.type.MARKUP");
 
 
 

Modified: uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/NBSP.java
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/NBSP.java?rev=1477072&r1=1477071&r2=1477072&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/NBSP.java (original)
+++ uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/NBSP.java Mon Apr 29 13:47:22 2013
@@ -1,7 +1,7 @@
 
 
 /* First created by JCasGen Tue Aug 09 16:26:13 CEST 2011 */
-package org.apache.uima.textmarker.type;
+package org.apache.uima.ruta.type;
 
 import org.apache.uima.jcas.JCas;
 import org.apache.uima.jcas.JCasRegistry;
@@ -11,7 +11,7 @@ import org.apache.uima.jcas.cas.TOP_Type
 
 /** 
  * Updated by JCasGen Wed Jan 11 14:42:26 CET 2012
- * XML source: D:/work/workspace-uima3/uimaj-ep-textmarker-engine/src/main/java/org/apache/uima/textmarker/engine/BasicTypeSystem.xml
+ * XML source: D:/work/workspace-uima3/uimaj-ep-ruta-engine/src/main/java/org/apache/uima/ruta/engine/BasicTypeSystem.xml
  * @generated */
 public class NBSP extends ANY {
   /** @generated

Modified: uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/NBSP_Type.java
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/NBSP_Type.java?rev=1477072&r1=1477071&r2=1477072&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/NBSP_Type.java (original)
+++ uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/NBSP_Type.java Mon Apr 29 13:47:22 2013
@@ -1,6 +1,6 @@
 
 /* First created by JCasGen Tue Aug 09 16:26:13 CEST 2011 */
-package org.apache.uima.textmarker.type;
+package org.apache.uima.ruta.type;
 
 import org.apache.uima.cas.FeatureStructure;
 import org.apache.uima.cas.Type;
@@ -36,7 +36,7 @@ public class NBSP_Type extends ANY_Type 
   public final static int typeIndexID = NBSP.typeIndexID;
   /** @generated 
      @modifiable */
-  public final static boolean featOkTst = JCasRegistry.getFeatOkTst("org.apache.uima.textmarker.type.NBSP");
+  public final static boolean featOkTst = JCasRegistry.getFeatOkTst("org.apache.uima.ruta.type.NBSP");
 
 
 

Modified: uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/NUM.java
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/NUM.java?rev=1477072&r1=1477071&r2=1477072&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/NUM.java (original)
+++ uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/NUM.java Mon Apr 29 13:47:22 2013
@@ -1,7 +1,7 @@
 
 
 /* First created by JCasGen Tue Aug 09 16:26:13 CEST 2011 */
-package org.apache.uima.textmarker.type;
+package org.apache.uima.ruta.type;
 
 import org.apache.uima.jcas.JCas;
 import org.apache.uima.jcas.JCasRegistry;
@@ -11,7 +11,7 @@ import org.apache.uima.jcas.cas.TOP_Type
 
 /** 
  * Updated by JCasGen Wed Jan 11 14:42:26 CET 2012
- * XML source: D:/work/workspace-uima3/uimaj-ep-textmarker-engine/src/main/java/org/apache/uima/textmarker/engine/BasicTypeSystem.xml
+ * XML source: D:/work/workspace-uima3/uimaj-ep-ruta-engine/src/main/java/org/apache/uima/ruta/engine/BasicTypeSystem.xml
  * @generated */
 public class NUM extends ANY {
   /** @generated

Modified: uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/NUM_Type.java
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/NUM_Type.java?rev=1477072&r1=1477071&r2=1477072&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/NUM_Type.java (original)
+++ uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/NUM_Type.java Mon Apr 29 13:47:22 2013
@@ -1,6 +1,6 @@
 
 /* First created by JCasGen Tue Aug 09 16:26:13 CEST 2011 */
-package org.apache.uima.textmarker.type;
+package org.apache.uima.ruta.type;
 
 import org.apache.uima.cas.FeatureStructure;
 import org.apache.uima.cas.Type;
@@ -36,7 +36,7 @@ public class NUM_Type extends ANY_Type {
   public final static int typeIndexID = NUM.typeIndexID;
   /** @generated 
      @modifiable */
-  public final static boolean featOkTst = JCasRegistry.getFeatOkTst("org.apache.uima.textmarker.type.NUM");
+  public final static boolean featOkTst = JCasRegistry.getFeatOkTst("org.apache.uima.ruta.type.NUM");
 
 
 

Modified: uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/PERIOD.java
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/PERIOD.java?rev=1477072&r1=1477071&r2=1477072&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/PERIOD.java (original)
+++ uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/PERIOD.java Mon Apr 29 13:47:22 2013
@@ -1,7 +1,7 @@
 
 
 /* First created by JCasGen Tue Aug 09 16:26:13 CEST 2011 */
-package org.apache.uima.textmarker.type;
+package org.apache.uima.ruta.type;
 
 import org.apache.uima.jcas.JCas;
 import org.apache.uima.jcas.JCasRegistry;
@@ -11,7 +11,7 @@ import org.apache.uima.jcas.cas.TOP_Type
 
 /** 
  * Updated by JCasGen Wed Jan 11 14:42:26 CET 2012
- * XML source: D:/work/workspace-uima3/uimaj-ep-textmarker-engine/src/main/java/org/apache/uima/textmarker/engine/BasicTypeSystem.xml
+ * XML source: D:/work/workspace-uima3/uimaj-ep-ruta-engine/src/main/java/org/apache/uima/ruta/engine/BasicTypeSystem.xml
  * @generated */
 public class PERIOD extends SENTENCEEND {
   /** @generated

Modified: uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/PERIOD_Type.java
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/PERIOD_Type.java?rev=1477072&r1=1477071&r2=1477072&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/PERIOD_Type.java (original)
+++ uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/PERIOD_Type.java Mon Apr 29 13:47:22 2013
@@ -1,6 +1,6 @@
 
 /* First created by JCasGen Tue Aug 09 16:26:13 CEST 2011 */
-package org.apache.uima.textmarker.type;
+package org.apache.uima.ruta.type;
 
 import org.apache.uima.cas.FeatureStructure;
 import org.apache.uima.cas.Type;
@@ -36,7 +36,7 @@ public class PERIOD_Type extends SENTENC
   public final static int typeIndexID = PERIOD.typeIndexID;
   /** @generated 
      @modifiable */
-  public final static boolean featOkTst = JCasRegistry.getFeatOkTst("org.apache.uima.textmarker.type.PERIOD");
+  public final static boolean featOkTst = JCasRegistry.getFeatOkTst("org.apache.uima.ruta.type.PERIOD");
 
 
 

Modified: uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/PM.java
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/PM.java?rev=1477072&r1=1477071&r2=1477072&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/PM.java (original)
+++ uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/PM.java Mon Apr 29 13:47:22 2013
@@ -1,7 +1,7 @@
 
 
 /* First created by JCasGen Tue Aug 09 16:26:13 CEST 2011 */
-package org.apache.uima.textmarker.type;
+package org.apache.uima.ruta.type;
 
 import org.apache.uima.jcas.JCas;
 import org.apache.uima.jcas.JCasRegistry;
@@ -11,7 +11,7 @@ import org.apache.uima.jcas.cas.TOP_Type
 
 /** 
  * Updated by JCasGen Wed Jan 11 14:42:26 CET 2012
- * XML source: D:/work/workspace-uima3/uimaj-ep-textmarker-engine/src/main/java/org/apache/uima/textmarker/engine/BasicTypeSystem.xml
+ * XML source: D:/work/workspace-uima3/uimaj-ep-ruta-engine/src/main/java/org/apache/uima/ruta/engine/BasicTypeSystem.xml
  * @generated */
 public class PM extends ANY {
   /** @generated

Modified: uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/PM_Type.java
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/PM_Type.java?rev=1477072&r1=1477071&r2=1477072&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/PM_Type.java (original)
+++ uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/PM_Type.java Mon Apr 29 13:47:22 2013
@@ -1,6 +1,6 @@
 
 /* First created by JCasGen Tue Aug 09 16:26:13 CEST 2011 */
-package org.apache.uima.textmarker.type;
+package org.apache.uima.ruta.type;
 
 import org.apache.uima.cas.FeatureStructure;
 import org.apache.uima.cas.Type;
@@ -36,7 +36,7 @@ public class PM_Type extends ANY_Type {
   public final static int typeIndexID = PM.typeIndexID;
   /** @generated 
      @modifiable */
-  public final static boolean featOkTst = JCasRegistry.getFeatOkTst("org.apache.uima.textmarker.type.PM");
+  public final static boolean featOkTst = JCasRegistry.getFeatOkTst("org.apache.uima.ruta.type.PM");
 
 
 

Modified: uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/ProfiledAnnotation.java
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/ProfiledAnnotation.java?rev=1477072&r1=1477071&r2=1477072&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/ProfiledAnnotation.java (original)
+++ uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/ProfiledAnnotation.java Mon Apr 29 13:47:22 2013
@@ -1,7 +1,7 @@
 
 
 /* First created by JCasGen Tue Aug 09 16:26:13 CEST 2011 */
-package org.apache.uima.textmarker.type;
+package org.apache.uima.ruta.type;
 
 import org.apache.uima.jcas.JCas;
 import org.apache.uima.jcas.JCasRegistry;
@@ -11,7 +11,7 @@ import org.apache.uima.jcas.tcas.Annotat
 
 /** 
  * Updated by JCasGen Thu Jul 12 10:42:33 CEST 2012
- * XML source: D:/work/workspace-uima6/uimaj-textmarker/src/main/java/org/apache/uima/textmarker/engine/InternalTypeSystem.xml
+ * XML source: D:/work/workspace-uima6/uimaj-ruta/src/main/java/org/apache/uima/ruta/engine/InternalTypeSystem.xml
  * @generated */
 public class ProfiledAnnotation extends Annotation {
   /** @generated
@@ -65,14 +65,14 @@ public class ProfiledAnnotation extends 
    * @generated */
   public long getTime() {
     if (ProfiledAnnotation_Type.featOkTst && ((ProfiledAnnotation_Type)jcasType).casFeat_time == null)
-      jcasType.jcas.throwFeatMissing("time", "org.apache.uima.textmarker.type.ProfiledAnnotation");
+      jcasType.jcas.throwFeatMissing("time", "org.apache.uima.ruta.type.ProfiledAnnotation");
     return jcasType.ll_cas.ll_getLongValue(addr, ((ProfiledAnnotation_Type)jcasType).casFeatCode_time);}
     
   /** setter for time - sets  
    * @generated */
   public void setTime(long v) {
     if (ProfiledAnnotation_Type.featOkTst && ((ProfiledAnnotation_Type)jcasType).casFeat_time == null)
-      jcasType.jcas.throwFeatMissing("time", "org.apache.uima.textmarker.type.ProfiledAnnotation");
+      jcasType.jcas.throwFeatMissing("time", "org.apache.uima.ruta.type.ProfiledAnnotation");
     jcasType.ll_cas.ll_setLongValue(addr, ((ProfiledAnnotation_Type)jcasType).casFeatCode_time, v);}    
   }
 

Modified: uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/ProfiledAnnotation_Type.java
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/ProfiledAnnotation_Type.java?rev=1477072&r1=1477071&r2=1477072&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/ProfiledAnnotation_Type.java (original)
+++ uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/ProfiledAnnotation_Type.java Mon Apr 29 13:47:22 2013
@@ -1,6 +1,6 @@
 
 /* First created by JCasGen Tue Aug 09 16:26:13 CEST 2011 */
-package org.apache.uima.textmarker.type;
+package org.apache.uima.ruta.type;
 
 import org.apache.uima.cas.Feature;
 import org.apache.uima.cas.FeatureStructure;
@@ -39,7 +39,7 @@ public class ProfiledAnnotation_Type ext
   public final static int typeIndexID = ProfiledAnnotation.typeIndexID;
   /** @generated 
      @modifiable */
-  public final static boolean featOkTst = JCasRegistry.getFeatOkTst("org.apache.uima.textmarker.type.ProfiledAnnotation");
+  public final static boolean featOkTst = JCasRegistry.getFeatOkTst("org.apache.uima.ruta.type.ProfiledAnnotation");
  
   /** @generated */
   final Feature casFeat_time;
@@ -48,13 +48,13 @@ public class ProfiledAnnotation_Type ext
   /** @generated */ 
   public long getTime(int addr) {
         if (featOkTst && casFeat_time == null)
-      jcas.throwFeatMissing("time", "org.apache.uima.textmarker.type.ProfiledAnnotation");
+      jcas.throwFeatMissing("time", "org.apache.uima.ruta.type.ProfiledAnnotation");
     return ll_cas.ll_getLongValue(addr, casFeatCode_time);
   }
   /** @generated */    
   public void setTime(int addr, long v) {
         if (featOkTst && casFeat_time == null)
-      jcas.throwFeatMissing("time", "org.apache.uima.textmarker.type.ProfiledAnnotation");
+      jcas.throwFeatMissing("time", "org.apache.uima.ruta.type.ProfiledAnnotation");
     ll_cas.ll_setLongValue(addr, casFeatCode_time, v);}
     
   

Modified: uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/QUESTION.java
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/QUESTION.java?rev=1477072&r1=1477071&r2=1477072&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/QUESTION.java (original)
+++ uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/QUESTION.java Mon Apr 29 13:47:22 2013
@@ -1,7 +1,7 @@
 
 
 /* First created by JCasGen Tue Aug 09 16:26:13 CEST 2011 */
-package org.apache.uima.textmarker.type;
+package org.apache.uima.ruta.type;
 
 import org.apache.uima.jcas.JCas;
 import org.apache.uima.jcas.JCasRegistry;
@@ -11,7 +11,7 @@ import org.apache.uima.jcas.cas.TOP_Type
 
 /** 
  * Updated by JCasGen Wed Jan 11 14:42:26 CET 2012
- * XML source: D:/work/workspace-uima3/uimaj-ep-textmarker-engine/src/main/java/org/apache/uima/textmarker/engine/BasicTypeSystem.xml
+ * XML source: D:/work/workspace-uima3/uimaj-ep-ruta-engine/src/main/java/org/apache/uima/ruta/engine/BasicTypeSystem.xml
  * @generated */
 public class QUESTION extends SENTENCEEND {
   /** @generated

Modified: uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/QUESTION_Type.java
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/QUESTION_Type.java?rev=1477072&r1=1477071&r2=1477072&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/QUESTION_Type.java (original)
+++ uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/QUESTION_Type.java Mon Apr 29 13:47:22 2013
@@ -1,6 +1,6 @@
 
 /* First created by JCasGen Tue Aug 09 16:26:13 CEST 2011 */
-package org.apache.uima.textmarker.type;
+package org.apache.uima.ruta.type;
 
 import org.apache.uima.cas.FeatureStructure;
 import org.apache.uima.cas.Type;
@@ -36,7 +36,7 @@ public class QUESTION_Type extends SENTE
   public final static int typeIndexID = QUESTION.typeIndexID;
   /** @generated 
      @modifiable */
-  public final static boolean featOkTst = JCasRegistry.getFeatOkTst("org.apache.uima.textmarker.type.QUESTION");
+  public final static boolean featOkTst = JCasRegistry.getFeatOkTst("org.apache.uima.ruta.type.QUESTION");
 
 
 

Modified: uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/SEMICOLON.java
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/SEMICOLON.java?rev=1477072&r1=1477071&r2=1477072&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/SEMICOLON.java (original)
+++ uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/SEMICOLON.java Mon Apr 29 13:47:22 2013
@@ -1,7 +1,7 @@
 
 
 /* First created by JCasGen Tue Aug 09 16:26:13 CEST 2011 */
-package org.apache.uima.textmarker.type;
+package org.apache.uima.ruta.type;
 
 import org.apache.uima.jcas.JCas;
 import org.apache.uima.jcas.JCasRegistry;
@@ -11,7 +11,7 @@ import org.apache.uima.jcas.cas.TOP_Type
 
 /** 
  * Updated by JCasGen Wed Jan 11 14:42:26 CET 2012
- * XML source: D:/work/workspace-uima3/uimaj-ep-textmarker-engine/src/main/java/org/apache/uima/textmarker/engine/BasicTypeSystem.xml
+ * XML source: D:/work/workspace-uima3/uimaj-ep-ruta-engine/src/main/java/org/apache/uima/ruta/engine/BasicTypeSystem.xml
  * @generated */
 public class SEMICOLON extends PM {
   /** @generated

Modified: uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/SEMICOLON_Type.java
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/SEMICOLON_Type.java?rev=1477072&r1=1477071&r2=1477072&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/SEMICOLON_Type.java (original)
+++ uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/SEMICOLON_Type.java Mon Apr 29 13:47:22 2013
@@ -1,6 +1,6 @@
 
 /* First created by JCasGen Tue Aug 09 16:26:13 CEST 2011 */
-package org.apache.uima.textmarker.type;
+package org.apache.uima.ruta.type;
 
 import org.apache.uima.cas.FeatureStructure;
 import org.apache.uima.cas.Type;
@@ -36,7 +36,7 @@ public class SEMICOLON_Type extends PM_T
   public final static int typeIndexID = SEMICOLON.typeIndexID;
   /** @generated 
      @modifiable */
-  public final static boolean featOkTst = JCasRegistry.getFeatOkTst("org.apache.uima.textmarker.type.SEMICOLON");
+  public final static boolean featOkTst = JCasRegistry.getFeatOkTst("org.apache.uima.ruta.type.SEMICOLON");
 
 
 

Modified: uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/SENTENCEEND.java
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/SENTENCEEND.java?rev=1477072&r1=1477071&r2=1477072&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/SENTENCEEND.java (original)
+++ uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/SENTENCEEND.java Mon Apr 29 13:47:22 2013
@@ -1,7 +1,7 @@
 
 
 /* First created by JCasGen Tue Aug 09 16:26:13 CEST 2011 */
-package org.apache.uima.textmarker.type;
+package org.apache.uima.ruta.type;
 
 import org.apache.uima.jcas.JCas;
 import org.apache.uima.jcas.JCasRegistry;
@@ -11,7 +11,7 @@ import org.apache.uima.jcas.cas.TOP_Type
 
 /** 
  * Updated by JCasGen Wed Jan 11 14:42:26 CET 2012
- * XML source: D:/work/workspace-uima3/uimaj-ep-textmarker-engine/src/main/java/org/apache/uima/textmarker/engine/BasicTypeSystem.xml
+ * XML source: D:/work/workspace-uima3/uimaj-ep-ruta-engine/src/main/java/org/apache/uima/ruta/engine/BasicTypeSystem.xml
  * @generated */
 public class SENTENCEEND extends PM {
   /** @generated

Modified: uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/SENTENCEEND_Type.java
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/SENTENCEEND_Type.java?rev=1477072&r1=1477071&r2=1477072&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/SENTENCEEND_Type.java (original)
+++ uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/SENTENCEEND_Type.java Mon Apr 29 13:47:22 2013
@@ -1,6 +1,6 @@
 
 /* First created by JCasGen Tue Aug 09 16:26:13 CEST 2011 */
-package org.apache.uima.textmarker.type;
+package org.apache.uima.ruta.type;
 
 import org.apache.uima.cas.FeatureStructure;
 import org.apache.uima.cas.Type;
@@ -36,7 +36,7 @@ public class SENTENCEEND_Type extends PM
   public final static int typeIndexID = SENTENCEEND.typeIndexID;
   /** @generated 
      @modifiable */
-  public final static boolean featOkTst = JCasRegistry.getFeatOkTst("org.apache.uima.textmarker.type.SENTENCEEND");
+  public final static boolean featOkTst = JCasRegistry.getFeatOkTst("org.apache.uima.ruta.type.SENTENCEEND");
 
 
 

Modified: uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/SPACE.java
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/SPACE.java?rev=1477072&r1=1477071&r2=1477072&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/SPACE.java (original)
+++ uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/SPACE.java Mon Apr 29 13:47:22 2013
@@ -1,7 +1,7 @@
 
 
 /* First created by JCasGen Tue Aug 09 16:26:13 CEST 2011 */
-package org.apache.uima.textmarker.type;
+package org.apache.uima.ruta.type;
 
 import org.apache.uima.jcas.JCas;
 import org.apache.uima.jcas.JCasRegistry;
@@ -11,7 +11,7 @@ import org.apache.uima.jcas.cas.TOP_Type
 
 /** 
  * Updated by JCasGen Wed Jan 11 14:42:26 CET 2012
- * XML source: D:/work/workspace-uima3/uimaj-ep-textmarker-engine/src/main/java/org/apache/uima/textmarker/engine/BasicTypeSystem.xml
+ * XML source: D:/work/workspace-uima3/uimaj-ep-ruta-engine/src/main/java/org/apache/uima/ruta/engine/BasicTypeSystem.xml
  * @generated */
 public class SPACE extends WS {
   /** @generated

Modified: uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/SPACE_Type.java
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/SPACE_Type.java?rev=1477072&r1=1477071&r2=1477072&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/SPACE_Type.java (original)
+++ uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/SPACE_Type.java Mon Apr 29 13:47:22 2013
@@ -1,6 +1,6 @@
 
 /* First created by JCasGen Tue Aug 09 16:26:13 CEST 2011 */
-package org.apache.uima.textmarker.type;
+package org.apache.uima.ruta.type;
 
 import org.apache.uima.cas.FeatureStructure;
 import org.apache.uima.cas.Type;
@@ -36,7 +36,7 @@ public class SPACE_Type extends WS_Type 
   public final static int typeIndexID = SPACE.typeIndexID;
   /** @generated 
      @modifiable */
-  public final static boolean featOkTst = JCasRegistry.getFeatOkTst("org.apache.uima.textmarker.type.SPACE");
+  public final static boolean featOkTst = JCasRegistry.getFeatOkTst("org.apache.uima.ruta.type.SPACE");
 
 
 

Modified: uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/SPECIAL.java
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/SPECIAL.java?rev=1477072&r1=1477071&r2=1477072&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/SPECIAL.java (original)
+++ uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/SPECIAL.java Mon Apr 29 13:47:22 2013
@@ -1,7 +1,7 @@
 
 
 /* First created by JCasGen Tue Aug 09 16:26:13 CEST 2011 */
-package org.apache.uima.textmarker.type;
+package org.apache.uima.ruta.type;
 
 import org.apache.uima.jcas.JCas;
 import org.apache.uima.jcas.JCasRegistry;
@@ -11,7 +11,7 @@ import org.apache.uima.jcas.cas.TOP_Type
 
 /** 
  * Updated by JCasGen Wed Jan 11 14:42:26 CET 2012
- * XML source: D:/work/workspace-uima3/uimaj-ep-textmarker-engine/src/main/java/org/apache/uima/textmarker/engine/BasicTypeSystem.xml
+ * XML source: D:/work/workspace-uima3/uimaj-ep-ruta-engine/src/main/java/org/apache/uima/ruta/engine/BasicTypeSystem.xml
  * @generated */
 public class SPECIAL extends ANY {
   /** @generated

Modified: uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/SPECIAL_Type.java
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/SPECIAL_Type.java?rev=1477072&r1=1477071&r2=1477072&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/SPECIAL_Type.java (original)
+++ uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/SPECIAL_Type.java Mon Apr 29 13:47:22 2013
@@ -1,6 +1,6 @@
 
 /* First created by JCasGen Tue Aug 09 16:26:13 CEST 2011 */
-package org.apache.uima.textmarker.type;
+package org.apache.uima.ruta.type;
 
 import org.apache.uima.cas.FeatureStructure;
 import org.apache.uima.cas.Type;
@@ -36,7 +36,7 @@ public class SPECIAL_Type extends ANY_Ty
   public final static int typeIndexID = SPECIAL.typeIndexID;
   /** @generated 
      @modifiable */
-  public final static boolean featOkTst = JCasRegistry.getFeatOkTst("org.apache.uima.textmarker.type.SPECIAL");
+  public final static boolean featOkTst = JCasRegistry.getFeatOkTst("org.apache.uima.ruta.type.SPECIAL");
 
 
 

Modified: uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/SW.java
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/SW.java?rev=1477072&r1=1477071&r2=1477072&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/SW.java (original)
+++ uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/SW.java Mon Apr 29 13:47:22 2013
@@ -1,7 +1,7 @@
 
 
 /* First created by JCasGen Tue Aug 09 16:26:13 CEST 2011 */
-package org.apache.uima.textmarker.type;
+package org.apache.uima.ruta.type;
 
 import org.apache.uima.jcas.JCas;
 import org.apache.uima.jcas.JCasRegistry;
@@ -11,7 +11,7 @@ import org.apache.uima.jcas.cas.TOP_Type
 
 /** 
  * Updated by JCasGen Wed Jan 11 14:42:26 CET 2012
- * XML source: D:/work/workspace-uima3/uimaj-ep-textmarker-engine/src/main/java/org/apache/uima/textmarker/engine/BasicTypeSystem.xml
+ * XML source: D:/work/workspace-uima3/uimaj-ep-ruta-engine/src/main/java/org/apache/uima/ruta/engine/BasicTypeSystem.xml
  * @generated */
 public class SW extends W {
   /** @generated

Modified: uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/SW_Type.java
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/SW_Type.java?rev=1477072&r1=1477071&r2=1477072&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/SW_Type.java (original)
+++ uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/SW_Type.java Mon Apr 29 13:47:22 2013
@@ -1,6 +1,6 @@
 
 /* First created by JCasGen Tue Aug 09 16:26:13 CEST 2011 */
-package org.apache.uima.textmarker.type;
+package org.apache.uima.ruta.type;
 
 import org.apache.uima.cas.FeatureStructure;
 import org.apache.uima.cas.Type;
@@ -36,7 +36,7 @@ public class SW_Type extends W_Type {
   public final static int typeIndexID = SW.typeIndexID;
   /** @generated 
      @modifiable */
-  public final static boolean featOkTst = JCasRegistry.getFeatOkTst("org.apache.uima.textmarker.type.SW");
+  public final static boolean featOkTst = JCasRegistry.getFeatOkTst("org.apache.uima.ruta.type.SW");
 
 
 

Modified: uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/Statistics.java
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/Statistics.java?rev=1477072&r1=1477071&r2=1477072&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/Statistics.java (original)
+++ uima/sandbox/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/type/Statistics.java Mon Apr 29 13:47:22 2013
@@ -1,7 +1,7 @@
 
 
 /* First created by JCasGen Tue Aug 09 16:26:13 CEST 2011 */
-package org.apache.uima.textmarker.type;
+package org.apache.uima.ruta.type;
 
 import org.apache.uima.jcas.JCas;
 import org.apache.uima.jcas.JCasRegistry;
@@ -14,7 +14,7 @@ import org.apache.uima.jcas.cas.TOP_Type
 
 /** 
  * Updated by JCasGen Thu Jul 12 10:42:33 CEST 2012
- * XML source: D:/work/workspace-uima6/uimaj-textmarker/src/main/java/org/apache/uima/textmarker/engine/InternalTypeSystem.xml
+ * XML source: D:/work/workspace-uima6/uimaj-ruta/src/main/java/org/apache/uima/ruta/engine/InternalTypeSystem.xml
  * @generated */
 public class Statistics extends TOP {
   /** @generated
@@ -60,21 +60,21 @@ public class Statistics extends TOP {
    * @generated */
   public StringArray getName() {
     if (Statistics_Type.featOkTst && ((Statistics_Type)jcasType).casFeat_name == null)
-      jcasType.jcas.throwFeatMissing("name", "org.apache.uima.textmarker.type.Statistics");
+      jcasType.jcas.throwFeatMissing("name", "org.apache.uima.ruta.type.Statistics");
     return (StringArray)(jcasType.ll_cas.ll_getFSForRef(jcasType.ll_cas.ll_getRefValue(addr, ((Statistics_Type)jcasType).casFeatCode_name)));}
     
   /** setter for name - sets  
    * @generated */
   public void setName(StringArray v) {
     if (Statistics_Type.featOkTst && ((Statistics_Type)jcasType).casFeat_name == null)
-      jcasType.jcas.throwFeatMissing("name", "org.apache.uima.textmarker.type.Statistics");
+      jcasType.jcas.throwFeatMissing("name", "org.apache.uima.ruta.type.Statistics");
     jcasType.ll_cas.ll_setRefValue(addr, ((Statistics_Type)jcasType).casFeatCode_name, jcasType.ll_cas.ll_getFSRef(v));}    
     
   /** indexed getter for name - gets an indexed value - 
    * @generated */
   public String getName(int i) {
     if (Statistics_Type.featOkTst && ((Statistics_Type)jcasType).casFeat_name == null)
-      jcasType.jcas.throwFeatMissing("name", "org.apache.uima.textmarker.type.Statistics");
+      jcasType.jcas.throwFeatMissing("name", "org.apache.uima.ruta.type.Statistics");
     jcasType.jcas.checkArrayBounds(jcasType.ll_cas.ll_getRefValue(addr, ((Statistics_Type)jcasType).casFeatCode_name), i);
     return jcasType.ll_cas.ll_getStringArrayValue(jcasType.ll_cas.ll_getRefValue(addr, ((Statistics_Type)jcasType).casFeatCode_name), i);}
 
@@ -82,7 +82,7 @@ public class Statistics extends TOP {
    * @generated */
   public void setName(int i, String v) { 
     if (Statistics_Type.featOkTst && ((Statistics_Type)jcasType).casFeat_name == null)
-      jcasType.jcas.throwFeatMissing("name", "org.apache.uima.textmarker.type.Statistics");
+      jcasType.jcas.throwFeatMissing("name", "org.apache.uima.ruta.type.Statistics");
     jcasType.jcas.checkArrayBounds(jcasType.ll_cas.ll_getRefValue(addr, ((Statistics_Type)jcasType).casFeatCode_name), i);
     jcasType.ll_cas.ll_setStringArrayValue(jcasType.ll_cas.ll_getRefValue(addr, ((Statistics_Type)jcasType).casFeatCode_name), i, v);}
    
@@ -94,21 +94,21 @@ public class Statistics extends TOP {
    * @generated */
   public DoubleArray getTotal() {
     if (Statistics_Type.featOkTst && ((Statistics_Type)jcasType).casFeat_total == null)
-      jcasType.jcas.throwFeatMissing("total", "org.apache.uima.textmarker.type.Statistics");
+      jcasType.jcas.throwFeatMissing("total", "org.apache.uima.ruta.type.Statistics");
     return (DoubleArray)(jcasType.ll_cas.ll_getFSForRef(jcasType.ll_cas.ll_getRefValue(addr, ((Statistics_Type)jcasType).casFeatCode_total)));}
     
   /** setter for total - sets  
    * @generated */
   public void setTotal(DoubleArray v) {
     if (Statistics_Type.featOkTst && ((Statistics_Type)jcasType).casFeat_total == null)
-      jcasType.jcas.throwFeatMissing("total", "org.apache.uima.textmarker.type.Statistics");
+      jcasType.jcas.throwFeatMissing("total", "org.apache.uima.ruta.type.Statistics");
     jcasType.ll_cas.ll_setRefValue(addr, ((Statistics_Type)jcasType).casFeatCode_total, jcasType.ll_cas.ll_getFSRef(v));}    
     
   /** indexed getter for total - gets an indexed value - 
    * @generated */
   public double getTotal(int i) {
     if (Statistics_Type.featOkTst && ((Statistics_Type)jcasType).casFeat_total == null)
-      jcasType.jcas.throwFeatMissing("total", "org.apache.uima.textmarker.type.Statistics");
+      jcasType.jcas.throwFeatMissing("total", "org.apache.uima.ruta.type.Statistics");
     jcasType.jcas.checkArrayBounds(jcasType.ll_cas.ll_getRefValue(addr, ((Statistics_Type)jcasType).casFeatCode_total), i);
     return jcasType.ll_cas.ll_getDoubleArrayValue(jcasType.ll_cas.ll_getRefValue(addr, ((Statistics_Type)jcasType).casFeatCode_total), i);}
 
@@ -116,7 +116,7 @@ public class Statistics extends TOP {
    * @generated */
   public void setTotal(int i, double v) { 
     if (Statistics_Type.featOkTst && ((Statistics_Type)jcasType).casFeat_total == null)
-      jcasType.jcas.throwFeatMissing("total", "org.apache.uima.textmarker.type.Statistics");
+      jcasType.jcas.throwFeatMissing("total", "org.apache.uima.ruta.type.Statistics");
     jcasType.jcas.checkArrayBounds(jcasType.ll_cas.ll_getRefValue(addr, ((Statistics_Type)jcasType).casFeatCode_total), i);
     jcasType.ll_cas.ll_setDoubleArrayValue(jcasType.ll_cas.ll_getRefValue(addr, ((Statistics_Type)jcasType).casFeatCode_total), i, v);}
    
@@ -128,21 +128,21 @@ public class Statistics extends TOP {
    * @generated */
   public IntegerArray getAmount() {
     if (Statistics_Type.featOkTst && ((Statistics_Type)jcasType).casFeat_amount == null)
-      jcasType.jcas.throwFeatMissing("amount", "org.apache.uima.textmarker.type.Statistics");
+      jcasType.jcas.throwFeatMissing("amount", "org.apache.uima.ruta.type.Statistics");
     return (IntegerArray)(jcasType.ll_cas.ll_getFSForRef(jcasType.ll_cas.ll_getRefValue(addr, ((Statistics_Type)jcasType).casFeatCode_amount)));}
     
   /** setter for amount - sets  
    * @generated */
   public void setAmount(IntegerArray v) {
     if (Statistics_Type.featOkTst && ((Statistics_Type)jcasType).casFeat_amount == null)
-      jcasType.jcas.throwFeatMissing("amount", "org.apache.uima.textmarker.type.Statistics");
+      jcasType.jcas.throwFeatMissing("amount", "org.apache.uima.ruta.type.Statistics");
     jcasType.ll_cas.ll_setRefValue(addr, ((Statistics_Type)jcasType).casFeatCode_amount, jcasType.ll_cas.ll_getFSRef(v));}    
     
   /** indexed getter for amount - gets an indexed value - 
    * @generated */
   public int getAmount(int i) {
     if (Statistics_Type.featOkTst && ((Statistics_Type)jcasType).casFeat_amount == null)
-      jcasType.jcas.throwFeatMissing("amount", "org.apache.uima.textmarker.type.Statistics");
+      jcasType.jcas.throwFeatMissing("amount", "org.apache.uima.ruta.type.Statistics");
     jcasType.jcas.checkArrayBounds(jcasType.ll_cas.ll_getRefValue(addr, ((Statistics_Type)jcasType).casFeatCode_amount), i);
     return jcasType.ll_cas.ll_getIntArrayValue(jcasType.ll_cas.ll_getRefValue(addr, ((Statistics_Type)jcasType).casFeatCode_amount), i);}
 
@@ -150,7 +150,7 @@ public class Statistics extends TOP {
    * @generated */
   public void setAmount(int i, int v) { 
     if (Statistics_Type.featOkTst && ((Statistics_Type)jcasType).casFeat_amount == null)
-      jcasType.jcas.throwFeatMissing("amount", "org.apache.uima.textmarker.type.Statistics");
+      jcasType.jcas.throwFeatMissing("amount", "org.apache.uima.ruta.type.Statistics");
     jcasType.jcas.checkArrayBounds(jcasType.ll_cas.ll_getRefValue(addr, ((Statistics_Type)jcasType).casFeatCode_amount), i);
     jcasType.ll_cas.ll_setIntArrayValue(jcasType.ll_cas.ll_getRefValue(addr, ((Statistics_Type)jcasType).casFeatCode_amount), i, v);}
    
@@ -162,21 +162,21 @@ public class Statistics extends TOP {
    * @generated */
   public DoubleArray getPart() {
     if (Statistics_Type.featOkTst && ((Statistics_Type)jcasType).casFeat_part == null)
-      jcasType.jcas.throwFeatMissing("part", "org.apache.uima.textmarker.type.Statistics");
+      jcasType.jcas.throwFeatMissing("part", "org.apache.uima.ruta.type.Statistics");
     return (DoubleArray)(jcasType.ll_cas.ll_getFSForRef(jcasType.ll_cas.ll_getRefValue(addr, ((Statistics_Type)jcasType).casFeatCode_part)));}
     
   /** setter for part - sets  
    * @generated */
   public void setPart(DoubleArray v) {
     if (Statistics_Type.featOkTst && ((Statistics_Type)jcasType).casFeat_part == null)
-      jcasType.jcas.throwFeatMissing("part", "org.apache.uima.textmarker.type.Statistics");
+      jcasType.jcas.throwFeatMissing("part", "org.apache.uima.ruta.type.Statistics");
     jcasType.ll_cas.ll_setRefValue(addr, ((Statistics_Type)jcasType).casFeatCode_part, jcasType.ll_cas.ll_getFSRef(v));}    
     
   /** indexed getter for part - gets an indexed value - 
    * @generated */
   public double getPart(int i) {
     if (Statistics_Type.featOkTst && ((Statistics_Type)jcasType).casFeat_part == null)
-      jcasType.jcas.throwFeatMissing("part", "org.apache.uima.textmarker.type.Statistics");
+      jcasType.jcas.throwFeatMissing("part", "org.apache.uima.ruta.type.Statistics");
     jcasType.jcas.checkArrayBounds(jcasType.ll_cas.ll_getRefValue(addr, ((Statistics_Type)jcasType).casFeatCode_part), i);
     return jcasType.ll_cas.ll_getDoubleArrayValue(jcasType.ll_cas.ll_getRefValue(addr, ((Statistics_Type)jcasType).casFeatCode_part), i);}
 
@@ -184,7 +184,7 @@ public class Statistics extends TOP {
    * @generated */
   public void setPart(int i, double v) { 
     if (Statistics_Type.featOkTst && ((Statistics_Type)jcasType).casFeat_part == null)
-      jcasType.jcas.throwFeatMissing("part", "org.apache.uima.textmarker.type.Statistics");
+      jcasType.jcas.throwFeatMissing("part", "org.apache.uima.ruta.type.Statistics");
     jcasType.jcas.checkArrayBounds(jcasType.ll_cas.ll_getRefValue(addr, ((Statistics_Type)jcasType).casFeatCode_part), i);
     jcasType.ll_cas.ll_setDoubleArrayValue(jcasType.ll_cas.ll_getRefValue(addr, ((Statistics_Type)jcasType).casFeatCode_part), i, v);}
   }