Neo4j Advanced

Package org.neo4j.graphmatching.filter

Filters that allow you to filter out based on properties on nodes and relationships.

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.
 

Package org.neo4j.graphmatching.filter Description

Filters that allow you to filter out based on properties on nodes and relationships.


Neo4j Advanced

Copyright © 2011 The Neo4j Graph Database Project. All Rights Reserved.