Uses of Interface
de.xima.fc.common.graphdot.IGraphDotSubGraph
-
Packages that use IGraphDotSubGraph Package Description de.xima.fc.common.graphdot Package with tools for working with the graph dot language. -
-
Uses of IGraphDotSubGraph in de.xima.fc.common.graphdot
Classes in de.xima.fc.common.graphdot that implement IGraphDotSubGraph Modifier and Type Class Description class
DirectedSubGraph
A sub graph statement with directed edges.class
UndirectedSubGraph
A sub graph statement with undirected edges.Methods in de.xima.fc.common.graphdot with parameters of type IGraphDotSubGraph Modifier and Type Method Description void
GraphDotModelWriter. writeModelSubGraph(IGraphDotSubGraph<?,?> subGraph)
Writes a sub graph statement model.
-