GetScriptDagEdge

data class GetScriptDagEdge(val source: String, val target: String, val targetParameter: String? = null) : ConvertibleToJava<GetScriptDagEdge>

Constructors

Link copied to clipboard
constructor(source: String, target: String, targetParameter: String? = null)

Properties

Link copied to clipboard

ID of the node at which the edge starts.

Link copied to clipboard

ID of the node at which the edge ends.

Link copied to clipboard
val targetParameter: String? = null

Target of the edge.

Functions

Link copied to clipboard
open override fun toJava(): GetScriptDagEdge