Uses of Interface
de.xima.fc.common.graphdot.IGraphDotSubGraphExpression
Packages that use IGraphDotSubGraphExpression
Package
Description
Package with tools for working with the graph dot language.
See
GraphDotElementFactory for 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 IGraphDotSubGraphExpressionModifier and TypeInterfaceDescriptioninterfaceIGraphDotSubGraph<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 IGraphDotSubGraphExpressionModifier and TypeClassDescriptionfinal classA sub graph expression with directed edges.final classA sub graph expression with undirected edges.Methods in de.xima.fc.common.graphdot with parameters of type IGraphDotSubGraphExpressionModifier and TypeMethodDescriptionvoidGraphDotModelWriter.writeModelSubGraphExpression(IGraphDotSubGraphExpression<?> subGraphExpression) Writes a sub graph expression model.