3435363738394041424344
@Override public Feature getEntity() throws Exception { SimulationProblem sp = (new SimProblemTest()).getConnectedEntity(); sp.create(); FeatureType f = (new FeatureTest()).getConnectedEntity(); f.create(); return new Feature(sp, f, null); }