Package-level declarations

Types

Link copied to clipboard
interface Constraint

The interface that all constraints must satisfy.

Link copied to clipboard

A generator-style implementation of Constraint.

Link copied to clipboard
data class Violation @JvmOverloads constructor(val interval: Interval, val message: String? = null, val ids: List<ActivityId> = listOf()) : IntervalLike<Violation>

A single violation of a constraint.