| Modifier and Type | Method and Description |
|---|---|
MindmapsGraph |
MindmapsGraphFactory.getGraph() |
MindmapsGraph |
MindmapsGraphFactory.getGraphBatchLoading() |
| Constructor and Description |
|---|
RemoteSession(java.util.function.Function<String,MindmapsGraph> getGraph) |
| Modifier and Type | Method and Description |
|---|---|
static void |
PokemonGraphFactory.loadGraph(MindmapsGraph mindmapsGraph) |
static void |
MovieGraphFactory.loadGraph(MindmapsGraph mindmapsGraph) |
| Modifier and Type | Method and Description |
|---|---|
MindmapsGraph |
MindmapsGraphFactoryInMemory.getGraph() |
MindmapsGraph |
MindmapsGraphFactoryImpl.getGraph() |
MindmapsGraph |
GraphFactory.getGraph(String keyspace) |
MindmapsGraph |
MindmapsGraphFactoryInMemory.getGraphBatchLoading() |
MindmapsGraph |
MindmapsGraphFactoryImpl.getGraphBatchLoading() |
MindmapsGraph |
GraphFactory.getGraphBatchLoading(String keyspace) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMindmapsGraph<G extends org.apache.tinkerpop.gremlin.structure.Graph> |
class |
MindmapsOrientDBGraph |
class |
MindmapsTinkerGraph
A mindmaps graph which uses a Tinkergraph backend.
|
class |
MindmapsTitanGraph |
| Modifier and Type | Method and Description |
|---|---|
static Autocomplete |
Autocomplete.create(MindmapsGraph graph,
String query,
int cursorPosition) |
static QueryBuilder |
Graql.withGraph(MindmapsGraph graph) |
Query<T> |
Query.withGraph(MindmapsGraph graph) |
MatchQuery |
MatchQuery.withGraph(MindmapsGraph graph) |
InsertQuery |
InsertQuery.withGraph(MindmapsGraph graph) |
DeleteQuery |
DeleteQuery.withGraph(MindmapsGraph graph) |
ComputeQuery |
ComputeQuery.withGraph(MindmapsGraph graph) |
AskQuery |
AskQuery.withGraph(MindmapsGraph graph) |
AggregateQuery<T> |
AggregateQuery.withGraph(MindmapsGraph graph) |
| Constructor and Description |
|---|
Reasoner(MindmapsGraph graph) |
| Modifier and Type | Method and Description |
|---|---|
Optional<MindmapsGraph> |
MatchQueryAdmin.getGraph() |
Optional<MindmapsGraph> |
InsertQueryAdmin.getGraph() |
| Modifier and Type | Method and Description |
|---|---|
Set<Type> |
MatchQueryAdmin.getTypes(MindmapsGraph graph) |
| Constructor and Description |
|---|
GremlinQuery(MindmapsGraph graph,
PatternAdmin pattern,
<any> names,
Optional<MatchOrder> order) |
| Modifier and Type | Method and Description |
|---|---|
void |
VarPropertyInternal.checkValid(MindmapsGraph graph,
VarAdmin var)
Check if the given property can be used in a match query
|
void |
RelationProperty.checkValidProperty(MindmapsGraph graph,
VarAdmin var) |
void |
IsaProperty.checkValidProperty(MindmapsGraph graph,
VarAdmin var) |
void |
VarPropertyInternal.delete(MindmapsGraph graph,
Concept concept)
Delete the given property from the graph, if possible.
|
void |
PlaysRoleProperty.delete(MindmapsGraph graph,
Concept concept) |
void |
HasScopeProperty.delete(MindmapsGraph graph,
Concept concept) |
void |
HasRoleProperty.delete(MindmapsGraph graph,
Concept concept) |
void |
HasResourceProperty.delete(MindmapsGraph graph,
Concept concept) |
| Modifier and Type | Method and Description |
|---|---|
MindmapsGraph |
InsertQueryExecutor.getGraph() |
| Modifier and Type | Method and Description |
|---|---|
static ComputeQuery |
Queries.compute(Optional<MindmapsGraph> graph,
String computeMethod) |
static ComputeQuery |
Queries.compute(Optional<MindmapsGraph> graph,
String computeMethod,
Set<String> subTypeIds,
Set<String> statisticsResourceTypeIds) |
static InsertQueryAdmin |
Queries.insert(<any> vars,
Optional<MindmapsGraph> graph) |
| Modifier and Type | Method and Description |
|---|---|
Optional<MindmapsGraph> |
MatchQueryBase.getGraph() |
| Modifier and Type | Method and Description |
|---|---|
Set<Type> |
MatchQueryBase.getTypes(MindmapsGraph graph) |
default MatchQuery |
MatchQueryInternal.withGraph(MindmapsGraph graph) |
| Modifier and Type | Method and Description |
|---|---|
java.util.stream.Stream<Map<String,Concept>> |
MatchQueryInternal.stream(Optional<MindmapsGraph> graph,
Optional<MatchOrder> order)
Execute the query using the given graph.
|
java.util.stream.Stream<Map<String,Concept>> |
MatchQueryBase.stream(Optional<MindmapsGraph> optionalGraph,
Optional<MatchOrder> order) |
| Modifier and Type | Method and Description |
|---|---|
static Rule |
Utility.createPropertyChainRule(String ruleId,
RelationType relation,
String fromRoleId,
String toRoleId,
LinkedHashMap<RelationType,javafx.util.Pair<String,String>> chain,
MindmapsGraph graph) |
static Rule |
Utility.createReflexiveRule(String ruleId,
RelationType relType,
MindmapsGraph graph)
create reflexive rule R(from: X, to: X) :- R(from: X,to: Y)
|
static Rule |
Utility.createSubPropertyRule(String ruleId,
RelationType parent,
RelationType child,
Map<String,String> roleMappings,
MindmapsGraph graph)
creates rule parent :- child
|
static Rule |
Utility.createTransitiveRule(String ruleId,
RelationType relType,
String fromRoleId,
String toRoleId,
MindmapsGraph graph)
create transitive rule R(from: X, to: Y) :- R(from: X,to: Z), R(from: Z, to: Y)
|
| Modifier and Type | Method and Description |
|---|---|
MatchQuery |
Atomic.getMatchQuery(MindmapsGraph graph) |
MatchQuery |
AtomBase.getMatchQuery(MindmapsGraph graph) |
| Modifier and Type | Field and Description |
|---|---|
protected MindmapsGraph |
Query.graph |
| Modifier and Type | Method and Description |
|---|---|
Optional<MindmapsGraph> |
Query.getGraph() |
| Modifier and Type | Method and Description |
|---|---|
Set<Type> |
Query.getTypes(MindmapsGraph graph) |
| Modifier and Type | Method and Description |
|---|---|
java.util.stream.Stream<Map<String,Concept>> |
Query.stream(Optional<MindmapsGraph> graph,
Optional<MatchOrder> order) |
| Constructor and Description |
|---|
AtomicQuery(MatchQuery query,
MindmapsGraph graph) |
AtomicQuery(String rhs,
MindmapsGraph graph) |
Query(MatchQuery query,
MindmapsGraph graph) |
Query(String query,
MindmapsGraph graph) |
ReasonerMatchQuery(MatchQuery query,
MindmapsGraph graph) |
ReasonerMatchQuery(MatchQuery query,
MindmapsGraph graph,
QueryAnswers ans) |
| Constructor and Description |
|---|
InferenceRule(Rule rl,
MindmapsGraph graph) |
| Constructor and Description |
|---|
GraphWriter(MindmapsGraph graph) |
| Modifier and Type | Method and Description |
|---|---|
MindmapsGraph |
OWLMigrator.graph() |
| Modifier and Type | Method and Description |
|---|---|
OWLMigrator |
OWLMigrator.graph(MindmapsGraph graph) |
| Modifier and Type | Method and Description |
|---|---|
SQLSchemaMigrator |
SQLSchemaMigrator.graph(MindmapsGraph graph)
Set a graph from which to get information
|
SQLDataMigrator |
SQLDataMigrator.graph(MindmapsGraph graph)
Set a graph from which to get information
|
Copyright © 2016. All rights reserved.