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. -
-
Uses of IGraphDotElement in de.xima.fc.common.graphdot
Subinterfaces of IGraphDotElement 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
IGraphDotAttributeList
Base type for attribute lists.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
IGraphDotStatement
Base type for all graph dot elements that can be used as statements.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.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 IGraphDotElement Modifier and Type Class Description class
Assignment
An assignment from a name to a value.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
DirectedGraph
A directed graph.class
DirectedSubGraph
A sub graph statement with directed edges.class
DirectedSubGraphExpression
A sub graph expression with directed edges.class
EdgeAttributeList
An attribute list for edges.class
GraphAttributeList
An attribute list for graphs.class
NodeAttributeList
An attribute list for nodes.class
NodeId
Represents a graph dot node ID.class
NodeStatement
A graph dot element that represents a node statement.class
Port
Represents a graph dot port.class
SubGraphAttributeList
An attribute list for sub graphs.class
UndirectedEdgeStatement
A undirected edge statement.class
UndirectedGraph
An undirected graph.class
UndirectedSubGraph
A sub graph statement with undirected edges.class
UndirectedSubGraphExpression
A sub graph expression with undirected edges.
-