|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FilterExpression | |
|---|---|
| org.neo4j.graphmatching | Facilities for finding occurrences of patterns in a Neo4j graph. |
| org.neo4j.graphmatching.filter | Filters that allow you to filter out based on properties on nodes and relationships. |
| Uses of FilterExpression in org.neo4j.graphmatching |
|---|
| Methods in org.neo4j.graphmatching that return FilterExpression | |
|---|---|
FilterExpression[] |
PatternGroup.getFilters()
Returns the filter expressions which has been added for this group with PatternGroup.addFilter(FilterExpression). |
| Methods in org.neo4j.graphmatching with parameters of type FilterExpression | |
|---|---|
void |
PatternGroup.addFilter(FilterExpression regexRepression)
Adds a filter expression to the list of filters for this group. |
| Uses of FilterExpression in org.neo4j.graphmatching.filter |
|---|
| Classes in org.neo4j.graphmatching.filter that implement FilterExpression | |
|---|---|
class |
AbstractFilterExpression
Abstract class which contains PatternElement label and property key. |
class |
CompareExpression
An implementation which can compare commons expressions, f.ex: less than (<), greater than or equal to (>=) a.s.o. |
class |
FilterBinaryNode
Matches two FilterExpressions with AND or OR. |
class |
RegexPattern
A regex pattern with or without options, f.ex. |
| Methods in org.neo4j.graphmatching.filter that return FilterExpression | |
|---|---|
FilterExpression |
FilterBinaryNode.getLeftExpression()
|
FilterExpression |
FilterBinaryNode.getRightExpression()
|
| Constructors in org.neo4j.graphmatching.filter with parameters of type FilterExpression | |
|---|---|
FilterBinaryNode(FilterExpression expression1,
boolean trueForAnd,
FilterExpression expression2)
Constructs a new binary node which has two expressions, grouped together as one. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||