VaccineRound

case VaccineRound(percentage: Double)

The user signal the intent to do a vaccine round.

Value parameters:
percentage

the percentage of entities that will be vaccinated

Value members

Inherited methods

def interested(engineStatus: EngineStatus): Boolean

Method to understand if a particular event is interesting in a particular engine status.

Method to understand if a particular event is interesting in a particular engine status.

Value parameters:
engineStatus

the engine status in which verify the interest.

Returns:

true if interested, false instead.

Inherited from:
Event
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product