Node

class Node

A structure that represents a node in a dependency graph, containing information about a service, resource, or other entity and its characteristics.

Types

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

Properties

Link copied to clipboard

The duration or processing time associated with this node, if applicable.

Link copied to clipboard

The key attributes that identify this node, including Type, Name, and Environment information.

Link copied to clipboard

The name of the entity represented by this node.

Link copied to clipboard

A unique identifier for this node within the dependency graph.

Link copied to clipboard

The operation associated with this node, if applicable.

Link copied to clipboard

The status of the entity represented by this node.

Link copied to clipboard
val type: String?

The type of entity represented by this node, such as Service or Resource.

Functions

Link copied to clipboard
inline fun copy(block: Node.Builder.() -> Unit = {}): Node
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