class NodeSubFilter(definition: NodeSubFilterDefinition, val filter: Filter) : FilterEntry

FilterEntry which allows using a Filter to generate the condition

Parameters

definition

associated definition of the entry

filter

the Filter which defines the condition

Constructors

Link copied to clipboard
constructor(definition: NodeSubFilterDefinition, filter: Filter)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

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

Creates the condition