public class ProvaResolutionInferenceEngineImpl extends java.lang.Object implements ProvaResolutionInferenceEngine
| Modifier and Type | Field and Description |
|---|---|
static java.lang.ThreadLocal<java.util.List<ProvaDelayedCommand>> |
delayedCommands |
| Constructor and Description |
|---|
ProvaResolutionInferenceEngineImpl(ProvaKnowledgeBase kb,
ProvaRule query) |
| Modifier and Type | Method and Description |
|---|---|
ProvaKnowledgeBase |
getKb() |
ProvaDerivationNode |
run() |
void |
setKb(ProvaKnowledgeBase kb) |
void |
setReagent(ProvaReagent prova) |
public static java.lang.ThreadLocal<java.util.List<ProvaDelayedCommand>> delayedCommands
public ProvaResolutionInferenceEngineImpl(ProvaKnowledgeBase kb, ProvaRule query)
public ProvaDerivationNode run()
run in interface ProvaResolutionInferenceEnginepublic void setKb(ProvaKnowledgeBase kb)
public ProvaKnowledgeBase getKb()
public void setReagent(ProvaReagent prova)
setReagent in interface ProvaResolutionInferenceEngineCopyright © 2019. All Rights Reserved.