Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
FilterExpression[] |
PatternGroup.getFilters()
Deprecated.
Returns the filter expressions which has been added for this group with
PatternGroup.addFilter(FilterExpression) . |
Modifier and Type | Method and Description |
---|---|
void |
PatternGroup.addFilter(FilterExpression regexRepression)
Deprecated.
Adds a filter expression to the list of filters for this group.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractFilterExpression
Deprecated.
|
class |
CompareExpression
Deprecated.
|
class |
FilterBinaryNode
Deprecated.
|
class |
RegexPattern
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
FilterExpression |
FilterBinaryNode.getLeftExpression()
Deprecated.
|
FilterExpression |
FilterBinaryNode.getRightExpression()
Deprecated.
|
Constructor and Description |
---|
FilterBinaryNode(FilterExpression expression1,
boolean trueForAnd,
FilterExpression expression2)
Deprecated.
Constructs a new binary node which has two expressions, grouped together
as one.
|
Copyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.