EntitiesStats

All the extractors of statistics about entities.

class Object
trait Matchable
class Any

Type members

Classlikes

case class Alive(name: String) extends DataExtractor[Int]

The implementation of the alive entities statistic.

The implementation of the alive entities statistic.

Value parameters:
name

the name of this data extractor.

case class AtHome(name: String) extends DataExtractor[Int]

The implementation of the entities at home statistic.

The implementation of the entities at home statistic.

Value parameters:
name

the name of this data extractor.

case class Deaths(name: String) extends DataExtractor[Int]

The implementation of the dead entities statistic.

The implementation of the dead entities statistic.

Value parameters:
name

the name of this data extractor.

case class Healthy(name: String) extends DataExtractor[Int]

The implementation of the healthy entities statistic.

The implementation of the healthy entities statistic.

Value parameters:
name

the name of this data extractor.

case class Infected(name: String) extends DataExtractor[Int]

The implementation of the infected entities statistic.

The implementation of the infected entities statistic.

Value parameters:
name

the name of this data extractor.

case class Sick(name: String) extends DataExtractor[Int]

The implementation of the sick entities statistic.

The implementation of the sick entities statistic.

Value parameters:
name

the name of this data extractor.