Uses of Class
de.xima.fc.common.graphdot.DirectedEdgeStatement
Packages that use DirectedEdgeStatement
Package
Description
Package with tools for working with the graph dot language.
See
GraphDotElementFactory for creating graph dot elements.-
Uses of DirectedEdgeStatement in de.xima.fc.common.graphdot
Methods in de.xima.fc.common.graphdot that return DirectedEdgeStatementModifier and TypeMethodDescriptionstatic DirectedEdgeStatementGraphDotElementFactory.directedEdgeStatement(IGraphDotEdgeSpecifier<? extends IDirectedGraphDotStatement> source, IGraphDotEdgeSpecifier<? extends IDirectedGraphDotStatement> target) Creates a new directed edge statement from the source to the target.static DirectedEdgeStatementGraphDotElementFactory.directedEdgeStatement(IGraphDotEdgeSpecifier<? extends IDirectedGraphDotStatement> source, IGraphDotEdgeSpecifier<? extends IDirectedGraphDotStatement> target, EdgeAttributeList attributes) Creates a new directed edge statement from the source to the target, with optional attributes for the edge.static DirectedEdgeStatementGraphDotElementFactory.directedEdgeStatement(IGraphDotEdgeSpecifier<? extends IDirectedGraphDotStatement> source, IGraphDotEdgeSpecifier<? extends IDirectedGraphDotStatement> target, IGraphDotEdgeSpecifier<? extends IDirectedGraphDotStatement>... moreNodes) Creates a new directed edge statement from the source to the target.static DirectedEdgeStatementGraphDotElementFactory.directedEdgeStatement(IGraphDotEdgeSpecifier<? extends IDirectedGraphDotStatement> source, IGraphDotEdgeSpecifier<? extends IDirectedGraphDotStatement> target, Iterable<? extends IGraphDotEdgeSpecifier<? extends IDirectedGraphDotStatement>> moreNodes, EdgeAttributeList attributes) Creates a new directed edge statement from the source to the target, with optional attributes for the edge.static DirectedEdgeStatementGraphDotElementFactory.directedEdgeStatement(Iterable<? extends IGraphDotEdgeSpecifier<? extends IDirectedGraphDotStatement>> nodes) Creates a new directed edge statement from the source to the target, with no attributes for the edge.static DirectedEdgeStatementGraphDotElementFactory.directedEdgeStatement(Iterable<? extends IGraphDotEdgeSpecifier<? extends IDirectedGraphDotStatement>> nodes, EdgeAttributeList attributes) Creates a new directed edge statement from the source to the target, with optional attributes for the edge.