counter

fun counter(name: String): Counter?

Returns the counter associated with the name or null if named element is not in the model.

Return

the associated Counter, may be null if provided name does not exist in the model

Parameters

name

The name of the Counter model element