Class DebugFSLogicalStructure.IndexInfo

java.lang.Object
org.apache.uima.cas.impl.DebugFSLogicalStructure.IndexInfo
Enclosing class:
DebugFSLogicalStructure

public static class DebugFSLogicalStructure.IndexInfo extends Object
Class holding information about an FSIndex Includes the "label" of the index, and a ref to the CAS this index contents are in.
  • Field Details

  • Constructor Details

    • IndexInfo

      public IndexInfo(CAS cas, String indexName)
    • IndexInfo

      public IndexInfo(CAS cas, String indexName, Type type)
      Parameters:
      cas - The CAS the index lives in.
      indexName - The name of the index to create the helper object for.
      type - The subtype to restrict the index to, null to use the index base type.
  • Method Details

    • getKind

      public Object getKind()
    • getType

      public Object getType()
    • getContents

      public Object getContents()
    • getSubTypes

      public Object getSubTypes()
    • toString

      public String toString()
      Return a label identifying the content of the helper.
      Overrides:
      toString in class Object
      Returns:
      the label string.