Represents a builder class instance for a graph type. For example, an instance of BaseGraph.Builder is a Graph.Builder.
The builder class may have a constructor and methods to customize the information that is stored in the graph.
Adds data to the data object of the graph.
The current data object of the graph.
The data object to be stored in the graph.
Adds data to the scratch data object of the graph.
The current scratch data object of the graph.
The scratch data object to be stored in the graph.
Represents a builder class instance for a graph type. For example, an instance of BaseGraph.Builder is a Graph.Builder.
The builder class may have a constructor and methods to customize the information that is stored in the graph.