Class StringArray

All Implemented Interfaces:
Cloneable, CommonArrayFS, FeatureStructure, StringArrayFS

public final class StringArray extends TOP implements StringArrayFS
JCas class model for StringArray
  • Field Details

    • typeIndexID

      public static final int typeIndexID
      Each cover class when loaded sets an index. Used in the JCas typeArray to go from the cover class or class instance to the corresponding instance of the _Type class
    • type

      public static final int type
  • Constructor Details

    • StringArray

      private StringArray()
    • StringArray

      public StringArray(int addr, TOP_Type type)
    • StringArray

      public StringArray(JCas jcas, int length)
      Make a new StringArray of given size
      Parameters:
      jcas - The JCas
      length - The number of elements in the new array
  • Method Details