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