GetScriptDagEdge

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

Constructors

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

Functions

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

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.