// called request or we get a compile error.
MoMLChangeRequest requestChange = new MoMLChangeRequest(
FSMGraphModel.this, container, failmoml.toString());
// Fail moml execution not undoable
container.requestChange(requestChange);
}
public void changeExecuted(ChangeRequest change) {
if (GraphUtilities.isPartiallyContainedEdge(edge,
getRoot(), FSMGraphModel.this)) {