|
Neo4j | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PatternMatch | |
---|---|
org.neo4j.graphmatching | Facilities for finding occurrences of patterns in a Neo4j graph. |
Uses of PatternMatch in org.neo4j.graphmatching |
---|
Methods in org.neo4j.graphmatching that return PatternMatch | |
---|---|
static PatternMatch |
PatternMatch.merge(Iterable<PatternMatch> matches)
Deprecated. Used to merge two matches. |
static PatternMatch |
PatternMatch.merge(PatternMatch... matches)
Deprecated. Used to merge matches. |
Methods in org.neo4j.graphmatching that return types with arguments of type PatternMatch | |
---|---|
Iterable<PatternMatch> |
PatternMatcher.match(PatternNode start,
Map<String,PatternNode> objectVariables,
Collection<PatternNode> optional)
Deprecated. Find occurrences of the pattern defined by the given PatternNode
where the given PatternNode starts matching at the given
Node . |
Iterable<PatternMatch> |
PatternMatcher.match(PatternNode start,
Map<String,PatternNode> objectVariables,
PatternNode... optional)
Deprecated. Find occurrences of the pattern defined by the given PatternNode
where the given PatternNode starts matching at the given
Node . |
Iterable<PatternMatch> |
PatternMatcher.match(PatternNode start,
Node startNode)
Deprecated. Find occurrences of the pattern defined by the given PatternNode
where the given PatternNode starts matching at the given
Node . |
Iterable<PatternMatch> |
PatternMatcher.match(PatternNode start,
Node startNode,
Map<String,PatternNode> objectVariables)
Deprecated. Find occurrences of the pattern defined by the given PatternNode
where the given PatternNode starts matching at the given
Node . |
Iterable<PatternMatch> |
PatternMatcher.match(PatternNode start,
Node startNode,
Map<String,PatternNode> objectVariables,
Collection<PatternNode> optional)
Deprecated. Find occurrences of the pattern defined by the given PatternNode
where the given PatternNode starts matching at the given
Node . |
Iterable<PatternMatch> |
PatternMatcher.match(PatternNode start,
Node startNode,
Map<String,PatternNode> objectVariables,
PatternNode... optional)
Deprecated. Find occurrences of the pattern defined by the given PatternNode
where the given PatternNode starts matching at the given
Node . |
Methods in org.neo4j.graphmatching with parameters of type PatternMatch | |
---|---|
static PatternMatch |
PatternMatch.merge(PatternMatch... matches)
Deprecated. Used to merge matches. |
Method parameters in org.neo4j.graphmatching with type arguments of type PatternMatch | |
---|---|
static PatternMatch |
PatternMatch.merge(Iterable<PatternMatch> matches)
Deprecated. Used to merge two matches. |
|
Neo4j | |||||||||
PREV NEXT | FRAMES NO FRAMES |