abstract fun generateRule(node: Node, rule: Rule, permission: Permission): Condition

Generates a condition for a specific rule

Return

the generated condition

Parameters

node

the Node on which the condition should be applied

rule

the Rule to generate the condition for

permission

context for condition generation