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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
indexName
public java.lang.String indexName
fsIndex
public FSIndex<FeatureStructure> fsIndex
cas
protected CAS cas
DebugFSLogicalStructure.IndexInfo
public DebugFSLogicalStructure.IndexInfo(CAS cas,
java.lang.String indexName)
DebugFSLogicalStructure.IndexInfo
public DebugFSLogicalStructure.IndexInfo(CAS cas,
java.lang.String indexName,
Type type)
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 class java.lang.Object
- Returns:
- the label string.
Copyright © 2012. All Rights Reserved.