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 Details

    • Difference

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