KSLCore
Toggle table of contents
R1.2.2
jvm
Platform filter
jvm
Switch theme
Search in API
KSLCore
KSLCore
/
ksl.modeling.entity
/
ProcessModel
/
BatchingEntity
Batching
Entity
open
inner
class
BatchingEntity
<
T
:
ProcessModel.BatchingEntity
<
T
>
>
(
val
batchesIncludeSelf
:
Boolean
=
true
,
aName
:
String
?
=
null
)
:
ProcessModel.Entity
(
source
)
Members
Constructors
Batching
Entity
Link copied to clipboard
constructor
(
batchesIncludeSelf
:
Boolean
=
true
,
aName
:
String
?
=
null
)
Properties
batches
Link copied to clipboard
val
batches
:
Map
<
String
,
List
<
T
>
>
batches
Include
Self
Link copied to clipboard
val
batchesIncludeSelf
:
Boolean
=
true
Functions
clear
Batch
Link copied to clipboard
fun
clearBatch
(
batchName
:
String
)
clear
Batches
Link copied to clipboard
fun
clearBatches
(
)
contains
Link copied to clipboard
operator
fun
contains
(
name
:
String
)
:
Boolean
get
Link copied to clipboard
operator
fun
get
(
name
:
String
)
:
List
<
T
>