|
Neo4j Community | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
FilterExpression | Is either a regex leaf, that is, a real regex pattern or an abstraction of
two FilterExpression s which are ANDed or ORed together. |
FilterValueGetter | A hook for getting values from a node (Neo4j node) represented by
a PatternNode with a certain label. |
Class Summary | |
---|---|
AbstractFilterExpression | Abstract class which contains PatternElement label and property key. |
CompareExpression | An implementation which can compare commons expressions, f.ex: less than (<), greater than or equal to (>=) a.s.o. |
FilterBinaryNode | Matches two FilterExpression s with AND or OR. |
RegexPattern | A regex pattern with or without options, f.ex. |
Filters that allow you to filter out based on properties on nodes and relationships.
|
Neo4j Community | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |