Uses of Interface
org.neo4j.cypherdsl.core.QuantifiedPathPattern.Quantifier
Packages that use QuantifiedPathPattern.Quantifier
-
Uses of QuantifiedPathPattern.Quantifier in org.neo4j.cypherdsl.core
Methods in org.neo4j.cypherdsl.core that return QuantifiedPathPattern.QuantifierModifier and TypeMethodDescriptionRelationship.getQuantifier()Returns the quantifier of this relationship if any.RelationshipBase.getQuantifier()Creates an interval quantifierQuantifiedPathPattern.plus()Returns the+quantifier.QuantifiedPathPattern.star()Returns the*quantifier.Methods in org.neo4j.cypherdsl.core with parameters of type QuantifiedPathPattern.QuantifierModifier and TypeMethodDescription@NotNull QuantifiedPathPatternRelationshipBase.quantify(QuantifiedPathPattern.Quantifier newQuantifier) @NotNull QuantifiedPathPatternRelationshipChain.quantify(QuantifiedPathPattern.Quantifier newQuantifier) default @NotNull PatternElementRelationshipPattern.quantify(QuantifiedPathPattern.Quantifier quantifier) Quantifies the pattern.@NotNull RelationshipPatternRelationshipBase.quantifyRelationship(QuantifiedPathPattern.Quantifier newQuantifier) @NotNull RelationshipPatternRelationshipChain.quantifyRelationship(QuantifiedPathPattern.Quantifier quantifier) default @NotNull PatternElementRelationshipPattern.quantifyRelationship(QuantifiedPathPattern.Quantifier quantifier) Quantifies the relationship.