Class TileSuggester.TableImpl

  • All Implemented Interfaces:
    org.pentaho.aggdes.model.Table
    Enclosing class:
    TileSuggester

    private static class TileSuggester.TableImpl
    extends java.lang.Object
    implements org.pentaho.aggdes.model.Table
    Implementation of Table based on a Lattice. There is only one table (in this sense of table) in a lattice. The algorithm does not really care about tables.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private TableImpl()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getLabel()  
      org.pentaho.aggdes.model.Table getParent()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TableImpl

        private TableImpl()
    • Method Detail

      • getLabel

        public java.lang.String getLabel()
        Specified by:
        getLabel in interface org.pentaho.aggdes.model.Table
      • getParent

        public org.pentaho.aggdes.model.Table getParent()
        Specified by:
        getParent in interface org.pentaho.aggdes.model.Table