Builder

class Builder

Properties

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

An array of edges in the dependency graph, where each edge represents a connection or dependency between two nodes.

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

An array of nodes in the dependency graph, where each node represents a service or component.