MoleculeReader

fun MoleculeReader(moleculeName: String, property: String?, incarnation: Incarnation<*, *>, filter: FilteringPolicy, aggregatorNames: List<String>)

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.