counter

fun counter(name: String): Counter?

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

Return

the associated Counter. May be null if the provided name does not exist in the model

Parameters

name

The name of the Counter model element