Molecule Reader
class MoleculeReader(moleculeName: String, property: String?, incarnation: Incarnation<*, *>, filter: FilteringPolicy, aggregatorNames: List<String>) : Extractor<Double>
Content copied to clipboard
Reads the value of a molecule and logs it.
Parameters
molecule Name
the target molecule
Content copied to clipboard
property
the target property
Content copied to clipboard
incarnation
the target incarnation
Content copied to clipboard
filter
the [FilteringPolicy] to use
Content copied to clipboard
aggregator Names
the names of the [UnivariateStatistic] to use for
aggregating data. If an empty list is passed, then the values
will be logged indipendently for each node.
Content copied to clipboard
Constructors
Link copied to clipboard
fun MoleculeReader(moleculeName: String, property: String?, incarnation: Incarnation<*, *>, filter: FilteringPolicy, aggregatorNames: List<String>)
Content copied to clipboard