Uses of Interface
de.xima.fc.common.graphdot.IGraphDotElement
-
Packages that use IGraphDotElement Package Description de.xima.fc.common.graphdot Package with tools for working with the graph dot language. SeeGraphDotElementFactoryfor creating graph dot elements. -
-
Uses of IGraphDotElement in de.xima.fc.common.graphdot
Subinterfaces of IGraphDotElement 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.interfaceIGraphDotAttributeListBase type for attribute lists.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.interfaceIGraphDotStatementBase type for all graph dot elements that can be used as statements.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.interfaceIUndirectedGraphDotStatementBase type for all graph dot statements that can be used in undirected graphs.Classes in de.xima.fc.common.graphdot that implement IGraphDotElement Modifier and Type Class Description classAssignmentAn assignment from a name to a value.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.classDirectedGraphA directed graph.classDirectedSubGraphA sub graph statement with directed edges.classDirectedSubGraphExpressionA sub graph expression with directed edges.classEdgeAttributeListAn attribute list for edges.classGraphAttributeListAn attribute list for graphs.classNodeAttributeListAn attribute list for nodes.classNodeIdRepresents a graph dot node ID.classNodeStatementA graph dot element that represents a node statement.classPortRepresents a graph dot port.classSubGraphAttributeListAn attribute list for sub graphs.classUndirectedEdgeStatementA undirected edge statement.classUndirectedGraphAn undirected graph.classUndirectedSubGraphA sub graph statement with undirected edges.classUndirectedSubGraphExpressionA sub graph expression with undirected edges.
-