Class Node

java.lang.Object
com.therouter.plugin.Node

public class Node extends Object
  • Constructor Details

    • Node

      public Node(String name)
  • Method Details

    • getName

      public String getName()
    • getChildren

      public Set<Node> getChildren()
    • setChildren

      public void setChildren(Set<Node> children)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object