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 [org.apache.commons.math3.stat.descriptive.UnivariateStatistic] to use for
        aggregating data. If an empty list is passed, then the values
        will be logged independently for each node.
precision

the number of decimal digits to use when writing the output, null for no rounding