Infected

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

The implementation of the infected entities statistic.

Value parameters:
name

the name of this data extractor.

trait Serializable
trait Product
trait Equals
trait DataExtractor[Int]
class Object
trait Matchable
class Any

Value members

Concrete methods

override def extractData(env: Environment): Int
Definition Classes

Inherited methods

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