return new TransXOrSplitView(cell, editor);
} else if (aTCell.getOperatorType() == OperatorTransitionModel.XOR_JOIN_TYPE)
{
return new TransXOrJoinView(cell, editor);
} else if (aTCell.getOperatorType() == OperatorTransitionModel.OR_SPLIT_TYPE)
{
return new TransOrSplitView(cell, editor);