response

fun response(name: String): Response?

Returns the response associated with the name or null if named element is not in the model. Note that this will also return ANY instances of subclasses of Response (i.e. including TWResponse)

Return

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

Parameters

name

The name of the Response model element