A C D E F G H I L M O P R S T V

A

AbstractFilterExpression - Class in org.neo4j.graphmatching.filter
Deprecated. 
AbstractFilterExpression(String, String) - Constructor for class org.neo4j.graphmatching.filter.AbstractFilterExpression
Deprecated. Constructs a new filter expression.
AbstractPatternObject<T extends org.neo4j.graphdb.PropertyContainer> - Class in org.neo4j.graphmatching
Deprecated. 
addFilter(FilterExpression) - Method in class org.neo4j.graphmatching.PatternGroup
Deprecated. Adds a filter expression to the list of filters for this group.
addPropertyConstraint(String, ValueMatcher) - Method in class org.neo4j.graphmatching.AbstractPatternObject
Deprecated. Add a constraint to the property with the given key on this pattern object.
ArrayPropertyUtil - Class in org.neo4j.graphmatching
Deprecated. 
ArrayPropertyUtil() - Constructor for class org.neo4j.graphmatching.ArrayPropertyUtil
Deprecated.  

C

CommonValueMatchers - Class in org.neo4j.graphmatching
Deprecated. 
CompareExpression - Class in org.neo4j.graphmatching.filter
Deprecated. 
CompareExpression(String, String, String, Object) - Constructor for class org.neo4j.graphmatching.filter.CompareExpression
Deprecated. Constructs a new comparison expression.
createOptionalRelationshipTo(PatternNode) - Method in class org.neo4j.graphmatching.PatternNode
Deprecated. Create a directed, optional PatternRelationship from this node, to the specified other node.
createOptionalRelationshipTo(PatternNode, Direction) - Method in class org.neo4j.graphmatching.PatternNode
Deprecated. Create an optional PatternRelationship between this node and the specified other node, with the specified direction.
createOptionalRelationshipTo(PatternNode, RelationshipType) - Method in class org.neo4j.graphmatching.PatternNode
Deprecated. Create a directed, optional PatternRelationship of the specified RelationshipType from this node to the specified other node.
createOptionalRelationshipTo(PatternNode, RelationshipType, Direction) - Method in class org.neo4j.graphmatching.PatternNode
Deprecated. Create an optional PatternRelationship of the specified RelationshipType between this node and the specified other node, with the specified direction.
createRelationshipTo(PatternNode) - Method in class org.neo4j.graphmatching.PatternNode
Deprecated. Create a directed, required PatternRelationship from this node, to the specified other node.
createRelationshipTo(PatternNode, Direction) - Method in class org.neo4j.graphmatching.PatternNode
Deprecated. Create a required PatternRelationship between this node and the specified other node, with the specified direction.
createRelationshipTo(PatternNode, RelationshipType) - Method in class org.neo4j.graphmatching.PatternNode
Deprecated. Create a directed, required PatternRelationship of the specified RelationshipType from this node to the specified other node.
createRelationshipTo(PatternNode, RelationshipType, Direction) - Method in class org.neo4j.graphmatching.PatternNode
Deprecated. Create a required PatternRelationship of the specified RelationshipType between this node and the specified other node, with the specified direction.

D

DEFAULT_PATTERN_GROUP - Static variable in class org.neo4j.graphmatching.PatternNode
Deprecated. The default PatternGroup.

E

equals(Object) - Method in class org.neo4j.graphmatching.PatternElement
Deprecated.  
exact(Object) - Static method in class org.neo4j.graphmatching.CommonValueMatchers
Deprecated. Checks for equality between a value and valueToMatch.
exactAny(Object) - Static method in class org.neo4j.graphmatching.CommonValueMatchers
Deprecated. Checks for equality between a value and valueToMatch.
exactAnyOf(Object...) - Static method in class org.neo4j.graphmatching.CommonValueMatchers
Deprecated. Checks for equality between a value and any one of anyOfTheseToMatch.

F

FilterBinaryNode - Class in org.neo4j.graphmatching.filter
Deprecated. 
FilterBinaryNode(FilterExpression, boolean, FilterExpression) - Constructor for class org.neo4j.graphmatching.filter.FilterBinaryNode
Deprecated. Constructs a new binary node which has two expressions, grouped together as one.
FilterExpression - Interface in org.neo4j.graphmatching.filter
Deprecated. 
FilterValueGetter - Interface in org.neo4j.graphmatching.filter
Deprecated. 

G

getAllRelationships() - Method in class org.neo4j.graphmatching.PatternNode
Deprecated. Get all PatternRelationships associated with this pattern node.
getAssociation() - Method in class org.neo4j.graphmatching.AbstractPatternObject
Deprecated. Get the Node or Relationship currently associated with this pattern object.
getDirectionFrom(PatternNode) - Method in class org.neo4j.graphmatching.PatternRelationship
Deprecated. Get the direction in which relationships are discovered using this relationship pattern from the specified node.
getElements() - Method in class org.neo4j.graphmatching.PatternMatch
Deprecated. Get the matched elements in this match.
getFilters() - Method in class org.neo4j.graphmatching.PatternGroup
Deprecated. Returns the filter expressions which has been added for this group with PatternGroup.addFilter(FilterExpression).
getFirstNode() - Method in class org.neo4j.graphmatching.PatternRelationship
Deprecated. Get the first pattern node that this pattern relationship relates.
getFromPatternRelationship() - Method in class org.neo4j.graphmatching.PatternElement
Deprecated. Returns the PatternRelationship corresponding to the matching Relationship.
getFromRelationship() - Method in class org.neo4j.graphmatching.PatternElement
Deprecated. Returns the Relationship traversed to get to the Node returned from PatternElement.getNode().
getGroup() - Method in class org.neo4j.graphmatching.PatternNode
Deprecated. Get the PatternGroup of this pattern node.
getLabel() - Method in class org.neo4j.graphmatching.AbstractPatternObject
Deprecated. Get the label of this pattern object.
getLabel() - Method in class org.neo4j.graphmatching.filter.AbstractFilterExpression
Deprecated.  
getLeftExpression() - Method in class org.neo4j.graphmatching.filter.FilterBinaryNode
Deprecated.  
getMatcher() - Static method in class org.neo4j.graphmatching.PatternMatcher
Deprecated. Get the sole instance of the PatternMatcher.
getNode() - Method in class org.neo4j.graphmatching.PatternElement
Deprecated. Returns the matching Node which is just one part of the whole match.
getNodeFor(PatternNode) - Method in class org.neo4j.graphmatching.PatternMatch
Deprecated.  
getOtherNode(PatternNode) - Method in class org.neo4j.graphmatching.PatternRelationship
Deprecated. Get the PatternNode that this pattern relationship relates, that is not the specified node.
getPatternNode() - Method in class org.neo4j.graphmatching.PatternElement
Deprecated. Returns the PatternNode corresponding to the matching Node.
getProperty() - Method in class org.neo4j.graphmatching.filter.AbstractFilterExpression
Deprecated.  
getPropertyConstraints() - Method in class org.neo4j.graphmatching.AbstractPatternObject
Deprecated. Get all the constraints on the properties of this pattern object.
getRelationshipFor(PatternRelationship) - Method in class org.neo4j.graphmatching.PatternMatch
Deprecated.  
getRelationships(boolean) - Method in class org.neo4j.graphmatching.PatternNode
Deprecated. Get the optional or the required PatternRelationships associated with this pattern node.
getRightExpression() - Method in class org.neo4j.graphmatching.filter.FilterBinaryNode
Deprecated.  
getSecondNode() - Method in class org.neo4j.graphmatching.PatternRelationship
Deprecated. Get the second pattern node that this pattern relationship relates.
getType() - Method in class org.neo4j.graphmatching.PatternRelationship
Deprecated. Get the RelationshipType a relationship must have in order to match this pattern relationship.
getValues(String) - Method in interface org.neo4j.graphmatching.filter.FilterValueGetter
Deprecated. Returns an array of values.

H

has() - Static method in class org.neo4j.graphmatching.CommonValueMatchers
Deprecated. Checks that the property exists.
hashCode() - Method in class org.neo4j.graphmatching.PatternElement
Deprecated.  

I

isOptional() - Method in class org.neo4j.graphmatching.PatternRelationship
Deprecated. Does this pattern relationship represent a relationship that has to exist in the subgraph to consider the subgraph a match of the pattern, or is it an optional relationship.

L

label - Variable in class org.neo4j.graphmatching.AbstractPatternObject
Deprecated.  

M

match(PatternNode, Node) - Method in class org.neo4j.graphmatching.PatternMatcher
Deprecated. Find occurrences of the pattern defined by the given PatternNode where the given PatternNode starts matching at the given Node.
match(PatternNode, Node, Map<String, PatternNode>) - Method in class org.neo4j.graphmatching.PatternMatcher
Deprecated. Find occurrences of the pattern defined by the given PatternNode where the given PatternNode starts matching at the given Node.
match(PatternNode, Map<String, PatternNode>, PatternNode...) - Method in class org.neo4j.graphmatching.PatternMatcher
Deprecated. Find occurrences of the pattern defined by the given PatternNode where the given PatternNode starts matching at the given Node.
match(PatternNode, Map<String, PatternNode>, Collection<PatternNode>) - Method in class org.neo4j.graphmatching.PatternMatcher
Deprecated. Find occurrences of the pattern defined by the given PatternNode where the given PatternNode starts matching at the given Node.
match(PatternNode, Node, Map<String, PatternNode>, Collection<PatternNode>) - Method in class org.neo4j.graphmatching.PatternMatcher
Deprecated. Find occurrences of the pattern defined by the given PatternNode where the given PatternNode starts matching at the given Node.
match(PatternNode, Node, Map<String, PatternNode>, PatternNode...) - Method in class org.neo4j.graphmatching.PatternMatcher
Deprecated. Find occurrences of the pattern defined by the given PatternNode where the given PatternNode starts matching at the given Node.
matches(FilterValueGetter) - Method in class org.neo4j.graphmatching.filter.CompareExpression
Deprecated.  
matches(FilterValueGetter) - Method in class org.neo4j.graphmatching.filter.FilterBinaryNode
Deprecated.  
matches(FilterValueGetter) - Method in interface org.neo4j.graphmatching.filter.FilterExpression
Deprecated. Matches a value from a valueGetter and returns whether or not there was a match.
matches(FilterValueGetter) - Method in class org.neo4j.graphmatching.filter.RegexPattern
Deprecated.  
matches(Object) - Method in interface org.neo4j.graphmatching.ValueMatcher
Deprecated. Tries to match value to see if it matches an expected value.
merge(Iterable<PatternMatch>) - Static method in class org.neo4j.graphmatching.PatternMatch
Deprecated. Used to merge two matches.
merge(PatternMatch...) - Static method in class org.neo4j.graphmatching.PatternMatch
Deprecated. Used to merge matches.

O

org.neo4j.graphmatching - package org.neo4j.graphmatching
Facilities for finding occurrences of patterns in a Neo4j graph.
org.neo4j.graphmatching.filter - package org.neo4j.graphmatching.filter
Filters that allow you to filter out based on properties on nodes and relationships.

P

PatternElement - Class in org.neo4j.graphmatching
Deprecated. 
PatternGroup - Class in org.neo4j.graphmatching
Deprecated. 
PatternGroup() - Constructor for class org.neo4j.graphmatching.PatternGroup
Deprecated.  
PatternMatch - Class in org.neo4j.graphmatching
Deprecated. 
PatternMatcher - Class in org.neo4j.graphmatching
Deprecated. 
PatternNode - Class in org.neo4j.graphmatching
Deprecated. 
PatternNode() - Constructor for class org.neo4j.graphmatching.PatternNode
Deprecated. Create a new pattern node in the default PatternGroup with a blank label.
PatternNode(String) - Constructor for class org.neo4j.graphmatching.PatternNode
Deprecated. Create a new pattern node in the default PatternGroup with the specified label.
PatternNode(PatternGroup) - Constructor for class org.neo4j.graphmatching.PatternNode
Deprecated. Create a new pattern node in the specified PatternGroup with a blank label.
PatternNode(PatternGroup, String) - Constructor for class org.neo4j.graphmatching.PatternNode
Deprecated. Create a new pattern node in the specified PatternGroup with the specified label.
PatternRelationship - Class in org.neo4j.graphmatching
Deprecated. 
PatternUtil - Class in org.neo4j.graphmatching
Deprecated. 
PatternUtil() - Constructor for class org.neo4j.graphmatching.PatternUtil
Deprecated.  
printGraph(PatternNode, PrintStream) - Static method in class org.neo4j.graphmatching.PatternUtil
Deprecated. Print a pattern graph rooted at a particular PatternNode to the specified PrintStream.
propertyValueToCollection(Object) - Static method in class org.neo4j.graphmatching.ArrayPropertyUtil
Deprecated.  

R

regex(Pattern) - Static method in class org.neo4j.graphmatching.CommonValueMatchers
Deprecated. Checks that the String property matches the specified regular expression pattern.
RegexPattern - Class in org.neo4j.graphmatching.filter
Deprecated. 
RegexPattern(String, String, String, String) - Constructor for class org.neo4j.graphmatching.filter.RegexPattern
Deprecated. Constructs a new regex pattern for filtering.

S

setAssociation(T) - Method in class org.neo4j.graphmatching.AbstractPatternObject
Deprecated. Associate this object with a particular Node or Relationship.
setLabel(String) - Method in class org.neo4j.graphmatching.AbstractPatternObject
Deprecated. Sets the label of this pattern object;

T

toString() - Method in class org.neo4j.graphmatching.PatternElement
Deprecated.  
toString() - Method in class org.neo4j.graphmatching.PatternNode
Deprecated.  
toString() - Method in class org.neo4j.graphmatching.PatternRelationship
Deprecated.  

V

ValueMatcher - Interface in org.neo4j.graphmatching
Deprecated. 

A C D E F G H I L M O P R S T V

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