Edge

class Edge(val number: Long, val from: Model, val outputPort: String, val to: Model, val inputPort: String, val implicit: Boolean)(source)

Constructors

Link copied to clipboard
constructor(number: Long, from: Model, outputPort: String, to: Model, inputPort: String, implicit: Boolean)

Properties

Link copied to clipboard
val from: Model
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val to: Model

Functions

Link copied to clipboard
open override fun toString(): String