}
return numberOfStartCells;
}
JGraphEditorFile makeGraphEditorFile(String xmlText) throws Exception {
graphEditorModel = new JGraphEditorModel();
ByteArrayInputStream inputStream = null;
try {
inputStream = new ByteArrayInputStream(xmlText.getBytes(ENCODING));
graphEditorFile = (JGraphEditorFile) graphEditorModel.readObject(inputStream);