Class Path


  • class Path
    extends java.lang.Object
    A sequence of Steps from a root node (fact table) to another node (dimension table), possibly via intermediate dimension tables.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int id  
      (package private) java.util.List<Step> steps  
    • Constructor Summary

      Constructors 
      Constructor Description
      Path​(java.util.List<Step> steps, int id)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      int hashCode()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • steps

        final java.util.List<Step> steps
      • id

        private final int id
    • Constructor Detail

      • Path

        Path​(java.util.List<Step> steps,
             int id)
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object