public interface MatchQueryAdmin extends MatchQuery
| Modifier and Type | Method and Description |
|---|---|
Optional<GraknGraph> |
getGraph() |
Set<OntologyConcept> |
getOntologyConcepts() |
Set<OntologyConcept> |
getOntologyConcepts(GraknGraph graph) |
Conjunction<PatternAdmin> |
getPattern() |
Set<Var> |
getSelectedNames() |
admin, aggregate, ask, delete, delete, delete, distinct, get, insert, insert, limit, offset, orderBy, orderBy, orderBy, orderBy, select, select, withGraphexecute, isReadOnly, resultsStringiterator, parallelStream, streamforEach, spliterator@CheckReturnValue Set<OntologyConcept> getOntologyConcepts(GraknGraph graph)
graph - the graph to use to get types from@CheckReturnValue Set<OntologyConcept> getOntologyConcepts()
@CheckReturnValue Conjunction<PatternAdmin> getPattern()
@CheckReturnValue Optional<GraknGraph> getGraph()
@CheckReturnValue Set<Var> getSelectedNames()
Copyright © 2017 Grakn Labs Ltd. All rights reserved.