Class Table

    • Method Detail

      • addNonDataVariable

        protected void addNonDataVariable​(String name)
      • getStructureDataIterator

        public abstract StructureDataIterator getStructureDataIterator​(Cursor cursor)
                                                                throws IOException
        Iterate over the rows of this table. Subclasses must implement this.
        Parameters:
        cursor - state of comlpete iteration. Table implementations may not modify.
        Returns:
        iterater over the rows of this table.
        Throws:
        IOException - on read error
      • getName

        public String getName()
      • showDimension

        public String showDimension()
      • show

        public int show​(Formatter f,
                        int indent)
      • showTableExtraInfo

        protected abstract void showTableExtraInfo​(String indent,
                                                   Formatter f)