Class IntegerList

All Implemented Interfaces:
Cloneable, FeatureStructure
Direct Known Subclasses:
EmptyIntegerList, NonEmptyIntegerList

public class IntegerList extends TOP
  • Field Details

    • typeIndexID

      public static final int typeIndexID
    • type

      public static final int type
  • Constructor Details

    • IntegerList

      protected IntegerList()
    • IntegerList

      public IntegerList(int addr, TOP_Type type)
    • IntegerList

      public IntegerList(JCas jcas)
  • Method Details

    • getTypeIndexID

      public int getTypeIndexID()
      Description copied from class: TOP
      used to obtain reference to the TOP_Type instance
      Overrides:
      getTypeIndexID in class TOP
      Returns:
      the type array index
    • getNthElement

      public int getNthElement(int i)