Package org.neo4j.cypherdsl.core
Interface RelationshipPattern
-
- All Superinterfaces:
ExposesRelationships<RelationshipChain>,PatternElement,Visitable
- All Known Implementing Classes:
Relationship,RelationshipChain
@API(status=EXPERIMENTAL, since="1.0") public interface RelationshipPattern extends PatternElement, ExposesRelationships<RelationshipChain>A shared, public interface forrelationshipsandchains of relationships. This interface reassembles the RelationshipPattern.This interface can be used synonymous with the concept of a Path Pattern.
- Since:
- 1.0
- Author:
- Michael J. Simons
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExposesRelationships<RelationshipChain>named(java.lang.String name)-
Methods inherited from interface org.neo4j.cypherdsl.core.ExposesRelationships
relationshipBetween, relationshipFrom, relationshipTo
-
-
-
-
Method Detail
-
named
ExposesRelationships<RelationshipChain> named(java.lang.String name)
-
-