|
||||||||||
| 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 FilterExpressions 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 FilterExpressions 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.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||