Package org.chsrobotics.lib.util
Class NodeGraph.Node
java.lang.Object
org.chsrobotics.lib.util.NodeGraph.Node
Class forming a part of the node graph structure. Can hold a single value of type T.
-
Method Summary
-
Method Details
-
getData
Returns the data stored by this node.- Returns:
- An instance of T.
-