Interface GraphConsumer

    • Method Detail

      • setProducer

        void setProducer​(GraphProducer producer)
        Set the graph producer. Such a producer will be called whenever the consumer needs a graph.
        Parameters:
        producer - the producer to get the graph from.