Uses of Enum Class
ai.stapi.arangograph.graphLoader.arangoQuery.ast.highLevelOperations.TraversalDirection
Packages that use TraversalDirection
-
Uses of TraversalDirection in ai.stapi.arangograph.graphLoader.arangoQuery.ast.highLevelOperations
Methods in ai.stapi.arangograph.graphLoader.arangoQuery.ast.highLevelOperations that return TraversalDirectionModifier and TypeMethodDescriptionAqlGraphTraversalFor.getTraversalDirection()static TraversalDirectionReturns the enum constant of this class with the specified name.static TraversalDirection[]TraversalDirection.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in ai.stapi.arangograph.graphLoader.arangoQuery.ast.highLevelOperations with parameters of type TraversalDirectionModifierConstructorDescriptionAqlGraphTraversalFor(AqlVariable nodeVariable, TraversalDirection traversalDirection, AqlNode startNode, List<AqlNode> edgeCollections, @Nullable AqlVariable edgeVariable, @Nullable AqlVariable pathVariable, @Nullable AqlInteger min, @Nullable AqlInteger max)