59606162636465
super(); } @Override public BenchmarkModel getEntity() { return new BenchmarkModel(modelURI, modelName, schemeType, modelDesc); }
293031323334353637
SimulationProblem retrieved) { } @Override public SimulationProblem getEntity() throws Exception { BenchmarkModel bmModel = (new BenchmarkModelTest()).getConnectedEntity(); bmModel.create(); return new SimulationProblem(bmModel, null); }