toggle menu
XML Calabash 3.x
jvm
switch theme
search in API
XMLCalabash
/
com.xmlcalabash.runtime.model
/
ModelEdge
Model
Edge
class
ModelEdge
(
val
fromStep
:
StepModel
,
val
fromPort
:
String
,
val
toStep
:
StepModel
,
val
toPort
:
String
)
(
source
)
Members
Constructors
Model
Edge
Link copied to clipboard
constructor
(
fromStep
:
StepModel
,
fromPort
:
String
,
toStep
:
StepModel
,
toPort
:
String
)
Properties
from
Port
Link copied to clipboard
val
fromPort
:
String
from
Step
Link copied to clipboard
val
fromStep
:
StepModel
to
Port
Link copied to clipboard
val
toPort
:
String
to
Step
Link copied to clipboard
val
toStep
:
StepModel
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String