EventParameters

Describes the parameters of events, which are used in solution creation.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the event type to be considered for solution creation.

Link copied to clipboard

The threshold of the event type. Only events with a value greater or equal to this threshold will be considered for solution creation.

Link copied to clipboard

The weight of the event type. A higher weight means higher importance of the event type for the created solution.

Functions

Link copied to clipboard
inline fun copy(block: EventParameters.Builder.() -> Unit = {}): EventParameters
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String