Uses of Interface
de.xima.fc.common.graphdot.IGraphDotGraph
-
Packages that use IGraphDotGraph Package Description de.xima.fc.common.graphdot Package with tools for working with the graph dot language. -
-
Uses of IGraphDotGraph in de.xima.fc.common.graphdot
Classes in de.xima.fc.common.graphdot that implement IGraphDotGraph Modifier and Type Class Description class
DirectedGraph
A directed graph.class
UndirectedGraph
An undirected graph.Methods in de.xima.fc.common.graphdot with parameters of type IGraphDotGraph Modifier and Type Method Description void
GraphDotModelWriter. writeModelGraph(IGraphDotGraph<?> graph)
Writes a graph model.
-