Simple Adjacency Graph Builder
This demo automatically builds a graph from business data using
AdjacencyGraphBuilder. The business data is stored in
JSON format.
See the Developer's Guide section on
creating a Graph from Business Data and especially
AdjacencyGraphBuilder for an
in-depth explanation of the relevant concepts.
See also the GraphBuilder Tutorial for a
step-by-step guide on configuring the AdjacencyGraphBuilder class,
loading data, and customizing graph visualizations.
AdjacencyGraphBuilder provides a specific set of methods that allow to
configure the builder on the given data source.
createNodesSource
- Registers a data source that represents the nodes.
createGroupNodesSource
- Registers a data source that represents the group nodes.
AdjacencyNodesSource.addPredecessorIds
- Registers a provider for source node IDs to which edges are created.
AdjacencyNodesSource.addSuccessorIds
- Registers a provider for target node IDs to which edges are created.