Interface ArangoGraphTraversalJoinable
- All Known Implementing Classes:
ArangoGraphTraversalNodeOptionBuilder,ArangoNodeCollectionSubQueryBuilder,ArangoNodeGetSubQueryBuilder,ArangoNodeSubQueryBuilder
public interface ArangoGraphTraversalJoinable
-
Method Summary
Modifier and TypeMethodDescriptionjoinGraphTraversal(ai.stapi.graphoperations.graphLanguage.graphDescription.specific.positive.AbstractEdgeDescription edgeDescription) mapGraphTraversal(String fieldName, ai.stapi.graphoperations.graphLanguage.graphDescription.specific.positive.AbstractEdgeDescription edgeDescription) mapGraphTraversalAsConnections(String fieldName, ai.stapi.graphoperations.graphLanguage.graphDescription.specific.positive.AbstractEdgeDescription edgeDescription)
-
Method Details
-
joinGraphTraversal
ArangoGraphTraversalSubQueryBuilder joinGraphTraversal(ai.stapi.graphoperations.graphLanguage.graphDescription.specific.positive.AbstractEdgeDescription edgeDescription) -
mapGraphTraversal
ArangoGraphTraversalSubQueryBuilder mapGraphTraversal(String fieldName, ai.stapi.graphoperations.graphLanguage.graphDescription.specific.positive.AbstractEdgeDescription edgeDescription) -
mapGraphTraversalAsConnections
ArangoGraphTraversalSubQueryBuilder mapGraphTraversalAsConnections(String fieldName, ai.stapi.graphoperations.graphLanguage.graphDescription.specific.positive.AbstractEdgeDescription edgeDescription)
-