@NotNull RelationshipChain |
RelationshipChain.length(Integer minimum,
Integer maximum) |
Changes the length of the last element of this chain
|
@NotNull RelationshipChain |
RelationshipChain.max(Integer maximum) |
Changes the length of the last element of this chain to a new maximum length
|
@NotNull RelationshipChain |
RelationshipChain.min(Integer minimum) |
Changes the length of the last element of this chain to a new minimum length
|
@NotNull RelationshipChain |
RelationshipChain.named(String newSymbolicName) |
Replaces the last element of this chains with a copy of the relationship with the new symbolic name.
|
@NotNull RelationshipChain |
RelationshipChain.named(SymbolicName newSymbolicName) |
Replaces the last element of this chains with a copy of the relationship with the new symbolic name.
|
@NotNull RelationshipChain |
RelationshipChain.properties(Object... keysAndValues) |
Adds properties to the last element of this chain.
|
@NotNull RelationshipChain |
RelationshipChain.properties(MapExpression newProperties) |
Adds properties to the last element of this chain.
|
@NotNull RelationshipChain |
RelationshipBase.relationshipBetween(Node other,
String... types) |
|
@NotNull RelationshipChain |
RelationshipChain.relationshipBetween(Node other,
String... types) |
|
@NotNull RelationshipChain |
RelationshipBase.relationshipFrom(Node other,
String... types) |
|
@NotNull RelationshipChain |
RelationshipChain.relationshipFrom(Node other,
String... types) |
|
@NotNull RelationshipChain |
RelationshipBase.relationshipTo(Node other,
String... types) |
|
@NotNull RelationshipChain |
RelationshipChain.relationshipTo(Node other,
String... types) |
|
@NotNull RelationshipChain |
RelationshipChain.unbounded() |
Changes the length of the last element of this chain to an unbounded pattern.
|