Class NodeGraph.Node

java.lang.Object
org.chsrobotics.lib.util.NodeGraph.Node
Enclosing class:
NodeGraph<T>

public class NodeGraph.Node extends Object
Class forming a part of the node graph structure. Can hold a single value of type T.
  • Method Details

    • getData

      public T getData()
      Returns the data stored by this node.
      Returns:
      An instance of T.