Package ca.uqac.lif.cep.graphviz


package ca.uqac.lif.cep.graphviz
Create and update graphs and display them using Graphviz.
Author:
Sylvain Hallé
  • Class
    Description
    Calls Graphviz on an input string and returns the resulting image as a byte array.
    The image type to render.
    The software to use for rendering
    Simple representation of a directed graph.
    A weighted directed edge in a graph.
    Dummy main file
    Abstract function that replaces node labels by others.
    Function that deletes the labels of all nodes (i.e. replaces them with the empty string.
    Converts a graph into a DOT string
    Receives a stream of directed edges, and progressively updates a directed graph.
    Receives a stream of directed edges, and progressively updates a directed weighted graph.