apply

abstract fun apply(domainObjectName: String)(source)

Applies this rule for the given unknown domain object. The rule can choose to ignore this name, or add a domain object with the given name.

Parameters

domainObjectName

The name of the unknown domain object.