validateResponseNames

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

Return

true if every name in responseNames is a response on this model; false if any name does not resolve. An empty input set returns true (vacuously satisfied).

Parameters

responseNames

the set of response names to be validated