On 8/15/2012 9:17 AM, Andreas Niekler wrote: > Hello, > > right now i'm wondering if it is possible to define a type in the type editor, > which is not of a primitive from uima. Instead i want to give it a Class which > represents a Database Id. > > Is it possible to assign other SuperTypes than those in uima.tcas namespace?
The uima types can have arbitrary supertypes, but the supertype chain eventually has to inherit from uima.cas.TOP. See http://uima.apache.org/d/uimaj-2.4.0/references.html#ugr.ref.cas.builtin_types -Marshall
