Class RelationshipChain

java.lang.Object
org.neo4j.cypherdsl.core.RelationshipChain
All Implemented Interfaces:
Visitable, ExposesPatternLengthAccessors<RelationshipChain>, ExposesRelationships<RelationshipChain>, PatternElement, RelationshipPattern

@API(status=STABLE, since="1.0") public final class RelationshipChain extends Object implements RelationshipPattern, ExposesPatternLengthAccessors<RelationshipChain>
Represents a chain of relationships. The chain is meant to be in order and the right node of an element is related to the left node of the next element.
Since:
1.0
Author:
Michael J. Simons