String linearType = this.getSelectedLinearType();
String pprjFileName = this.getUmbrellaProjectName();
Project prj = Project.loadProjectFromFile(pprjFileName, new ArrayList());
OWLModel localowlModel = (OWLModel) prj.getKnowledgeBase();
icdContentModel = new ICDContentModel(localowlModel);
this.updateStatus(1);
if (Thread.interrupted()) {
throw new InterruptedException();
}