MoleculeReader

constructor(moleculeName: String, property: String?, incarnation: Incarnation<*, *>, filter: ExportFilter, aggregatorNames: List<String>, precision: Int? = null)

Parameters

moleculeName
the target molecule
property
the target property
incarnation
the target incarnation
filter
the [FilteringPolicy] to use
aggregatorNames
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.