} else if (cell instanceof PlaceModel)
{
return new PlaceView(cell, editor);
} else if (cell instanceof SubProcessModel)
{
return new SubProcessView(cell, editor);
} else if (cell instanceof OperatorTransitionModel)
{
OperatorTransitionModel aTCell = (OperatorTransitionModel) cell;
if (aTCell.getOperatorType() == OperatorTransitionModel.AND_SPLIT_TYPE)