stateFormat.returnElement(c, o, db.getInsertionInterface());
}
for (Transition t : provider.getTransitions()) {
if (t != null) {
SimpleNoun o = t.getTransition();
DiagramElement body = transitionFormat.returnElement(c, o, db.getInsertionInterface());
for (SimpleNoun from : t.getFromStates()) {
DiagramElement fromEl = db.getInsertionInterface().returnExisting(from);
db.getInsertionInterface().returnConnection(fromEl, body, null, null, null, false, null);