IGraphRetype Method |
| Name | Description | |
|---|---|---|
| Retype(IEdge, EdgeType) |
Retypes an edge by creating a new edge of the given type.
Source and target node as well as all attributes from common super classes are kept.
| |
| Retype(INode, NodeType) |
Retypes a node by creating a new node of the given type.
All incident edges as well as all attributes from common super classes are kept.
|