NShapeGraphAdapter Class Methods
In This Topic
For a list of all members of this type, see NShapeGraphAdapter members.
Public Methods
| Name | Description |
| GetEdgeDestination | Overridden. For an edge object, returns its destination. |
| GetEdgeSource | Overridden. For an edge object, returns its source. |
| GetIncomingEdges | Overridden. For a vertex object, returns a list of its incomming edges. |
| GetOutgoingEdges | Overridden. For a vertex object, returns a list of its outgoing edges. |
| GetType | Overloaded. Overridden. Gets the graph part type the given object represents (in case it is a graph part). |
Top
Protected Methods
| Name | Description |
| SortEdges | Sorts the specified list of edges. |
Top
See Also