Class GraphData.ValueNode

java.lang.Object
com.storedobject.chart.GraphData.Node
com.storedobject.chart.GraphData.ValueNode
All Implemented Interfaces:
ComponentPart, ComponentProperty
Enclosing class:
GraphData<N extends GraphData.Node>

public static class GraphData.ValueNode extends GraphData.Node
The ValueNode class represents a type of Node that holds a numerical value. It extends the base functionality of the Node class by adding a specific attribute to store and manage a numerical value. This value can be encoded into a JSON format when serializing the node. This class is useful for scenarios where nodes in a graph have associated numerical properties that need to be dynamically updated or serialized as part of its data.
Author:
Syam