public class Engine extends Object
Constructor and Description |
---|
Engine(EngineManager manager,
Term query) |
Modifier and Type | Method and Description |
---|---|
void |
cleanup() |
ChoicePointStore |
getChoicePointStore() |
List |
getExecutionStack() |
int |
getNumDemoSteps() |
Term |
getQuery() |
String |
toString() |
public Engine(EngineManager manager, Term query)
public void cleanup()
public Term getQuery()
public int getNumDemoSteps()
public List getExecutionStack()
public ChoicePointStore getChoicePointStore()
Copyright © 2015. All rights reserved.