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

svn commit: r490757 [2/2] - in /incubator/uima/uimaj/trunk/uimaj-examples/src/main: java/org/apache/uima/examples/casMultiplier/ opennlp_wrappers/src/org/apache/uima/examples/opennlp/ opennlp_wrappers/src/org/apache/uima/examples/opennlp/annotator/

Modified: incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/SQ_Type.java
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/SQ_Type.java?view=diff&rev=490757&r1=490756&r2=490757
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/SQ_Type.java (original)
+++ incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/SQ_Type.java Thu Dec 28 08:36:02 2006
@@ -19,12 +19,13 @@
 
 package org.apache.uima.examples.opennlp;
 
-import org.apache.uima.jcas.impl.JCas;
+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.FeatureStructure;
 import org.apache.uima.cas.impl.TypeImpl;
-import org.apache.uima.cas.Type;
+import org.apache.uima.jcas.JCas;
+import org.apache.uima.jcas.impl.JCasImpl;
 
 /**
  * Inverted yes/no question, or main clause of a wh-question, following the wh-phrase in SBARQ.
@@ -62,7 +63,7 @@
    * @generated
    * @modifiable
    */
-  public final static boolean featOkTst = JCas.getFeatOkTst("org.apache.uima.examples.opennlp.SQ");
+  public final static boolean featOkTst = JCasImpl.getFeatOkTst("org.apache.uima.examples.opennlp.SQ");
 
   /**
    * initialize variables to correspond with Cas Type and Features

Modified: incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/S_Type.java
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/S_Type.java?view=diff&rev=490757&r1=490756&r2=490757
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/S_Type.java (original)
+++ incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/S_Type.java Thu Dec 28 08:36:02 2006
@@ -19,12 +19,13 @@
 
 package org.apache.uima.examples.opennlp;
 
-import org.apache.uima.jcas.impl.JCas;
+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.FeatureStructure;
 import org.apache.uima.cas.impl.TypeImpl;
-import org.apache.uima.cas.Type;
+import org.apache.uima.jcas.JCas;
+import org.apache.uima.jcas.impl.JCasImpl;
 
 /**
  * Simple declarative clause, i.e. one that is not introduced by a (possible empty) subordinating
@@ -63,7 +64,7 @@
    * @generated
    * @modifiable
    */
-  public final static boolean featOkTst = JCas.getFeatOkTst("org.apache.uima.examples.opennlp.S");
+  public final static boolean featOkTst = JCasImpl.getFeatOkTst("org.apache.uima.examples.opennlp.S");
 
   /**
    * initialize variables to correspond with Cas Type and Features

Modified: incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/Sentence.java
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/Sentence.java?view=diff&rev=490757&r1=490756&r2=490757
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/Sentence.java (original)
+++ incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/Sentence.java Thu Dec 28 08:36:02 2006
@@ -19,9 +19,9 @@
 
 package org.apache.uima.examples.opennlp;
 
-import org.apache.uima.jcas.impl.JCas;
+import org.apache.uima.jcas.JCas;
 import org.apache.uima.jcas.cas.TOP_Type;
-
+import org.apache.uima.jcas.impl.JCasImpl;
 import org.apache.uima.jcas.tcas.Annotation;
 
 /**
@@ -35,7 +35,7 @@
    * @generated
    * @ordered
    */
-  public final static int typeIndexID = JCas.getNextIndex();
+  public final static int typeIndexID = JCasImpl.getNextIndex();
 
   /**
    * @generated
@@ -97,7 +97,7 @@
    */
   public String getComponentId() {
     if (Sentence_Type.featOkTst && ((Sentence_Type) jcasType).casFeat_componentId == null)
-      JCas.throwFeatMissing("componentId", "org.apache.uima.examples.opennlp.Sentence");
+      JCasImpl.throwFeatMissing("componentId", "org.apache.uima.examples.opennlp.Sentence");
     return jcasType.ll_cas.ll_getStringValue(addr,
             ((Sentence_Type) jcasType).casFeatCode_componentId);
   }
@@ -109,7 +109,7 @@
    */
   public void setComponentId(String v) {
     if (Sentence_Type.featOkTst && ((Sentence_Type) jcasType).casFeat_componentId == null)
-      JCas.throwFeatMissing("componentId", "org.apache.uima.examples.opennlp.Sentence");
+      JCasImpl.throwFeatMissing("componentId", "org.apache.uima.examples.opennlp.Sentence");
     jcasType.ll_cas.ll_setStringValue(addr, ((Sentence_Type) jcasType).casFeatCode_componentId, v);
   }
 }

Modified: incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/Sentence_Type.java
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/Sentence_Type.java?view=diff&rev=490757&r1=490756&r2=490757
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/Sentence_Type.java (original)
+++ incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/Sentence_Type.java Thu Dec 28 08:36:02 2006
@@ -19,14 +19,15 @@
 
 package org.apache.uima.examples.opennlp;
 
-import org.apache.uima.jcas.impl.JCas;
-import org.apache.uima.cas.impl.CASImpl;
-import org.apache.uima.cas.impl.FSGenerator;
+import org.apache.uima.cas.Feature;
 import org.apache.uima.cas.FeatureStructure;
-import org.apache.uima.cas.impl.TypeImpl;
 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.Feature;
+import org.apache.uima.cas.impl.TypeImpl;
+import org.apache.uima.jcas.JCas;
+import org.apache.uima.jcas.impl.JCasImpl;
 import org.apache.uima.jcas.tcas.Annotation_Type;
 
 /**
@@ -64,7 +65,7 @@
    * @generated
    * @modifiable
    */
-  public final static boolean featOkTst = JCas
+  public final static boolean featOkTst = JCasImpl
           .getFeatOkTst("org.apache.uima.examples.opennlp.Sentence");
 
   /** @generated */
@@ -76,14 +77,14 @@
   /** @generated */
   public String getComponentId(int addr) {
     if (featOkTst && casFeat_componentId == null)
-      JCas.throwFeatMissing("componentId", "org.apache.uima.examples.opennlp.Sentence");
+      JCasImpl.throwFeatMissing("componentId", "org.apache.uima.examples.opennlp.Sentence");
     return ll_cas.ll_getStringValue(addr, casFeatCode_componentId);
   }
 
   /** @generated */
   public void setComponentId(int addr, String v) {
     if (featOkTst && casFeat_componentId == null)
-      JCas.throwFeatMissing("componentId", "org.apache.uima.examples.opennlp.Sentence");
+      JCasImpl.throwFeatMissing("componentId", "org.apache.uima.examples.opennlp.Sentence");
     ll_cas.ll_setStringValue(addr, casFeatCode_componentId, v);
   }
 

Modified: incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/SyntaxAnnotation.java
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/SyntaxAnnotation.java?view=diff&rev=490757&r1=490756&r2=490757
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/SyntaxAnnotation.java (original)
+++ incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/SyntaxAnnotation.java Thu Dec 28 08:36:02 2006
@@ -19,9 +19,9 @@
 
 package org.apache.uima.examples.opennlp;
 
-import org.apache.uima.jcas.impl.JCas;
+import org.apache.uima.jcas.JCas;
 import org.apache.uima.jcas.cas.TOP_Type;
-
+import org.apache.uima.jcas.impl.JCasImpl;
 import org.apache.uima.jcas.tcas.Annotation;
 
 /**
@@ -36,7 +36,7 @@
    * @generated
    * @ordered
    */
-  public final static int typeIndexID = JCas.getNextIndex();
+  public final static int typeIndexID = JCasImpl.getNextIndex();
 
   /**
    * @generated
@@ -99,7 +99,7 @@
   public String getComponentId() {
     if (SyntaxAnnotation_Type.featOkTst
             && ((SyntaxAnnotation_Type) jcasType).casFeat_componentId == null)
-      JCas.throwFeatMissing("componentId", "org.apache.uima.examples.opennlp.SyntaxAnnotation");
+      JCasImpl.throwFeatMissing("componentId", "org.apache.uima.examples.opennlp.SyntaxAnnotation");
     return jcasType.ll_cas.ll_getStringValue(addr,
             ((SyntaxAnnotation_Type) jcasType).casFeatCode_componentId);
   }
@@ -112,7 +112,7 @@
   public void setComponentId(String v) {
     if (SyntaxAnnotation_Type.featOkTst
             && ((SyntaxAnnotation_Type) jcasType).casFeat_componentId == null)
-      JCas.throwFeatMissing("componentId", "org.apache.uima.examples.opennlp.SyntaxAnnotation");
+      JCasImpl.throwFeatMissing("componentId", "org.apache.uima.examples.opennlp.SyntaxAnnotation");
     jcasType.ll_cas.ll_setStringValue(addr,
             ((SyntaxAnnotation_Type) jcasType).casFeatCode_componentId, v);
   }

Modified: incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/SyntaxAnnotation_Type.java
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/SyntaxAnnotation_Type.java?view=diff&rev=490757&r1=490756&r2=490757
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/SyntaxAnnotation_Type.java (original)
+++ incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/SyntaxAnnotation_Type.java Thu Dec 28 08:36:02 2006
@@ -19,14 +19,15 @@
 
 package org.apache.uima.examples.opennlp;
 
-import org.apache.uima.jcas.impl.JCas;
-import org.apache.uima.cas.impl.CASImpl;
-import org.apache.uima.cas.impl.FSGenerator;
+import org.apache.uima.cas.Feature;
 import org.apache.uima.cas.FeatureStructure;
-import org.apache.uima.cas.impl.TypeImpl;
 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.Feature;
+import org.apache.uima.cas.impl.TypeImpl;
+import org.apache.uima.jcas.JCas;
+import org.apache.uima.jcas.impl.JCasImpl;
 import org.apache.uima.jcas.tcas.Annotation_Type;
 
 /**
@@ -64,7 +65,7 @@
    * @generated
    * @modifiable
    */
-  public final static boolean featOkTst = JCas
+  public final static boolean featOkTst = JCasImpl
           .getFeatOkTst("org.apache.uima.examples.opennlp.SyntaxAnnotation");
 
   /** @generated */
@@ -76,14 +77,14 @@
   /** @generated */
   public String getComponentId(int addr) {
     if (featOkTst && casFeat_componentId == null)
-      JCas.throwFeatMissing("componentId", "org.apache.uima.examples.opennlp.SyntaxAnnotation");
+      JCasImpl.throwFeatMissing("componentId", "org.apache.uima.examples.opennlp.SyntaxAnnotation");
     return ll_cas.ll_getStringValue(addr, casFeatCode_componentId);
   }
 
   /** @generated */
   public void setComponentId(int addr, String v) {
     if (featOkTst && casFeat_componentId == null)
-      JCas.throwFeatMissing("componentId", "org.apache.uima.examples.opennlp.SyntaxAnnotation");
+      JCasImpl.throwFeatMissing("componentId", "org.apache.uima.examples.opennlp.SyntaxAnnotation");
     ll_cas.ll_setStringValue(addr, casFeatCode_componentId, v);
   }
 

Modified: incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/Time.java
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/Time.java?view=diff&rev=490757&r1=490756&r2=490757
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/Time.java (original)
+++ incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/Time.java Thu Dec 28 08:36:02 2006
@@ -19,8 +19,9 @@
 
 package org.apache.uima.examples.opennlp;
 
-import org.apache.uima.jcas.impl.JCas;
+import org.apache.uima.jcas.JCas;
 import org.apache.uima.jcas.cas.TOP_Type;
+import org.apache.uima.jcas.impl.JCasImpl;
 
 /**
  * Updated by JCasGen Fri Dec 02 14:22:23 EST 2005 XML source:
@@ -33,7 +34,7 @@
    * @generated
    * @ordered
    */
-  public final static int typeIndexID = JCas.getNextIndex();
+  public final static int typeIndexID = JCasImpl.getNextIndex();
 
   /**
    * @generated

Modified: incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/Time_Type.java
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/Time_Type.java?view=diff&rev=490757&r1=490756&r2=490757
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/Time_Type.java (original)
+++ incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/Time_Type.java Thu Dec 28 08:36:02 2006
@@ -19,12 +19,13 @@
 
 package org.apache.uima.examples.opennlp;
 
-import org.apache.uima.jcas.impl.JCas;
+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.FeatureStructure;
 import org.apache.uima.cas.impl.TypeImpl;
-import org.apache.uima.cas.Type;
+import org.apache.uima.jcas.JCas;
+import org.apache.uima.jcas.impl.JCasImpl;
 
 /**
  * Updated by JCasGen Fri Dec 02 14:22:23 EST 2005
@@ -61,7 +62,7 @@
    * @generated
    * @modifiable
    */
-  public final static boolean featOkTst = JCas
+  public final static boolean featOkTst = JCasImpl
           .getFeatOkTst("org.apache.uima.examples.opennlp.Time");
 
   /**

Modified: incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/Token.java
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/Token.java?view=diff&rev=490757&r1=490756&r2=490757
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/Token.java (original)
+++ incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/Token.java Thu Dec 28 08:36:02 2006
@@ -19,9 +19,9 @@
 
 package org.apache.uima.examples.opennlp;
 
-import org.apache.uima.jcas.impl.JCas;
+import org.apache.uima.jcas.JCas;
 import org.apache.uima.jcas.cas.TOP_Type;
-
+import org.apache.uima.jcas.impl.JCasImpl;
 import org.apache.uima.jcas.tcas.Annotation;
 
 /**
@@ -35,7 +35,7 @@
    * @generated
    * @ordered
    */
-  public final static int typeIndexID = JCas.getNextIndex();
+  public final static int typeIndexID = JCasImpl.getNextIndex();
 
   /**
    * @generated
@@ -97,7 +97,7 @@
    */
   public String getPosTag() {
     if (Token_Type.featOkTst && ((Token_Type) jcasType).casFeat_posTag == null)
-      JCas.throwFeatMissing("posTag", "org.apache.uima.examples.opennlp.Token");
+      JCasImpl.throwFeatMissing("posTag", "org.apache.uima.examples.opennlp.Token");
     return jcasType.ll_cas.ll_getStringValue(addr, ((Token_Type) jcasType).casFeatCode_posTag);
   }
 
@@ -108,7 +108,7 @@
    */
   public void setPosTag(String v) {
     if (Token_Type.featOkTst && ((Token_Type) jcasType).casFeat_posTag == null)
-      JCas.throwFeatMissing("posTag", "org.apache.uima.examples.opennlp.Token");
+      JCasImpl.throwFeatMissing("posTag", "org.apache.uima.examples.opennlp.Token");
     jcasType.ll_cas.ll_setStringValue(addr, ((Token_Type) jcasType).casFeatCode_posTag, v);
   }
 
@@ -122,7 +122,7 @@
    */
   public String getComponentId() {
     if (Token_Type.featOkTst && ((Token_Type) jcasType).casFeat_componentId == null)
-      JCas.throwFeatMissing("componentId", "org.apache.uima.examples.opennlp.Token");
+      JCasImpl.throwFeatMissing("componentId", "org.apache.uima.examples.opennlp.Token");
     return jcasType.ll_cas.ll_getStringValue(addr, ((Token_Type) jcasType).casFeatCode_componentId);
   }
 
@@ -133,7 +133,7 @@
    */
   public void setComponentId(String v) {
     if (Token_Type.featOkTst && ((Token_Type) jcasType).casFeat_componentId == null)
-      JCas.throwFeatMissing("componentId", "org.apache.uima.examples.opennlp.Token");
+      JCasImpl.throwFeatMissing("componentId", "org.apache.uima.examples.opennlp.Token");
     jcasType.ll_cas.ll_setStringValue(addr, ((Token_Type) jcasType).casFeatCode_componentId, v);
   }
 }

Modified: incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/Token_Type.java
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/Token_Type.java?view=diff&rev=490757&r1=490756&r2=490757
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/Token_Type.java (original)
+++ incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/Token_Type.java Thu Dec 28 08:36:02 2006
@@ -19,14 +19,15 @@
 
 package org.apache.uima.examples.opennlp;
 
-import org.apache.uima.jcas.impl.JCas;
-import org.apache.uima.cas.impl.CASImpl;
-import org.apache.uima.cas.impl.FSGenerator;
+import org.apache.uima.cas.Feature;
 import org.apache.uima.cas.FeatureStructure;
-import org.apache.uima.cas.impl.TypeImpl;
 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.Feature;
+import org.apache.uima.cas.impl.TypeImpl;
+import org.apache.uima.jcas.JCas;
+import org.apache.uima.jcas.impl.JCasImpl;
 import org.apache.uima.jcas.tcas.Annotation_Type;
 
 /**
@@ -64,7 +65,7 @@
    * @generated
    * @modifiable
    */
-  public final static boolean featOkTst = JCas
+  public final static boolean featOkTst = JCasImpl
           .getFeatOkTst("org.apache.uima.examples.opennlp.Token");
 
   /** @generated */
@@ -76,14 +77,14 @@
   /** @generated */
   public String getPosTag(int addr) {
     if (featOkTst && casFeat_posTag == null)
-      JCas.throwFeatMissing("posTag", "org.apache.uima.examples.opennlp.Token");
+      JCasImpl.throwFeatMissing("posTag", "org.apache.uima.examples.opennlp.Token");
     return ll_cas.ll_getStringValue(addr, casFeatCode_posTag);
   }
 
   /** @generated */
   public void setPosTag(int addr, String v) {
     if (featOkTst && casFeat_posTag == null)
-      JCas.throwFeatMissing("posTag", "org.apache.uima.examples.opennlp.Token");
+      JCasImpl.throwFeatMissing("posTag", "org.apache.uima.examples.opennlp.Token");
     ll_cas.ll_setStringValue(addr, casFeatCode_posTag, v);
   }
 
@@ -96,14 +97,14 @@
   /** @generated */
   public String getComponentId(int addr) {
     if (featOkTst && casFeat_componentId == null)
-      JCas.throwFeatMissing("componentId", "org.apache.uima.examples.opennlp.Token");
+      JCasImpl.throwFeatMissing("componentId", "org.apache.uima.examples.opennlp.Token");
     return ll_cas.ll_getStringValue(addr, casFeatCode_componentId);
   }
 
   /** @generated */
   public void setComponentId(int addr, String v) {
     if (featOkTst && casFeat_componentId == null)
-      JCas.throwFeatMissing("componentId", "org.apache.uima.examples.opennlp.Token");
+      JCasImpl.throwFeatMissing("componentId", "org.apache.uima.examples.opennlp.Token");
     ll_cas.ll_setStringValue(addr, casFeatCode_componentId, v);
   }
 

Modified: incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/UCP.java
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/UCP.java?view=diff&rev=490757&r1=490756&r2=490757
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/UCP.java (original)
+++ incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/UCP.java Thu Dec 28 08:36:02 2006
@@ -19,8 +19,9 @@
 
 package org.apache.uima.examples.opennlp;
 
-import org.apache.uima.jcas.impl.JCas;
+import org.apache.uima.jcas.JCas;
 import org.apache.uima.jcas.cas.TOP_Type;
+import org.apache.uima.jcas.impl.JCasImpl;
 
 /**
  * Unlike Coordinated Phrase. Updated by JCasGen Fri Dec 02 14:22:24 EST 2005 XML source:
@@ -33,7 +34,7 @@
    * @generated
    * @ordered
    */
-  public final static int typeIndexID = JCas.getNextIndex();
+  public final static int typeIndexID = JCasImpl.getNextIndex();
 
   /**
    * @generated

Modified: incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/UCP_Type.java
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/UCP_Type.java?view=diff&rev=490757&r1=490756&r2=490757
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/UCP_Type.java (original)
+++ incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/UCP_Type.java Thu Dec 28 08:36:02 2006
@@ -19,12 +19,13 @@
 
 package org.apache.uima.examples.opennlp;
 
-import org.apache.uima.jcas.impl.JCas;
+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.FeatureStructure;
 import org.apache.uima.cas.impl.TypeImpl;
-import org.apache.uima.cas.Type;
+import org.apache.uima.jcas.JCas;
+import org.apache.uima.jcas.impl.JCasImpl;
 
 /**
  * Unlike Coordinated Phrase. Updated by JCasGen Fri Dec 02 14:22:24 EST 2005
@@ -61,7 +62,7 @@
    * @generated
    * @modifiable
    */
-  public final static boolean featOkTst = JCas.getFeatOkTst("org.apache.uima.examples.opennlp.UCP");
+  public final static boolean featOkTst = JCasImpl.getFeatOkTst("org.apache.uima.examples.opennlp.UCP");
 
   /**
    * initialize variables to correspond with Cas Type and Features

Modified: incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/VP.java
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/VP.java?view=diff&rev=490757&r1=490756&r2=490757
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/VP.java (original)
+++ incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/VP.java Thu Dec 28 08:36:02 2006
@@ -19,8 +19,9 @@
 
 package org.apache.uima.examples.opennlp;
 
-import org.apache.uima.jcas.impl.JCas;
+import org.apache.uima.jcas.JCas;
 import org.apache.uima.jcas.cas.TOP_Type;
+import org.apache.uima.jcas.impl.JCasImpl;
 
 /**
  * Vereb Phrase. Updated by JCasGen Fri Dec 02 14:22:24 EST 2005 XML source:
@@ -33,7 +34,7 @@
    * @generated
    * @ordered
    */
-  public final static int typeIndexID = JCas.getNextIndex();
+  public final static int typeIndexID = JCasImpl.getNextIndex();
 
   /**
    * @generated

Modified: incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/VP_Type.java
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/VP_Type.java?view=diff&rev=490757&r1=490756&r2=490757
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/VP_Type.java (original)
+++ incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/VP_Type.java Thu Dec 28 08:36:02 2006
@@ -19,12 +19,13 @@
 
 package org.apache.uima.examples.opennlp;
 
-import org.apache.uima.jcas.impl.JCas;
+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.FeatureStructure;
 import org.apache.uima.cas.impl.TypeImpl;
-import org.apache.uima.cas.Type;
+import org.apache.uima.jcas.JCas;
+import org.apache.uima.jcas.impl.JCasImpl;
 
 /**
  * Vereb Phrase. Updated by JCasGen Fri Dec 02 14:22:24 EST 2005
@@ -61,7 +62,7 @@
    * @generated
    * @modifiable
    */
-  public final static boolean featOkTst = JCas.getFeatOkTst("org.apache.uima.examples.opennlp.VP");
+  public final static boolean featOkTst = JCasImpl.getFeatOkTst("org.apache.uima.examples.opennlp.VP");
 
   /**
    * initialize variables to correspond with Cas Type and Features

Modified: incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/WHADJP.java
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/WHADJP.java?view=diff&rev=490757&r1=490756&r2=490757
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/WHADJP.java (original)
+++ incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/WHADJP.java Thu Dec 28 08:36:02 2006
@@ -19,8 +19,9 @@
 
 package org.apache.uima.examples.opennlp;
 
-import org.apache.uima.jcas.impl.JCas;
+import org.apache.uima.jcas.JCas;
 import org.apache.uima.jcas.cas.TOP_Type;
+import org.apache.uima.jcas.impl.JCasImpl;
 
 /**
  * Wh-adjective Phrase. Adjectival phrase containing a wh-adverb, as in how hot. Updated by JCasGen
@@ -34,7 +35,7 @@
    * @generated
    * @ordered
    */
-  public final static int typeIndexID = JCas.getNextIndex();
+  public final static int typeIndexID = JCasImpl.getNextIndex();
 
   /**
    * @generated

Modified: incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/WHADJP_Type.java
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/WHADJP_Type.java?view=diff&rev=490757&r1=490756&r2=490757
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/WHADJP_Type.java (original)
+++ incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/WHADJP_Type.java Thu Dec 28 08:36:02 2006
@@ -19,12 +19,13 @@
 
 package org.apache.uima.examples.opennlp;
 
-import org.apache.uima.jcas.impl.JCas;
+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.FeatureStructure;
 import org.apache.uima.cas.impl.TypeImpl;
-import org.apache.uima.cas.Type;
+import org.apache.uima.jcas.JCas;
+import org.apache.uima.jcas.impl.JCasImpl;
 
 /**
  * Wh-adjective Phrase. Adjectival phrase containing a wh-adverb, as in how hot. Updated by JCasGen
@@ -62,7 +63,7 @@
    * @generated
    * @modifiable
    */
-  public final static boolean featOkTst = JCas
+  public final static boolean featOkTst = JCasImpl
           .getFeatOkTst("org.apache.uima.examples.opennlp.WHADJP");
 
   /**

Modified: incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/WHAVP.java
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/WHAVP.java?view=diff&rev=490757&r1=490756&r2=490757
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/WHAVP.java (original)
+++ incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/WHAVP.java Thu Dec 28 08:36:02 2006
@@ -19,8 +19,9 @@
 
 package org.apache.uima.examples.opennlp;
 
-import org.apache.uima.jcas.impl.JCas;
+import org.apache.uima.jcas.JCas;
 import org.apache.uima.jcas.cas.TOP_Type;
+import org.apache.uima.jcas.impl.JCasImpl;
 
 /**
  * Wh-adverb Phrase. Introduces a clause with an NP gap. May be null (containing the 0
@@ -35,7 +36,7 @@
    * @generated
    * @ordered
    */
-  public final static int typeIndexID = JCas.getNextIndex();
+  public final static int typeIndexID = JCasImpl.getNextIndex();
 
   /**
    * @generated

Modified: incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/WHAVP_Type.java
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/WHAVP_Type.java?view=diff&rev=490757&r1=490756&r2=490757
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/WHAVP_Type.java (original)
+++ incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/WHAVP_Type.java Thu Dec 28 08:36:02 2006
@@ -19,12 +19,13 @@
 
 package org.apache.uima.examples.opennlp;
 
-import org.apache.uima.jcas.impl.JCas;
+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.FeatureStructure;
 import org.apache.uima.cas.impl.TypeImpl;
-import org.apache.uima.cas.Type;
+import org.apache.uima.jcas.JCas;
+import org.apache.uima.jcas.impl.JCasImpl;
 
 /**
  * Wh-adverb Phrase. Introduces a clause with an NP gap. May be null (containing the 0
@@ -63,7 +64,7 @@
    * @generated
    * @modifiable
    */
-  public final static boolean featOkTst = JCas
+  public final static boolean featOkTst = JCasImpl
           .getFeatOkTst("org.apache.uima.examples.opennlp.WHAVP");
 
   /**

Modified: incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/WHNP.java
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/WHNP.java?view=diff&rev=490757&r1=490756&r2=490757
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/WHNP.java (original)
+++ incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/WHNP.java Thu Dec 28 08:36:02 2006
@@ -19,8 +19,9 @@
 
 package org.apache.uima.examples.opennlp;
 
-import org.apache.uima.jcas.impl.JCas;
+import org.apache.uima.jcas.JCas;
 import org.apache.uima.jcas.cas.TOP_Type;
+import org.apache.uima.jcas.impl.JCasImpl;
 
 /**
  * Wh-noun Phrase. Introduces a clause with an NP gap. May be null (containing the 0 complementizer)
@@ -35,7 +36,7 @@
    * @generated
    * @ordered
    */
-  public final static int typeIndexID = JCas.getNextIndex();
+  public final static int typeIndexID = JCasImpl.getNextIndex();
 
   /**
    * @generated

Modified: incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/WHNP_Type.java
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/WHNP_Type.java?view=diff&rev=490757&r1=490756&r2=490757
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/WHNP_Type.java (original)
+++ incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/WHNP_Type.java Thu Dec 28 08:36:02 2006
@@ -19,12 +19,13 @@
 
 package org.apache.uima.examples.opennlp;
 
-import org.apache.uima.jcas.impl.JCas;
+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.FeatureStructure;
 import org.apache.uima.cas.impl.TypeImpl;
-import org.apache.uima.cas.Type;
+import org.apache.uima.jcas.JCas;
+import org.apache.uima.jcas.impl.JCasImpl;
 
 /**
  * Wh-noun Phrase. Introduces a clause with an NP gap. May be null (containing the 0 complementizer)
@@ -63,7 +64,7 @@
    * @generated
    * @modifiable
    */
-  public final static boolean featOkTst = JCas
+  public final static boolean featOkTst = JCasImpl
           .getFeatOkTst("org.apache.uima.examples.opennlp.WHNP");
 
   /**

Modified: incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/WHPP.java
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/WHPP.java?view=diff&rev=490757&r1=490756&r2=490757
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/WHPP.java (original)
+++ incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/WHPP.java Thu Dec 28 08:36:02 2006
@@ -19,8 +19,9 @@
 
 package org.apache.uima.examples.opennlp;
 
-import org.apache.uima.jcas.impl.JCas;
+import org.apache.uima.jcas.JCas;
 import org.apache.uima.jcas.cas.TOP_Type;
+import org.apache.uima.jcas.impl.JCasImpl;
 
 /**
  * Wh-prepositional Phrase. Prepositional phrase containing a wh-noun phrase (such as of which or by
@@ -35,7 +36,7 @@
    * @generated
    * @ordered
    */
-  public final static int typeIndexID = JCas.getNextIndex();
+  public final static int typeIndexID = JCasImpl.getNextIndex();
 
   /**
    * @generated

Modified: incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/WHPP_Type.java
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/WHPP_Type.java?view=diff&rev=490757&r1=490756&r2=490757
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/WHPP_Type.java (original)
+++ incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/WHPP_Type.java Thu Dec 28 08:36:02 2006
@@ -19,12 +19,13 @@
 
 package org.apache.uima.examples.opennlp;
 
-import org.apache.uima.jcas.impl.JCas;
+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.FeatureStructure;
 import org.apache.uima.cas.impl.TypeImpl;
-import org.apache.uima.cas.Type;
+import org.apache.uima.jcas.JCas;
+import org.apache.uima.jcas.impl.JCasImpl;
 
 /**
  * Wh-prepositional Phrase. Prepositional phrase containing a wh-noun phrase (such as of which or by
@@ -63,7 +64,7 @@
    * @generated
    * @modifiable
    */
-  public final static boolean featOkTst = JCas
+  public final static boolean featOkTst = JCasImpl
           .getFeatOkTst("org.apache.uima.examples.opennlp.WHPP");
 
   /**

Modified: incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/X.java
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/X.java?view=diff&rev=490757&r1=490756&r2=490757
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/X.java (original)
+++ incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/X.java Thu Dec 28 08:36:02 2006
@@ -19,8 +19,9 @@
 
 package org.apache.uima.examples.opennlp;
 
-import org.apache.uima.jcas.impl.JCas;
+import org.apache.uima.jcas.JCas;
 import org.apache.uima.jcas.cas.TOP_Type;
+import org.apache.uima.jcas.impl.JCasImpl;
 
 /**
  * Unknown, uncertain, or unbracketable. X is often used for bracketing typos and in bracketing
@@ -34,7 +35,7 @@
    * @generated
    * @ordered
    */
-  public final static int typeIndexID = JCas.getNextIndex();
+  public final static int typeIndexID = JCasImpl.getNextIndex();
 
   /**
    * @generated

Modified: incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/X_Type.java
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/X_Type.java?view=diff&rev=490757&r1=490756&r2=490757
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/X_Type.java (original)
+++ incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/X_Type.java Thu Dec 28 08:36:02 2006
@@ -19,12 +19,13 @@
 
 package org.apache.uima.examples.opennlp;
 
-import org.apache.uima.jcas.impl.JCas;
+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.FeatureStructure;
 import org.apache.uima.cas.impl.TypeImpl;
-import org.apache.uima.cas.Type;
+import org.apache.uima.jcas.JCas;
+import org.apache.uima.jcas.impl.JCasImpl;
 
 /**
  * Unknown, uncertain, or unbracketable. X is often used for bracketing typos and in bracketing
@@ -62,7 +63,7 @@
    * @generated
    * @modifiable
    */
-  public final static boolean featOkTst = JCas.getFeatOkTst("org.apache.uima.examples.opennlp.X");
+  public final static boolean featOkTst = JCasImpl.getFeatOkTst("org.apache.uima.examples.opennlp.X");
 
   /**
    * initialize variables to correspond with Cas Type and Features

Modified: incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/annotator/NEDetector.java
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/annotator/NEDetector.java?view=diff&rev=490757&r1=490756&r2=490757
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/annotator/NEDetector.java (original)
+++ incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/annotator/NEDetector.java Thu Dec 28 08:36:02 2006
@@ -41,7 +41,7 @@
 import org.apache.uima.examples.opennlp.EntityAnnotation;
 import org.apache.uima.examples.opennlp.Sentence;
 import org.apache.uima.examples.opennlp.Token;
-import org.apache.uima.jcas.impl.JCas;
+import org.apache.uima.jcas.JCas;
 import org.apache.uima.resource.ResourceInitializationException;
 
 /**

Modified: incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/annotator/POSTagger.java
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/annotator/POSTagger.java?view=diff&rev=490757&r1=490756&r2=490757
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/annotator/POSTagger.java (original)
+++ incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/annotator/POSTagger.java Thu Dec 28 08:36:02 2006
@@ -32,7 +32,7 @@
 import org.apache.uima.cas.text.AnnotationIndex;
 import org.apache.uima.examples.opennlp.Sentence;
 import org.apache.uima.examples.opennlp.Token;
-import org.apache.uima.jcas.impl.JCas;
+import org.apache.uima.jcas.JCas;
 import org.apache.uima.resource.ResourceInitializationException;
 
 /**

Modified: incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/annotator/Parser.java
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/annotator/Parser.java?view=diff&rev=490757&r1=490756&r2=490757
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/annotator/Parser.java (original)
+++ incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/annotator/Parser.java Thu Dec 28 08:36:02 2006
@@ -40,7 +40,7 @@
 import org.apache.uima.examples.opennlp.Sentence;
 import org.apache.uima.examples.opennlp.SyntaxAnnotation;
 import org.apache.uima.examples.opennlp.Token;
-import org.apache.uima.jcas.impl.JCas;
+import org.apache.uima.jcas.JCas;
 import org.apache.uima.resource.ResourceInitializationException;
 
 /**

Modified: incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/annotator/SentenceDetector.java
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/annotator/SentenceDetector.java?view=diff&rev=490757&r1=490756&r2=490757
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/annotator/SentenceDetector.java (original)
+++ incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/annotator/SentenceDetector.java Thu Dec 28 08:36:02 2006
@@ -25,7 +25,7 @@
 import org.apache.uima.analysis_component.JCasAnnotator_ImplBase;
 import org.apache.uima.analysis_engine.AnalysisEngineProcessException;
 import org.apache.uima.examples.opennlp.Sentence;
-import org.apache.uima.jcas.impl.JCas;
+import org.apache.uima.jcas.JCas;
 import org.apache.uima.resource.ResourceInitializationException;
 
 /**

Modified: incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/annotator/Tokenizer.java
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/annotator/Tokenizer.java?view=diff&rev=490757&r1=490756&r2=490757
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/annotator/Tokenizer.java (original)
+++ incubator/uima/uimaj/trunk/uimaj-examples/src/main/opennlp_wrappers/src/org/apache/uima/examples/opennlp/annotator/Tokenizer.java Thu Dec 28 08:36:02 2006
@@ -30,7 +30,7 @@
 import org.apache.uima.cas.text.AnnotationIndex;
 import org.apache.uima.examples.opennlp.Sentence;
 import org.apache.uima.examples.opennlp.Token;
-import org.apache.uima.jcas.impl.JCas;
+import org.apache.uima.jcas.JCas;
 import org.apache.uima.resource.ResourceInitializationException;
 
 /**