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

java.lang.Object
  extended by org.apache.uima.cas.impl.DebugFSLogicalStructure.ViewInfo
Enclosing class:
DebugFSLogicalStructure

public static class DebugFSLogicalStructure.ViewInfo
extends java.lang.Object

Class holding info about a View/Sofa. Includes the global name of the view, and Sofa info Used for logical structure display.


Constructor Summary
DebugFSLogicalStructure.ViewInfo(CAS cas)
          Create information about a view for given CAS.
 
Method Summary
 java.lang.Object getSofa()
          Return the sofa.
 java.lang.String toString()
          Return a label to identify the view.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DebugFSLogicalStructure.ViewInfo

public DebugFSLogicalStructure.ViewInfo(CAS cas)
Create information about a view for given CAS.

Method Detail

toString

public java.lang.String toString()
Return a label to identify the view.

Overrides:
toString in class java.lang.Object

getSofa

public java.lang.Object getSofa()
Return the sofa.



Copyright © 2011. All Rights Reserved.