Class TestGraphLightNode

  • All Implemented Interfaces:
    TestNode

    public class TestGraphLightNode
    extends Object
    implements TestNode
    Implementation of graph node for tests.
    Author:
    Damien Carbonne
    • Constructor Detail

      • TestGraphLightNode

        public TestGraphLightNode​(String name)
    • Method Detail

      • getName

        public final String getName()
        Specified by:
        getName in interface TestNode
        Returns:
        The node name (identifier-like).
      • setLabel

        public void setLabel​(String label)
        Description copied from interface: TestNode
        Sets the node label.
        Specified by:
        setLabel in interface TestNode
        Parameters:
        label - The label.