NShapeGraphAdapter Class Members
In This Topic
The following tables list the members exposed by NShapeGraphAdapter.
Public Constructors
Public Properties
| Name | Description |
| CustomEdgeComparer | Gets or sets the custom edge comparer. Applicable when EdgeOrder is set to Custom. |
| EdgeOrder | Specifies the sorting order of the edges. By default set to Id. |
| ShapeSet | Specifies the set of shapes, which are explictly specified for graph adaption. All shapes that are not contained in this set are ignored. If this property is set to null (the default), all shapes can potentially generate graph vertices and edges. |
| VisibleOnly | Specifies whether only visible shapes should be adapted as graph parts. If set to true invisible shapes are ignored. |
Top
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