Package org.apache.uima.cas.impl
Class DebugFSLogicalStructure.IndexInfo
- java.lang.Object
-
- org.apache.uima.cas.impl.DebugFSLogicalStructure.IndexInfo
-
- Enclosing class:
- DebugFSLogicalStructure
public static class DebugFSLogicalStructure.IndexInfo extends java.lang.Object
Class holding information about an FSIndex Includes the "label" of the index, and a ref to the CAS this index contents are in.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
getContents()
java.lang.Object
getKind()
java.lang.Object
getSubTypes()
java.lang.Object
getType()
java.lang.String
toString()
Return a label identifying the content of the helper.
-
-
-
Field Detail
-
indexName
public java.lang.String indexName
-
fsIndex
public FSIndex<FeatureStructure> fsIndex
-
cas
protected CAS cas
-
-
Constructor Detail
-
IndexInfo
public IndexInfo(CAS cas, java.lang.String indexName)
-
-
Method Detail
-
getKind
public java.lang.Object getKind()
-
getType
public java.lang.Object getType()
-
getContents
public java.lang.Object getContents()
-
getSubTypes
public java.lang.Object getSubTypes()
-
toString
public java.lang.String toString()
Return a label identifying the content of the helper.- Overrides:
toString
in classjava.lang.Object
- Returns:
- the label string.
-
-