Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This page collects ideas for loading JCas classes including customization(s).

Each UIMA type have has feature structure instances represented by instances of a corresponding (usually generated) Java class.  

  • The instances of these classes are the feature structure; the fields store the feature values .are stored in fields
    • Uima types which have natural corresponding Java equivalents have feature values stored using the natural corresponding Java types
      • primitives:  boolean, byte, short, int, long, float, double, String, \[arbitrary-java-objects] and arrays of these as xxx[].
  • Most UIMA built-in types have standard defined Java class definitions.

...