return new TransOrSplitView(cell, editor);
} else if (aTCell.getOperatorType() == OperatorTransitionModel.XOR_SPLITJOIN_TYPE)
{
return new TransXOrSplitJoinView(cell, editor);
} else if (aTCell.getOperatorType() == OperatorTransitionModel.ANDJOIN_XORSPLIT_TYPE)
{
return new TransAndJoinXOrSplitView(cell, editor);