Interface Node


public interface Node
Node in a graph.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get all the children of this node.
  • Method Details

    • getChildren

      Set getChildren()
      Get all the children of this node.