|
Neo4j Community | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.neo4j.graphmatching.PatternMatch
@Deprecated public class PatternMatch
Represents one match found by the PatternMatcher. The match is
itself a graph which looks like the pattern fed to the PatternMatcher
| Method Summary | |
|---|---|
Iterable<PatternElement> |
getElements()
Deprecated. Get the matched elements in this match. |
Node |
getNodeFor(PatternNode node)
Deprecated. |
Relationship |
getRelationshipFor(PatternRelationship rel)
Deprecated. |
static PatternMatch |
merge(Iterable<PatternMatch> matches)
Deprecated. Used to merge two matches. |
static PatternMatch |
merge(PatternMatch... matches)
Deprecated. Used to merge matches. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public Node getNodeFor(PatternNode node)
node - the PatternNode to get the Node for.
Node for this particular match, represented
by node in the patternpublic Relationship getRelationshipFor(PatternRelationship rel)
rel - the PatternRelationship to get the
Relationship for.
Relationship for this particular match,
represented by rel in the patternpublic Iterable<PatternElement> getElements()
public static PatternMatch merge(Iterable<PatternMatch> matches)
matches - the matches to merge together.
public static PatternMatch merge(PatternMatch... matches)
matches - the matches to merge together.
|
Neo4j Community | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||