data class NodeFilter(val entries: List<CypherConditionGenerator> = emptyList()) : CypherConditionGenerator

Filter for a specific type of node Filters instances of this type by applying a list of filter entries joined by AND

Parameters

entries

the entries to join

Constructors

Link copied to clipboard
constructor(entries: List<CypherConditionGenerator> = emptyList())

Properties

Link copied to clipboard

Functions

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

Creates the condition