public class MatchQueryBase extends Object implements MatchQueryInternal
| Constructor and Description |
|---|
MatchQueryBase(Conjunction<PatternAdmin> pattern) |
| Modifier and Type | Method and Description |
|---|---|
Optional<MindmapsGraph> |
getGraph() |
Conjunction<PatternAdmin> |
getPattern() |
<any> |
getSelectedNames() |
Set<Type> |
getTypes() |
Set<Type> |
getTypes(MindmapsGraph graph) |
java.util.stream.Stream<Map<String,Concept>> |
stream(Optional<MindmapsGraph> optionalGraph,
Optional<MatchOrder> order)
Execute the query using the given graph.
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaggregate, ask, colorKeyword, colorType, delete, delete, distinct, get, insert, isReadOnly, limit, offset, orderBy, resultsString, select, stream, withGraphadmindelete, execute, insert, orderBy, selectiterator, parallelStreamforEach, spliteratorpublic MatchQueryBase(Conjunction<PatternAdmin> pattern)
pattern - a pattern to match in the graphpublic java.util.stream.Stream<Map<String,Concept>> stream(Optional<MindmapsGraph> optionalGraph, Optional<MatchOrder> order)
MatchQueryInternalstream in interface MatchQueryInternaloptionalGraph - the graph to use to execute the queryorder - how to order the resulting streampublic Set<Type> getTypes(MindmapsGraph graph)
getTypes in interface MatchQueryAdmingraph - the graph to use to get types frompublic Set<Type> getTypes()
getTypes in interface MatchQueryAdminpublic <any> getSelectedNames()
getSelectedNames in interface MatchQueryAdminpublic Conjunction<PatternAdmin> getPattern()
getPattern in interface MatchQueryAdminpublic Optional<MindmapsGraph> getGraph()
getGraph in interface MatchQueryAdminCopyright © 2016. All rights reserved.