Name | Description | |
---|---|---|
![]() | GenericNetwork.Vertex<V,E,Y> Constructor |
The following tables list the members exposed by GenericNetwork.Vertex<V,E,Y>.
Name | Description | |
---|---|---|
![]() | GenericNetwork.Vertex<V,E,Y> Constructor |
Name | Description | |
---|---|---|
![]() | Bounds | Gets or sets the Bounds of this node. |
![]() | Center | Gets or sets the center Point of this vertex. |
![]() | DestinationEdges | Gets an enumerator that iterates over all of the edges going out of this vertex. |
![]() | DestinationEdgesCount | Gets the number of edges coming out of this vertex. |
![]() | DestinationVertexes | Gets an enumerator over all of the vertexes that have edges going out of this vertex. |
![]() | Edges | Gets an enumerator over all of the edges going out of or coming into this vertex. |
![]() | EdgesCount | Gets the number of edges connected to this vertex. |
![]() | Focus | Gets or sets the offset of the Center from the Bounds.Position . |
![]() | Height | Gets the Bounds.Height . |
![]() | Network | Gets or sets the network that this vertex is part of. |
![]() | Node | Gets or sets the Node associated with this network vertex. |
![]() | Position | Gets or sets the position (top-left corner) of this vertex. |
![]() | Size | Gets the Bounds.Size . |
![]() | SourceEdges | Gets an enumerator that iterates over all of the edges coming into this vertex. |
![]() | SourceEdgesCount | Gets the number of edges going into this vertex. |
![]() | SourceVertexes | Gets an enumerator over all of the vertexes that have edges coming into this vertex. |
![]() | Vertexes | Gets an enumerator over all of the vertexes that are connected to this vertex. |
![]() | Width | Gets the Bounds.Width . |
Name | Description | |
---|---|---|
![]() | AddDestinationEdge | Adds an edge to the list successors (i.e., the edge will be going out from this vertex). |
![]() | AddSourceEdge | Adds an edge to the list of predecessors (i.e., the edge will be coming into this vertex). |
![]() | CommitPosition | Moves the Northwoods.GoXam.Node corresponding to this vertex so that its position is the current Position. |
![]() | DeleteDestinationEdge | Deletes an edge from the list of successors (i.e., the edge was going out from this vertex). |
![]() | DeleteSourceEdge | Deletes an edge from the list of predecessors (i.e., the edge was coming into this vertex). |