|
Neo4j Community | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PatternRelationship | |
|---|---|
| org.neo4j.graphmatching | Facilities for finding occurrences of patterns in a Neo4j graph. |
| Uses of PatternRelationship in org.neo4j.graphmatching |
|---|
| Methods in org.neo4j.graphmatching that return PatternRelationship | |
|---|---|
PatternRelationship |
PatternNode.createOptionalRelationshipTo(PatternNode otherNode)
Deprecated. Create a directed, optional PatternRelationship from this node,
to the specified other node. |
PatternRelationship |
PatternNode.createOptionalRelationshipTo(PatternNode otherNode,
Direction dir)
Deprecated. Create an optional PatternRelationship between this node and the
specified other node, with the specified direction. |
PatternRelationship |
PatternNode.createOptionalRelationshipTo(PatternNode otherNode,
RelationshipType type)
Deprecated. Create a directed, optional PatternRelationship of the specified
RelationshipType from this node to the specified other node. |
PatternRelationship |
PatternNode.createOptionalRelationshipTo(PatternNode otherNode,
RelationshipType type,
Direction dir)
Deprecated. Create an optional PatternRelationship of the specified
RelationshipType between this node and the specified other node,
with the specified direction. |
PatternRelationship |
PatternNode.createRelationshipTo(PatternNode otherNode)
Deprecated. Create a directed, required PatternRelationship from this node,
to the specified other node. |
PatternRelationship |
PatternNode.createRelationshipTo(PatternNode otherNode,
Direction dir)
Deprecated. Create a required PatternRelationship between this node and the
specified other node, with the specified direction. |
PatternRelationship |
PatternNode.createRelationshipTo(PatternNode otherNode,
RelationshipType type)
Deprecated. Create a directed, required PatternRelationship of the specified
RelationshipType from this node to the specified other node. |
PatternRelationship |
PatternNode.createRelationshipTo(PatternNode otherNode,
RelationshipType type,
Direction dir)
Deprecated. Create a required PatternRelationship of the specified
RelationshipType between this node and the specified other node,
with the specified direction. |
PatternRelationship |
PatternElement.getFromPatternRelationship()
Deprecated. Returns the PatternRelationship corresponding to the matching
Relationship. |
| Methods in org.neo4j.graphmatching that return types with arguments of type PatternRelationship | |
|---|---|
Iterable<PatternRelationship> |
PatternNode.getAllRelationships()
Deprecated. Get all PatternRelationships associated with this pattern node. |
Iterable<PatternRelationship> |
PatternNode.getRelationships(boolean optional)
Deprecated. Get the optional or the required PatternRelationships associated
with this pattern node. |
| Methods in org.neo4j.graphmatching with parameters of type PatternRelationship | |
|---|---|
Relationship |
PatternMatch.getRelationshipFor(PatternRelationship rel)
Deprecated. |
|
Neo4j Community | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||