Uses of Interface
de.xima.fc.common.graphdot.IGraphDotElement
Packages that use IGraphDotElement
Package
Description
Package with tools for working with the graph dot language.
See
GraphDotElementFactory for creating graph dot elements.-
Uses of IGraphDotElement in de.xima.fc.common.graphdot
Subinterfaces of IGraphDotElement 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.interfaceBase 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.interfaceBase 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.interfaceBase type for all graph dot statements that can be used in undirected graphs.Classes in de.xima.fc.common.graphdot that implement IGraphDotElementModifier and TypeClassDescriptionfinal classAn assignment from a name to a value.final 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 directed graph.final classA sub graph statement with directed edges.final classA sub graph expression with directed edges.classAn attribute list for edges.classAn attribute list for graphs.classAn attribute list for nodes.final classRepresents a graph dot node ID.final classA graph dot element that represents a node statement.final classRepresents a graph dot port.classAn attribute list for sub graphs.final classA undirected edge statement.final classAn undirected graph.final classA sub graph statement with undirected edges.final classA sub graph expression with undirected edges.