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 interfaceIGraphDotEdgeSpecifier<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.graphdot Modifier and Type Interface Description interfaceIDirectedGraphDotStatementBase type for all graph dot statements that can be used in directed graphs.interfaceIGenericGraphDotStatementA statement that can be used both in directed and undirected graphs.interfaceIGraphDotEdgeStatement<S extends IGraphDotStatement>Base type for directed and undirected edge statements.interfaceIUndirectedGraphDotStatementBase 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 classAssignmentStatementAn property statement assigning a value to a named property.classAttributeStatementAn attribute statement assigning default properties to a graph, node, or edge.classDirectedEdgeStatementA directed edge statement.classDirectedSubGraphA sub graph statement with directed edges.classNodeStatementA graph dot element that represents a node statement.classUndirectedEdgeStatementA undirected edge statement.classUndirectedSubGraphA sub graph statement with undirected edges.
-