abstract class MetaFilter(definition: MetaFilterDefinition) : FilterEntry

Aggregate filter which can be used to join NodeFilters by AND, OR and NOT

Parameters

definition

associated definition of the entry

Inheritors

Constructors

Link copied to clipboard
constructor(definition: MetaFilterDefinition)

Properties

Link copied to clipboard

Functions

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

Creates the condition