Uses of Interface
de.xima.fc.common.graphdot.IGraphDotSubGraphExpression
-
Packages that use IGraphDotSubGraphExpression Package Description de.xima.fc.common.graphdot Package with tools for working with the graph dot language. -
-
Uses of IGraphDotSubGraphExpression in de.xima.fc.common.graphdot
Classes in de.xima.fc.common.graphdot with type parameters of type IGraphDotSubGraphExpression Modifier and Type Interface Description interface
IGraphDotSubGraph<S extends IGraphDotStatement,E extends IGraphDotSubGraphExpression<S>>
Base type for directed and undirected graph dot sub graphs.Classes in de.xima.fc.common.graphdot that implement IGraphDotSubGraphExpression Modifier and Type Class Description class
DirectedSubGraphExpression
A sub graph expression with directed edges.class
UndirectedSubGraphExpression
A sub graph expression with undirected edges.Methods in de.xima.fc.common.graphdot with parameters of type IGraphDotSubGraphExpression Modifier and Type Method Description void
GraphDotModelWriter. writeModelSubGraphExpression(IGraphDotSubGraphExpression<?> subGraphExpression)
Writes a sub graph expression model.
-