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. SeeGraphDotElementFactoryfor creating graph dot elements. -
-
Uses of IGraphDotSubGraph in de.xima.fc.common.graphdot
Classes in de.xima.fc.common.graphdot that implement IGraphDotSubGraph Modifier and Type Class Description classDirectedSubGraphA sub graph statement with directed edges.classUndirectedSubGraphA sub graph statement with undirected edges.Methods in de.xima.fc.common.graphdot with parameters of type IGraphDotSubGraph Modifier and Type Method Description voidGraphDotModelWriter. writeModelSubGraph(IGraphDotSubGraph<?,?> subGraph)Writes a sub graph statement model.
-