}
}
}
private void generateModels() {
ShapesFactory fact = ShapesFactory.getInstance(ModelShape.class);
String path = getPath();
for (Object omodel : fact.getElements()) {
ModelShape sm = (ModelShape)omodel;
String filePath = path + "/model/";
File fp = new File(filePath);
if (!fp.exists())