4546474849505152535455
= new QueryEngine(model, evaluator, out, err); // Attach an interpreter to the query engine and let it query from // standard input. RippleCommandLine r = new RippleCommandLine(qe, in); r.run(); // Shut down. model.shutDown(); }