Uses of Class
ca.uqac.lif.cep.graphviz.Graph
Packages that use Graph
Package
Description
Create and update graphs and display them using Graphviz.
-
Uses of Graph in ca.uqac.lif.cep.graphviz
Fields in ca.uqac.lif.cep.graphviz declared as GraphModifier and TypeFieldDescriptionprotected GraphUpdateGraph.m_graphThe graph that is updated by this processorprotected GraphUpdateWeightedGraph.m_graphThe graph that is updated by this processorMethods in ca.uqac.lif.cep.graphviz that return GraphModifier and TypeMethodDescriptionGraph.add(int source, int destination, float weight) Graph.add(Graph.Edge e) Adds an edge to the graphGraph.duplicate()Creates a deep copy of the graph.Graph.duplicate(boolean with_state) Creates a deep copy of the graph.Graph.incrementWeight(boolean b) Sets whether to increment the weights or to replace the weight of an edge with a new valueGraph.incrementWeight(int source, int destination, Number weight_increment) Increments the weight of an edge in the graph.Graph.incrementWeight(String source, String destination, Number weight_increment) Increments the weight of an edge in the graph, by designating it with the labels of the source and destination vertices.Methods in ca.uqac.lif.cep.graphviz with parameters of type GraphModifier and TypeMethodDescriptionConstructors in ca.uqac.lif.cep.graphviz with parameters of type GraphModifierConstructorDescriptionCreates a new graph by copying another graph.UpdateGraph(Graph g) Creates a new update graph processor, starting with a given graphCreates a new update graph processor, starting with a given graph