Modifier and Type | Field and Description |
---|---|
static String |
CONFIG_PREFIX |
static boolean |
REWRITE_QUERY_DEFAULT |
static String |
REWRITE_QUERY_KEY
Potentially rewrite the grounding queries.
|
static boolean |
SERIAL_DEFAULT |
static String |
SERIAL_KEY
Whether or not queries are being rewritten, perform the grounding queries one at a time.
|
Modifier and Type | Method and Description |
---|---|
static int |
groundAll(List<Rule> rules,
AtomManager atomManager,
GroundRuleStore groundRuleStore)
Ground all the given rules.
|
static int |
groundAll(Model model,
AtomManager atomManager,
GroundRuleStore groundRuleStore)
Ground all the given rules.
|
static int |
groundAllSerial(List<Rule> rules,
AtomManager atomManager,
GroundRuleStore groundRuleStore)
Ground all the given rules one at a time.
|
public static final String CONFIG_PREFIX
public static final String REWRITE_QUERY_KEY
public static final boolean REWRITE_QUERY_DEFAULT
public static final String SERIAL_KEY
public static final boolean SERIAL_DEFAULT
public static int groundAll(Model model, AtomManager atomManager, GroundRuleStore groundRuleStore)
public static int groundAllSerial(List<Rule> rules, AtomManager atomManager, GroundRuleStore groundRuleStore)
public static int groundAll(List<Rule> rules, AtomManager atomManager, GroundRuleStore groundRuleStore)
Copyright © 2020 University of California, Santa Cruz. All rights reserved.