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