Uses of Class
ca.uqac.lif.cep.graphviz.Graph.Edge
Packages that use Graph.Edge
Package
Description
Create and update graphs and display them using Graphviz.
-
Uses of Graph.Edge in ca.uqac.lif.cep.graphviz
Fields in ca.uqac.lif.cep.graphviz with type parameters of type Graph.EdgeModifier and TypeFieldDescriptionprotected final Map<Integer, Set<Graph.Edge>> Graph.m_edgesA collection of directed edges in this graph.Methods in ca.uqac.lif.cep.graphviz that return Graph.EdgeModifier and TypeMethodDescriptionGraph.Edge.duplicate()Creates a deep copy of the edgeGraph.Edge.duplicate(boolean with_state) Creates a deep copy of the edgeGraph.getEdge(int source, int destination) Finds the edge with given source and destination verticesMethods in ca.uqac.lif.cep.graphviz with parameters of type Graph.EdgeModifier and TypeMethodDescriptionGraph.add(Graph.Edge e) Adds an edge to the graphGraph.renderEdge(Graph.Edge e) Renders an edge.