create

abstract fun create(node: NodeT, scenario: Scenario): MetricGroup?

Creates a metric group for the given node.

Return

a MetricGroup for this node, or null if no metric should be created

Parameters

node

the NodeT to create a metric for

scenario

the Scenario containing all nodes and metrics