NodeRelationshipFilterEntry where all of the nodes have to match the filter

Parameters

definition

associated definition of the entry

filter

filter to filter the elements of the set

permission

the current read permission, used to only consider nodes in filters which match the permission

Constructors

Link copied to clipboard
constructor(definition: NodeSubFilterDefinition, filter: NodeSubFilter, permission: Permission?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
private val permission: Permission?
Link copied to clipboard

Functions

Link copied to clipboard
open override fun generateCondition(node: Node): Condition

Creates the condition

Link copied to clipboard
open override fun generatePredicate(variable: SymbolicName): OngoingListBasedPredicateFunction?

Generates the predicate which defines how nodes of the set have to match the filter, so that the overall filter evaluates to true Examples include all, any and none