public static class DebugFSLogicalStructure.IndexInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
protected CAS |
cas |
FSIndex<FeatureStructure> |
fsIndex |
String |
indexName |
| Constructor and Description |
|---|
DebugFSLogicalStructure.IndexInfo(CAS cas,
String indexName) |
DebugFSLogicalStructure.IndexInfo(CAS cas,
String indexName,
Type type) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getContents() |
Object |
getKind() |
Object |
getSubTypes() |
Object |
getType() |
String |
toString()
Return a label identifying the content of the helper.
|
public String indexName
public FSIndex<FeatureStructure> fsIndex
protected CAS cas
public DebugFSLogicalStructure.IndexInfo(CAS cas, String indexName)
public DebugFSLogicalStructure.IndexInfo(CAS cas, String indexName, Type type)
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.Copyright © 2015. All rights reserved.