36373839404142434445
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); } }