Class 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

      Constructors 
      Constructor Description
      ViewInfo​(CAS cas)
      Create information about a view for given CAS.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getSofa()  
      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

      • ViewInfo

        public ViewInfo​(CAS cas)
        Create information about a view for given CAS.
        Parameters:
        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()
        Returns:
        the sofa.