111112113114115116117118119120121
protected VertexView createVertexView(Object cell) { if (cell instanceof NameModel) { return new NameView(cell); } else if (cell instanceof PlaceModel) { return new PlaceView(cell, editor); } else if (cell instanceof SubProcessModel) {