NumberOfNodes

class NumberOfNodes : Extractor<Int>

Logs the number of nodes in the scenario.

Constructors

Link copied to clipboard
fun NumberOfNodes()

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun <T> extractData(environment: Environment<T, *>, reaction: Reaction<T>?, time: Time, step: Long): Map<String, Int>

Extracts properties from an environment. The returned map must either:

Properties

Link copied to clipboard
open override val columnNames: List<String>