Edge

class Edge

A structure that represents a connection between two nodes in a dependency graph, showing the relationship and characteristics of the connection.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The type of connection between the nodes, indicating the nature of the relationship.

Link copied to clipboard

The identifier of the destination node in this edge connection.

Link copied to clipboard

The duration or latency associated with this connection, if applicable.

Link copied to clipboard

The identifier of the source node in this edge connection.

Functions

Link copied to clipboard
inline fun copy(block: Edge.Builder.() -> Unit = {}): Edge
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String