Neo4j Community

Uses of Package
org.neo4j.graphmatching.filter

Packages that use org.neo4j.graphmatching.filter
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. 
 

Classes in org.neo4j.graphmatching.filter used by org.neo4j.graphmatching
FilterExpression
          Is either a regex leaf, that is, a real regex pattern or an abstraction of two FilterExpressions which are ANDed or ORed together.
 

Classes in org.neo4j.graphmatching.filter used by org.neo4j.graphmatching.filter
AbstractFilterExpression
          Abstract class which contains PatternElement label and property key.
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.
 


Neo4j Community

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