![]() | INamed |
Name | Description | |
---|---|---|
![]() | AddEdge(IEdge) | Adds an existing IEdge object to the graph. The edge must not be part of any graph, yet! Source and target of the edge must already be part of the graph. |
![]() | AddEdge(IEdge, String) | Adds an existing edge to the graph, names it, and assigns it to the given variable. |
![]() | AddEdge(EdgeType, INode, INode) | Adds a new edge to the graph. |
![]() | AddEdge(EdgeType, INode, INode, String) | Adds a new named edge to the graph and assigns it to the given variable. |