| Name | Description |
 | AddEdge | Adds an GenericNetwork.Edge<V,E,Y> to the network. Although this method is provided for completeness, LinkVertexes provides a more efficient manner of linking nodes already in the network. (Inherited from Northwoods.GoXam.Layout.GenericNetwork<TreeVertex,TreeEdge,TreeLayout>) |
 | AddLink | This convenience method takes a Northwoods.GoXam.Link, and returns an GenericNetwork.Edge<V,E,Y> that has been added to this network. (Inherited from Northwoods.GoXam.Layout.GenericNetwork<TreeVertex,TreeEdge,TreeLayout>) |
 | AddNode | This convenience method makes sure there is a GenericNetwork.Vertex<V,E,Y> in this network corresponding to a Northwoods.GoXam.Node. (Inherited from Northwoods.GoXam.Layout.GenericNetwork<TreeVertex,TreeEdge,TreeLayout>) |
 | AddNodesAndLinks | Adds the objects in an IEnumerable to the network. (Inherited from Northwoods.GoXam.Layout.GenericNetwork<TreeVertex,TreeEdge,TreeLayout>) |
 | AddVertex | Adds a GenericNetwork.Vertex<V,E,Y> to the Network. (Inherited from Northwoods.GoXam.Layout.GenericNetwork<TreeVertex,TreeEdge,TreeLayout>) |
 | Clear |
Removes all vertexes and edges from the network, resulting in an empty network.
(Inherited from Northwoods.GoXam.Layout.GenericNetwork<TreeVertex,TreeEdge,TreeLayout>) |
 | CreateEdge | Allocate a new instance of E. (Inherited from Northwoods.GoXam.Layout.GenericNetwork<TreeVertex,TreeEdge,TreeLayout>) |
 | CreateVertex | Allocate a new instance of V. (Inherited from Northwoods.GoXam.Layout.GenericNetwork<TreeVertex,TreeEdge,TreeLayout>) |
 | DeleteArtificialVertexes | Delete all vertexes and edges that have no Northwoods.GoXam.Part associated with them. (Inherited from Northwoods.GoXam.Layout.GenericNetwork<TreeVertex,TreeEdge,TreeLayout>) |
 | DeleteEdge | Deletes an GenericNetwork.Edge<V,E,Y> from the network. (Inherited from Northwoods.GoXam.Layout.GenericNetwork<TreeVertex,TreeEdge,TreeLayout>) |
 | DeleteLink | This convenience method makes sure a Northwoods.GoXam.Link does not have a GenericNetwork.Edge<V,E,Y> in this network. (Inherited from Northwoods.GoXam.Layout.GenericNetwork<TreeVertex,TreeEdge,TreeLayout>) |
 | DeleteNode | This convenience method deletes any GenericNetwork.Vertex<V,E,Y> corresponding to a Northwoods.GoXam.Node. (Inherited from Northwoods.GoXam.Layout.GenericNetwork<TreeVertex,TreeEdge,TreeLayout>) |
 | DeleteSelfEdges | Deletes all GenericNetwork.Edge<V,E,Y>s whose "to vertex" and "from vertex" are the same vertex. (Inherited from Northwoods.GoXam.Layout.GenericNetwork<TreeVertex,TreeEdge,TreeLayout>) |
 | DeleteVertex | Removes a GenericNetwork.Vertex<V,E,Y> from the network. (Inherited from Northwoods.GoXam.Layout.GenericNetwork<TreeVertex,TreeEdge,TreeLayout>) |
 | FindEdge | Returns the GenericNetwork.Edge<V,E,Y> which was constructed for the Northwoods.GoXam.Link. (Inherited from Northwoods.GoXam.Layout.GenericNetwork<TreeVertex,TreeEdge,TreeLayout>) |
 | FindVertex | Returns the GenericNetwork.Vertex<V,E,Y> which was constructed for the Northwoods.GoXam.Node. (Inherited from Northwoods.GoXam.Layout.GenericNetwork<TreeVertex,TreeEdge,TreeLayout>) |
 | GetNodesAndLinks | Retrieve all of the Northwoods.GoXam.Part Northwoods.GoXam.Nodes and Northwoods.GoXam.Links from the GenericNetwork.Vertex<V,E,Y>s and GenericNetwork.Edge<V,E,Y>s that are in this network. (Inherited from Northwoods.GoXam.Layout.GenericNetwork<TreeVertex,TreeEdge,TreeLayout>) |
 | LinkVertexes | Links two nodes already in the network and returns the created GenericNetwork.Edge<V,E,Y>. (Inherited from Northwoods.GoXam.Layout.GenericNetwork<TreeVertex,TreeEdge,TreeLayout>) |
 | ReverseEdge | Reverses the direction of an GenericNetwork.Edge<V,E,Y> in the network. (Inherited from Northwoods.GoXam.Layout.GenericNetwork<TreeVertex,TreeEdge,TreeLayout>) |
 | SplitIntoSubNetworks<G> |
Modify this network by splitting it up into separate subnetworks,
each of which has all of its vertexes connected to each other, but not
to any vertexes in any other subnetworks.
(Inherited from Northwoods.GoXam.Layout.GenericNetwork<TreeVertex,TreeEdge,TreeLayout>) |