Uses of Interface
de.xima.fc.common.graphdot.IGraphDotEdgeStatement
-
Packages that use IGraphDotEdgeStatement Package Description de.xima.fc.common.graphdot Package with tools for working with the graph dot language. -
-
Uses of IGraphDotEdgeStatement in de.xima.fc.common.graphdot
Classes in de.xima.fc.common.graphdot that implement IGraphDotEdgeStatement Modifier and Type Class Description class
DirectedEdgeStatement
A directed edge statement.class
UndirectedEdgeStatement
A undirected edge statement.Methods in de.xima.fc.common.graphdot with parameters of type IGraphDotEdgeStatement Modifier and Type Method Description void
GraphDotModelWriter. writeModelEdgeStatement(IGraphDotEdgeStatement<?> edgeStatement)
Write an edge model
-