public void changeExecuted(ChangeRequest change) {
_linkSet.remove(edge);
}
});
request.setUndoable(true);
container.requestChange(request);
}
/** Connect the given edge to the given head node. If the specified
* head is null, then any pre-existing relation associated with
* this edge will be deleted.