Builder

class Builder

Properties

Link copied to clipboard
var edges: List<Edge>?

An array of edges representing the connections and relationships between the nodes in the dependency graph.

Link copied to clipboard
var nodes: List<Node>?

An array of nodes representing the services, resources, or other entities in the dependency graph.