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. SeeGraphDotElementFactoryfor creating graph dot elements. - 
- 
Uses of IGraphDotGraph in de.xima.fc.common.graphdot
Classes in de.xima.fc.common.graphdot that implement IGraphDotGraph Modifier and Type Class Description classDirectedGraphA directed graph.classUndirectedGraphAn undirected graph.Methods in de.xima.fc.common.graphdot with parameters of type IGraphDotGraph Modifier and Type Method Description voidGraphDotModelWriter. writeModelGraph(IGraphDotGraph<?> graph)Writes a graph model. 
 -