BatchingEntity

open inner class BatchingEntity<T : ProcessModel.BatchingEntity<T>>(val batchesIncludeSelf: Boolean = true, aName: String? = null) : ProcessModel.Entity(source)

Constructors

Link copied to clipboard
constructor(batchesIncludeSelf: Boolean = true, aName: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun clearBatch(batchName: String)
Link copied to clipboard
Link copied to clipboard
operator fun contains(name: String): Boolean
Link copied to clipboard
operator fun get(name: String): List<T>