KSLCore
Toggle table of contents
R1.4
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
KSLCore
KSLCore
/
ksl.animation
/
NetworkEdgeDef
Network
Edge
Def
@
Serializable
data
class
NetworkEdgeDef
(
val
from
:
String
,
val
to
:
String
,
val
weight
:
Double
=
1.0
)
(
source
)
A weighted edge in a
AnimationEvent.NetworkDefined
, referencing node ids
from
and
to
— G7.
Members
Constructors
Network
Edge
Def
Link copied to clipboard
constructor
(
from
:
String
,
to
:
String
,
weight
:
Double
=
1.0
)
Properties
from
Link copied to clipboard
val
from
:
String
to
Link copied to clipboard
val
to
:
String
weight
Link copied to clipboard
val
weight
:
Double