|
Neo4j | |||||||||
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()
Deprecated. 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)
Deprecated. 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
Deprecated. |
class |
CompareExpression
Deprecated. |
class |
FilterBinaryNode
Deprecated. |
class |
RegexPattern
Deprecated. |
Methods in org.neo4j.graphmatching.filter that return FilterExpression | |
---|---|
FilterExpression |
FilterBinaryNode.getLeftExpression()
Deprecated. |
FilterExpression |
FilterBinaryNode.getRightExpression()
Deprecated. |
Constructors in org.neo4j.graphmatching.filter with parameters of type FilterExpression | |
---|---|
FilterBinaryNode(FilterExpression expression1,
boolean trueForAnd,
FilterExpression expression2)
Deprecated. Constructs a new binary node which has two expressions, grouped together as one. |
|
Neo4j | |||||||||
PREV NEXT | FRAMES NO FRAMES |