private fun generateLabelCondition(node: Node, entry: NodeQueryEntry<*>): Condition

Creates a condition to check that node has all labels specified in entry onlyOnTypes

Return

the generated condition

Parameters

node

the Node to generate the condition for

entry

defining the labels to check for