// return null;
return super.createVertexView(cell);
}
} else if (cell instanceof TransitionModel)
{
return new TransSimpleView(cell, editor);
} else if (cell instanceof TransitionResourceModel)
{
return new TransitionResourceView(cell);
} else if (cell instanceof TriggerModel)
{