KSLCore
Toggle table of contents
R1.3
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
KSLCore
KSLCore
/
ksl.modeling.station.config
/
ChanceBranch
Chance
Branch
@
Serializable
data
class
ChanceBranch
(
val
to
:
String
,
val
probability
:
Double
)
(
source
)
A probabilistic routing branch: send to
to
with the given
probability
.
Members
Constructors
Chance
Branch
Link copied to clipboard
constructor
(
to
:
String
,
probability
:
Double
)
Properties
probability
Link copied to clipboard
val
probability
:
Double
to
Link copied to clipboard
val
to
:
String