|
Neo4j Community | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.neo4j.graphmatching.PatternElement
@Deprecated public class PatternElement
Represents a part of a match. It holds the matching Node
, its
corresponsing PatternNode
in the client-supplied pattern as well
as the last Relationship
and PatternRelationship
to get
there.
Method Summary | |
---|---|
boolean |
equals(Object o)
Deprecated. |
PatternRelationship |
getFromPatternRelationship()
Deprecated. Returns the PatternRelationship corresponding to the matching
Relationship . |
Relationship |
getFromRelationship()
Deprecated. Returns the Relationship traversed to get to the Node
returned from getNode() . |
Node |
getNode()
Deprecated. Returns the matching Node which is just one part of the whole
match. |
PatternNode |
getPatternNode()
Deprecated. Returns the PatternNode corresponding to the matching
Node . |
int |
hashCode()
Deprecated. |
String |
toString()
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public PatternNode getPatternNode()
PatternNode
corresponding to the matching
Node
.
PatternNode
corresponsing to matching Node
.public Node getNode()
Node
which is just one part of the whole
match.
Node
which is just one part of the whole
match.public String toString()
toString
in class Object
public PatternRelationship getFromPatternRelationship()
PatternRelationship
corresponding to the matching
Relationship
.
PatternRelationship
corresponsing to matching
Relationship
.public Relationship getFromRelationship()
Relationship
traversed to get to the Node
returned from getNode()
.
Relationship
traversed to get to this node.public int hashCode()
hashCode
in class Object
public boolean equals(Object o)
equals
in class Object
|
Neo4j Community | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |