Package org.neo4j.graphmatching.filter

Interface Summary
FilterExpression Is either a regex leaf, i.e.
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.
 



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