Class TestGraphHeavyNode

    • Constructor Detail

      • TestGraphHeavyNode

        public TestGraphHeavyNode​(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.