toggle menu
XML Calabash 3.x
jvm
switch theme
search in API
XMLCalabash
/
com.xmlcalabash.graph
/
Edge
Edge
class
Edge
(
val
number
:
Long
,
val
from
:
Model
,
val
outputPort
:
String
,
val
to
:
Model
,
val
inputPort
:
String
,
val
implicit
:
Boolean
)
(
source
)
Members
Constructors
Edge
Link copied to clipboard
constructor
(
number
:
Long
,
from
:
Model
,
outputPort
:
String
,
to
:
Model
,
inputPort
:
String
,
implicit
:
Boolean
)
Properties
from
Link copied to clipboard
val
from
:
Model
implicit
Link copied to clipboard
val
implicit
:
Boolean
input
Port
Link copied to clipboard
val
inputPort
:
String
number
Link copied to clipboard
val
number
:
Long
output
Port
Link copied to clipboard
val
outputPort
:
String
to
Link copied to clipboard
val
to
:
Model
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String