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
/
ConditionCase
Condition
Case
@
Serializable
data
class
ConditionCase
(
val
predicate
:
String
,
val
to
:
String
)
(
source
)
A by-condition routing case: when the named
predicate
holds, route to
to
.
Members
Constructors
Condition
Case
Link copied to clipboard
constructor
(
predicate
:
String
,
to
:
String
)
Properties
predicate
Link copied to clipboard
val
predicate
:
String
to
Link copied to clipboard
val
to
:
String