public void removeEdgeFromContainer(TE e)
 {
     delegator.removeOutgoingEdge(e);
     delegator.removeIncomingEdge(e);
 }