Class SimpleNode

  • All Implemented Interfaces:
    Node

    public class SimpleNode
    extends Object
    implements Node
    A simple node of a graph with a name.
    Author:
    Matthias Thimm
    • Constructor Detail

      • SimpleNode

        public SimpleNode​(String s)
        Creates a new node with the given name.
        Parameters:
        s - some string.