Class Union

  • All Implemented Interfaces:
    Graph, GraphWithPerform

    public class Union
    extends Dyadic
    implements Graph
    A class representing the dynamic union of two graphs. Addition only affects the left operand, deletion affects both.
    See Also:
    MultiUnion