#include <lemon/concepts/graph_components.h>
Inherited by ExtendableBpUGraphComponent.
Inheritance diagram for ExtendableUGraphComponent:
Public Member Functions | |
Node | addNode () |
Adds a new node to the graph. | |
UEdge | addEdge (const Node &, const Node &) |
Adds a new edge connects the given two nodes. |
Node addNode | ( | ) | [inline] |
Adds a new node to the graph.
UEdge addEdge | ( | const Node & | , | |
const Node & | ||||
) | [inline] |
Adds a new edge connects the the given two nodes.