OntoSpreadState ontoSpreadState = (OntoSpreadState) input.readObject();
input.close();
inputStream.close();
return ontoSpreadState;
} catch (IOException e) {
throw new OntoSpreadModelException(e,"Getting iteration "+current);
} catch (ClassNotFoundException e) {
throw new OntoSpreadModelException(e,"Getting iteration "+current);
}
}