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 classDirectedEdgeStatementA directed edge statement.classUndirectedEdgeStatementA undirected edge statement.Methods in de.xima.fc.common.graphdot with parameters of type IGraphDotEdgeStatement Modifier and Type Method Description voidGraphDotModelWriter. writeModelEdgeStatement(IGraphDotEdgeStatement<?> edgeStatement)Write an edge model
-