Uses of Interface
de.xima.fc.common.graphdot.IGraphDotStatement
Packages that use IGraphDotStatement
Package
Description
Package with tools for working with the graph dot language.
See
GraphDotElementFactory for creating graph dot elements.-
Uses of IGraphDotStatement in de.xima.fc.common.graphdot
Classes in de.xima.fc.common.graphdot with type parameters of type IGraphDotStatementModifier and TypeInterfaceDescriptioninterfaceIGraphDotEdgeSpecifier<S extends IGraphDotStatement>Interface for elements that may appear as the source or target node in an edge statement.interfaceIGraphDotEdgeStatement<S extends IGraphDotStatement>Base type for directed and undirected edge statements.interfaceIGraphDotGraph<S extends IGraphDotStatement>Base type for directed and undirected graphs.interfaceIGraphDotSubGraph<S extends IGraphDotStatement, E extends IGraphDotSubGraphExpression<S>>Base type for directed and undirected graph dot sub graphs.interfaceIGraphDotSubGraphExpression<S extends IGraphDotStatement>Base type for directed and undirected graph dot sub graph statements.Subinterfaces of IGraphDotStatement in de.xima.fc.common.graphdotModifier and TypeInterfaceDescriptioninterfaceBase type for all graph dot statements that can be used in directed graphs.interfaceA statement that can be used both in directed and undirected graphs.interfaceIGraphDotEdgeStatement<S extends IGraphDotStatement>Base type for directed and undirected edge statements.interfaceBase type for all graph dot statements that can be used in undirected graphs.Classes in de.xima.fc.common.graphdot that implement IGraphDotStatementModifier and TypeClassDescriptionfinal classAn property statement assigning a value to a named property.final classAn attribute statement assigning default properties to a graph, node, or edge.final classA directed edge statement.final classA sub graph statement with directed edges.final classA graph dot element that represents a node statement.final classA undirected edge statement.final classA sub graph statement with undirected edges.