static AttributeStatement |
GraphDotElementFactory.attributeStatementEdge(EdgeAttributeList attributeList) |
Creates a new assignment statement that assigns default properties to an edge.
|
static DirectedEdgeStatement |
GraphDotElementFactory.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 DirectedEdgeStatement |
GraphDotElementFactory.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 DirectedEdgeStatement |
GraphDotElementFactory.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.
|
static UndirectedEdgeStatement |
GraphDotElementFactory.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 UndirectedEdgeStatement |
GraphDotElementFactory.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 UndirectedEdgeStatement |
GraphDotElementFactory.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.
|