Uses of Class
de.xima.fc.common.graphdot.UndirectedSubGraph
Packages that use UndirectedSubGraph
Package
Description
Package with tools for working with the graph dot language.
See
GraphDotElementFactory for creating graph dot elements.-
Uses of UndirectedSubGraph in de.xima.fc.common.graphdot
Methods in de.xima.fc.common.graphdot that return UndirectedSubGraphModifier and TypeMethodDescriptionstatic UndirectedSubGraphGraphDotElementFactory.undirectedSubGraph(CharSequence id, IUndirectedGraphDotStatement... statements) Creates a new undirected sub graph expression.static UndirectedSubGraphGraphDotElementFactory.undirectedSubGraph(CharSequence id, Iterable<? extends IUndirectedGraphDotStatement> statements) Creates a new undirected sub graph.