Class Difference

  • All Implemented Interfaces:
    Graph, GraphWithPerform

    public class Difference
    extends Dyadic
    implements Graph
    Class representing the dynamic set difference L - R of two graphs. This is updatable; the updates are written through to one or other of the base graphs.
    • Constructor Detail

      • Difference

        public Difference​(Graph L,
                          Graph R)
        Initialise a graph representing the difference L - R.