4445464748495051525354
QueryEngine qe = 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(); }