Neo4j Community

Uses of Interface
org.neo4j.graphmatching.filter.FilterValueGetter

Packages that use FilterValueGetter
org.neo4j.graphmatching.filter Filters that allow you to filter out based on properties on nodes and relationships. 
 

Uses of FilterValueGetter in org.neo4j.graphmatching.filter
 

Methods in org.neo4j.graphmatching.filter with parameters of type FilterValueGetter
 boolean CompareExpression.matches(FilterValueGetter valueGetter)
          Deprecated.  
 boolean FilterExpression.matches(FilterValueGetter valueGetter)
          Deprecated. Matches a value from a valueGetter and returns whether or not there was a match.
 boolean RegexPattern.matches(FilterValueGetter valueGetter)
          Deprecated.  
 boolean FilterBinaryNode.matches(FilterValueGetter valueGetter)
          Deprecated.  
 


Neo4j Community

Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.