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