Uses of Interface
de.xima.fc.common.graphdot.IGraphDotStatement
-
Packages that use IGraphDotStatement Package Description de.xima.fc.common.graphdot Package with tools for working with the graph dot language. -
-
Uses of IGraphDotStatement in de.xima.fc.common.graphdot
Classes in de.xima.fc.common.graphdot with type parameters of type IGraphDotStatement Modifier and Type Interface Description interface
IGraphDotEdgeSpecifier<S extends IGraphDotStatement>
Interface for elements that may appear as the source or target node in an edge statement.interface
IGraphDotEdgeStatement<S extends IGraphDotStatement>
Base type for directed and undirected edge statements.interface
IGraphDotGraph<S extends IGraphDotStatement>
Base type for directed and undirected graphs.interface
IGraphDotSubGraph<S extends IGraphDotStatement,E extends IGraphDotSubGraphExpression<S>>
Base type for directed and undirected graph dot sub graphs.interface
IGraphDotSubGraphExpression<S extends IGraphDotStatement>
Base type for directed and undirected graph dot sub graph statements.Subinterfaces of IGraphDotStatement in de.xima.fc.common.graphdot Modifier and Type Interface Description interface
IDirectedGraphDotStatement
Base type for all graph dot statements that can be used in directed graphs.interface
IGenericGraphDotStatement
A statement that can be used both in directed and undirected graphs.interface
IGraphDotEdgeStatement<S extends IGraphDotStatement>
Base type for directed and undirected edge statements.interface
IUndirectedGraphDotStatement
Base type for all graph dot statements that can be used in undirected graphs.Classes in de.xima.fc.common.graphdot that implement IGraphDotStatement Modifier and Type Class Description class
AssignmentStatement
An property statement assigning a value to a named property.class
AttributeStatement
An attribute statement assigning default properties to a graph, node, or edge.class
DirectedEdgeStatement
A directed edge statement.class
DirectedSubGraph
A sub graph statement with directed edges.class
NodeStatement
A graph dot element that represents a node statement.class
UndirectedEdgeStatement
A undirected edge statement.class
UndirectedSubGraph
A sub graph statement with undirected edges.
-