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

Constructors

Link copied to clipboard
constructor(nodeDefinitions: Set<NodeDefinition>, allowRule: Rule? = null)

Properties

Link copied to clipboard
Link copied to clipboard