SingleTaskSimulationGenerator

class SingleTaskSimulationGenerator(baseName: String, resources: Seq[String], duration: Distribution, cost: Distribution, interrupt: Int, priority: Int) extends SimulationGenerator
Value Params
baseName

The base string (prefix) to use in the name.

cost

The cost of the task.

duration

The duration distribution of the task.

priority

The priority to be given to the task.

resources

The resources required by the task.

class Object
trait Matchable
class Any

Value members

Concrete methods

override
def build(manager: Manager, count: Int): Simulation

Generates a new SimulationRef.

Generates a new SimulationRef.

Definition Classes