Class Node

  • All Implemented Interfaces:
    java.lang.Cloneable
    Direct Known Subclasses:
    GraphNode

    public class Node
    extends java.lang.Object
    implements java.lang.Cloneable
    • Constructor Summary

      Constructors 
      Constructor Description
      Node​(java.lang.String name)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Node clone()  
      java.lang.String get_name()  
      • Methods inherited from class java.lang.Object

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

      • Node

        public Node​(java.lang.String name)
    • Method Detail

      • get_name

        public java.lang.String get_name()
      • clone

        public Node clone()
        Overrides:
        clone in class java.lang.Object