validateResponseNames

fun validateResponseNames(responseNames: Set<String>): Boolean

Validates the provided set of response names are associated with the model's responses (Response, TWResponse or Counter).

Return

true if all names in the set are valid, false otherwise

Parameters

responseNames

the set of response names to be validated