public class QueryEngine extends Object
| Constructor and Description |
|---|
QueryEngine(Model model) |
QueryEngine(Model model,
PrintStream out,
PrintStream err) |
QueryEngine(Model model,
StackEvaluator evaluator,
PrintStream out,
PrintStream err) |
| Modifier and Type | Method and Description |
|---|---|
ModelConnection |
createConnection() |
void |
executeCommand(Command cmd) |
PrintStream |
getErrorPrintStream() |
StackEvaluator |
getEvaluator() |
Lexicon |
getLexicon() |
Model |
getModel() |
RipplePrintStream |
getPrintStream() |
public QueryEngine(Model model) throws RippleException
RippleExceptionpublic QueryEngine(Model model, PrintStream out, PrintStream err) throws RippleException
RippleExceptionpublic QueryEngine(Model model, StackEvaluator evaluator, PrintStream out, PrintStream err) throws RippleException
RippleExceptionpublic ModelConnection createConnection() throws RippleException
RippleExceptionpublic StackEvaluator getEvaluator()
public Lexicon getLexicon()
public Model getModel()
public RipplePrintStream getPrintStream()
public PrintStream getErrorPrintStream()
public void executeCommand(Command cmd) throws RippleException
RippleExceptionCopyright © 2007-2012 fortytwo.net. All Rights Reserved.