Class DebugFSLogicalStructure.ViewInfo

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

public static class DebugFSLogicalStructure.ViewInfo extends Object
Class holding info about a View/Sofa. Includes the global name of the view, and Sofa info Used for logical structure display.
  • Constructor Details

    • ViewInfo

      public ViewInfo(CAS cas)
      Create information about a view for given CAS.
      Parameters:
      cas - -
  • Method Details

    • toString

      public String toString()
      Return a label to identify the view.
      Overrides:
      toString in class Object
    • getSofa

      public Object getSofa()
      Returns:
      the sofa.