Uses of Class
ai.stapi.arangograph.graphLoader.arangoQuery.ast.AqlInteger
Packages that use AqlInteger
-
Uses of AqlInteger in ai.stapi.arangograph.graphLoader.arangoQuery.ast.highLevelOperations
Methods in ai.stapi.arangograph.graphLoader.arangoQuery.ast.highLevelOperations that return AqlIntegerModifier and TypeMethodDescription@Nullable AqlIntegerAqlGraphTraversalFor.getMax()@Nullable AqlIntegerAqlGraphTraversalFor.getMin()Constructors in ai.stapi.arangograph.graphLoader.arangoQuery.ast.highLevelOperations with parameters of type AqlIntegerModifierConstructorDescriptionAqlGraphTraversalFor(AqlVariable nodeVariable, TraversalDirection traversalDirection, AqlNode startNode, List<AqlNode> edgeCollections, @Nullable AqlVariable edgeVariable, @Nullable AqlVariable pathVariable, @Nullable AqlInteger min, @Nullable AqlInteger max)