NetworkDiameter
Extractor for the networkDiameter by using the Euclidean distance within the simulation. The network is assumed to be unsegmented, otherwise use SubnetworksDiameter.
Properties
Link copied to clipboard
The names of the properties that this Extractor can provide as columns.
Functions
Link copied to clipboard
open override fun <T> extractData(environment: Environment<T, *>, reaction: Actionable<T>?, time: Time, step: Long): Map<String, Double>
Extracts properties from an environment.
Link copied to clipboard
open fun <T> extractDataAsText(environment: Environment<T, *>, reaction: Actionable<T>?, time: Time, step: Long): Map<String, String>
Same as extractData, but specifically meant for textual outputs.