Map<Label,List<CmpVertex>> rowInAdd = removed.transitionMatrix.get(from);
if (rowInAdd == null)
{
rowInAdd = removed.createNewRow();removed.transitionMatrix.put(from, rowInAdd);
}
removed.addTransition(rowInAdd, label, to);
}
@Override
public void setInitial(CmpVertex vertex) {
graphToPatch.setInitial(vertex);