org.apache.uima.cas.impl
Class DebugFSLogicalStructure.IndexInfo

java.lang.Object
  extended by 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.


Field Summary
protected  CAS cas
           
 FSIndex<FeatureStructure> fsIndex
           
 java.lang.String indexName
           
 
Constructor Summary
DebugFSLogicalStructure.IndexInfo(CAS cas, java.lang.String indexName)
           
DebugFSLogicalStructure.IndexInfo(CAS cas, java.lang.String indexName, Type type)
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

indexName

public java.lang.String indexName

fsIndex

public FSIndex<FeatureStructure> fsIndex

cas

protected CAS cas
Constructor Detail

DebugFSLogicalStructure.IndexInfo

public DebugFSLogicalStructure.IndexInfo(CAS cas,
                                         java.lang.String indexName)

DebugFSLogicalStructure.IndexInfo

public DebugFSLogicalStructure.IndexInfo(CAS cas,
                                         java.lang.String indexName,
                                         Type type)
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 class java.lang.Object
Returns:
the label string.


Copyright © 2010 The Apache Software Foundation. All Rights Reserved.