Neo4j Community

Uses of Interface
org.neo4j.graphmatching.ValueMatcher

Packages that use ValueMatcher
org.neo4j.graphmatching Facilities for finding occurrences of patterns in a Neo4j graph. 
 

Uses of ValueMatcher in org.neo4j.graphmatching
 

Methods in org.neo4j.graphmatching that return ValueMatcher
static ValueMatcher CommonValueMatchers.exact(Object valueToMatch)
          Deprecated. Checks for equality between a value and valueToMatch.
static ValueMatcher CommonValueMatchers.exactAny(Object valueToMatch)
          Deprecated. Checks for equality between a value and valueToMatch.
static ValueMatcher CommonValueMatchers.exactAnyOf(Object... anyOfTheseToMatch)
          Deprecated. Checks for equality between a value and any one of anyOfTheseToMatch.
static ValueMatcher CommonValueMatchers.has()
          Deprecated. Checks that the property exists.
static ValueMatcher CommonValueMatchers.regex(Pattern pattern)
          Deprecated. Checks that the String property matches the specified regular expression pattern.
 

Methods in org.neo4j.graphmatching that return types with arguments of type ValueMatcher
 Iterable<Map.Entry<String,Collection<ValueMatcher>>> AbstractPatternObject.getPropertyConstraints()
          Deprecated. Get all the constraints on the properties of this pattern object.
 

Methods in org.neo4j.graphmatching with parameters of type ValueMatcher
 void AbstractPatternObject.addPropertyConstraint(String propertyKey, ValueMatcher matcher)
          Deprecated. Add a constraint to the property with the given key on this pattern object.
 


Neo4j Community

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