Uses of Interface
org.neo4j.cypherdsl.core.PatternSelector
Packages that use PatternSelector
-
Uses of PatternSelector in org.neo4j.cypherdsl.core
Classes in org.neo4j.cypherdsl.core that implement PatternSelectorModifier and TypeClassDescriptionstatic final classRepresentingALL SHORTEST.static final classRepresentingANY.static final classRepresentingSHORTEST K.static final classRepresentingSHORTEST K GROUPS.Methods in org.neo4j.cypherdsl.core that return PatternSelectorModifier and TypeMethodDescriptionstatic PatternSelectorPatternSelector.allShortest()static PatternSelectorPatternSelector.any()static PatternSelectorPatternSelector.shortestK(int k) static PatternSelectorPatternSelector.shortestKGroups(int k) Methods in org.neo4j.cypherdsl.core with parameters of type PatternSelectorModifier and TypeMethodDescriptionstatic NamedPathNamedPath.select(PatternSelector patternSelector, PatternElement patternElement)