private data class NodeAllowRule(val nodeDefinitions: Set<NodeDefinition>, val allowRule: Rule? = null)
Mapping from a NodeDefinition to a AllowRuleGenerator
Parameters
nodeDefinitions
the set of associated NodeDefinitions
allowRule
the associated Rule, if not present, no rule is used to generate a Condition