Interface ArangoSubQueryResolver
- All Known Implementing Classes:
AbstractArangoSubQueryResolver,ArangoEdgeCollectionSubQueryResolver,ArangoEdgeGetSubQueryResolver,ArangoGraphTraversalSubQueryResolver,ArangoNodeCollectionSubQueryResolver,ArangoNodeGetSubQueryResolver
public interface ArangoSubQueryResolver
-
Method Summary
Modifier and TypeMethodDescriptionvoidresolve(ArangoSubQueryBuilder builder, ai.stapi.graphoperations.graphLanguage.graphDescription.GraphDescription graphDescription) voidresolve(ArangoSubQueryBuilder builder, ai.stapi.graphoperations.objectGraphLanguage.ObjectGraphMapping objectGraphMapping) booleansupports(ArangoSubQueryBuilder builder, ai.stapi.graphoperations.graphLanguage.graphDescription.GraphDescription graphDescription)
-
Method Details
-
supports
boolean supports(ArangoSubQueryBuilder builder, ai.stapi.graphoperations.graphLanguage.graphDescription.GraphDescription graphDescription) -
resolve
void resolve(ArangoSubQueryBuilder builder, ai.stapi.graphoperations.graphLanguage.graphDescription.GraphDescription graphDescription) -
resolve
void resolve(ArangoSubQueryBuilder builder, ai.stapi.graphoperations.objectGraphLanguage.ObjectGraphMapping objectGraphMapping)
-