Package org.apache.uima.cas.impl
Class DebugFSLogicalStructure.IndexInfo
java.lang.Object
org.apache.uima.cas.impl.DebugFSLogicalStructure.IndexInfo
- Enclosing class:
- DebugFSLogicalStructure
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
-
indexName
-
fsIndex
-
cas
-
-
Constructor Details
-
IndexInfo
-
IndexInfo
- 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