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. SeeGraphDotElementFactoryfor creating graph dot elements. -
-
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 interfaceIGraphDotSubGraph<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 classDirectedSubGraphExpressionA sub graph expression with directed edges.classUndirectedSubGraphExpressionA sub graph expression with undirected edges.Methods in de.xima.fc.common.graphdot with parameters of type IGraphDotSubGraphExpression Modifier and Type Method Description voidGraphDotModelWriter. writeModelSubGraphExpression(IGraphDotSubGraphExpression<?> subGraphExpression)Writes a sub graph expression model.
-