java.lang.Object
ai.stapi.arangograph.graphLoader.arangoQuery.ast.AqlList
All Implemented Interfaces:
AqlNode

public class AqlList extends Object implements AqlNode
  • Constructor Details

    • AqlList

      public AqlList(List<AqlNode> aqlNodeList)
    • AqlList

      public AqlList(AqlNode... aqlNodeList)
  • Method Details