public class Reasoner extends Object
Class providing reasoning utility functions.
| Constructor and Description |
|---|
Reasoner() |
| Modifier and Type | Method and Description |
|---|---|
static void |
commitGraph(GraknGraph graph) |
static int |
getCommitFrequency() |
static Set<Rule> |
getRules(GraknGraph graph) |
static boolean |
hasRules(GraknGraph graph) |
static void |
precomputeInferences(GraknGraph graph)
materialise all possible inferences
|
static void |
setCommitFrequency(int freq) |
public static void commitGraph(GraknGraph graph)
public static void setCommitFrequency(int freq)
public static int getCommitFrequency()
public static Set<Rule> getRules(GraknGraph graph)
graph - to be checked againstpublic static boolean hasRules(GraknGraph graph)
graph - to be checked againstpublic static void precomputeInferences(GraknGraph graph)
Copyright © 2017 Grakn Labs Ltd. All rights reserved.