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.ObjectClass 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.ObjectgetContents()java.lang.ObjectgetKind()java.lang.ObjectgetSubTypes()java.lang.ObjectgetType()java.lang.StringtoString()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:
toStringin classjava.lang.Object- Returns:
- the label string.
-
-