Class Path


  • public final class Path
    extends java.lang.Object
    Path containing all Nodes from the exception node to the root
    • Constructor Summary

      Constructors 
      Constructor Description
      Path()  
      Path​(java.util.List<Node> nodes)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(Node node)  
      java.util.List<Node> getPath()  
      • Methods inherited from class java.lang.Object

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

      • Path

        public Path()
      • Path

        public Path​(java.util.List<Node> nodes)
    • Method Detail

      • getPath

        public java.util.List<Node> getPath()
      • add

        public void add​(Node node)