/// <summary> /// Removes this directed edge from its containing graph. /// </summary> internal void Remove() { this.sym = null; this.parentEdge = null; }