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 moleculeContent copied to clipboard
property
the target propertyContent copied to clipboard
incarnation
the target incarnationContent copied to clipboard
filter
the [FilteringPolicy] to useContent 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