On 8/23/07, Jörn Kottmann <[EMAIL PROTECTED]> wrote: > Hello, > > is it possible to define subtypes of lists and array types in uima ? >
You cannot create subtypes of arrays, but I believe you can create subtypes of lists. There's a method Type.isInheritanceFinal() that can be used to determine this at runtime, if that is helpful. -Adam
