Task

object Task
Companion
class
trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Value members

Concrete methods

def apply(name: String, duration: LongDistribution): Task

An alternative constructor of a Task.

An alternative constructor of a Task.

Uses Distributions for the duration. These may be based on random variables. The actual values are sampled at task creation time.

Value Params
duration

The generator of the duration.

name

The name of the task.

Returns

The corresponding Task.

def apply(name: String, duration: Long): Task

An alternative constructor of a Task.

An alternative constructor of a Task.

Uses a constant duration.

Value Params
duration

The duration of the task.

name

The name of the task.

Returns

The corresponding Task.

def apply(name: String, id: UUID, duration: Long): Task

An alternative constructor of a Task.

An alternative constructor of a Task.

Uses a provided unique ID and a constant duration.

Value Params
duration

The duration of the task.

name

The name of the task.

Returns

The corresponding Task.

Concrete fields

val High: Int
val Highest: Int
val Low: Int
val Medium: Int
val VeryLow: Int