kotcity4 / kotcity.automata / ContactFulfiller

ContactFulfiller

class ContactFulfiller : Debuggable

Constructors

<init>

ContactFulfiller(cityMap: CityMap)

Properties

cityMap

val cityMap: CityMap

debug

var debug: Boolean

Functions

signContracts

fun signContracts(shuffled: Boolean = true, maxMillis: Long = 5000, parallel: Boolean = true): Unit

terminateRandomContracts

fun terminateRandomContracts(): Unit

Inherited Functions

debug

open fun debug(message: String): Unit