| Name | Description |
| AddLink | Overloaded. This convenience method takes a Northwoods.Go.GoObject implementing Northwoods.Go.IGoLink, and returns a GoLayoutGenericNetwork.Link<N,L,Y> that has been added to this network. (Inherited from Northwoods.Go.Layout.GoLayoutGenericNetwork<GoLayoutForceDirectedNode,GoLayoutForceDirectedLink,GoLayoutForceDirected>) |
| AddNode | Overloaded. This convenience method makes sure there is a GoLayoutGenericNetwork.Node<N,L,Y> in this network corresponding to a Northwoods.Go.GoObject. (Inherited from Northwoods.Go.Layout.GoLayoutGenericNetwork<GoLayoutForceDirectedNode,GoLayoutForceDirectedLink,GoLayoutForceDirected>) |
| AddNodesAndLinksFromCollection | Adds the objects in an IGoCollection to the network. (Inherited from Northwoods.Go.Layout.GoLayoutGenericNetwork<GoLayoutForceDirectedNode,GoLayoutForceDirectedLink,GoLayoutForceDirected>) |
| CreateNetworkLink | Allocate a new instance of GoLayoutGenericNetwork.Link<N,L,Y>. (Inherited from Northwoods.Go.Layout.GoLayoutGenericNetwork<GoLayoutForceDirectedNode,GoLayoutForceDirectedLink,GoLayoutForceDirected>) |
| CreateNetworkNode | Allocate a new instance of GoLayoutGenericNetwork.Node<N,L,Y>. (Inherited from Northwoods.Go.Layout.GoLayoutGenericNetwork<GoLayoutForceDirectedNode,GoLayoutForceDirectedLink,GoLayoutForceDirected>) |
| DeleteArtificialNodes | Delete all nodes and links that have no Northwoods.Go.GoObject associated with them. (Inherited from Northwoods.Go.Layout.GoLayoutGenericNetwork<GoLayoutForceDirectedNode,GoLayoutForceDirectedLink,GoLayoutForceDirected>) |
| DeleteLink | Overloaded. This convenience method makes sure a Northwoods.Go.GoObject implementing Northwoods.Go.IGoLink does not have a GoLayoutGenericNetwork.Link<N,L,Y> in this network. (Inherited from Northwoods.Go.Layout.GoLayoutGenericNetwork<GoLayoutForceDirectedNode,GoLayoutForceDirectedLink,GoLayoutForceDirected>) |
| DeleteNode | Overloaded. This convenience method removes any GoLayoutGenericNetwork.Node<N,L,Y> corresponding to a Northwoods.Go.GoObject. (Inherited from Northwoods.Go.Layout.GoLayoutGenericNetwork<GoLayoutForceDirectedNode,GoLayoutForceDirectedLink,GoLayoutForceDirected>) |
| DeleteSelfLinks | Deletes all links whose "to node" and "from node" are the same node. (Inherited from Northwoods.Go.Layout.GoLayoutGenericNetwork<GoLayoutForceDirectedNode,GoLayoutForceDirectedLink,GoLayoutForceDirected>) |
| FindLink | Returns the Link which was constructed for the GoObject. (Inherited from Northwoods.Go.Layout.GoLayoutGenericNetwork<GoLayoutForceDirectedNode,GoLayoutForceDirectedLink,GoLayoutForceDirected>) |
| FindNode | Returns the Node which was constructed for the GoObject. (Inherited from Northwoods.Go.Layout.GoLayoutGenericNetwork<GoLayoutForceDirectedNode,GoLayoutForceDirectedLink,GoLayoutForceDirected>) |
| GetNodesAndLinks | Retrieve all of the Northwoods.Go.GoObject nodes and links from the GoLayoutGenericNetwork.Node<N,L,Y>s and GoLayoutGenericNetwork.Link<N,L,Y>s that are in this network, by adding them to the given . (Inherited from Northwoods.Go.Layout.GoLayoutGenericNetwork<GoLayoutForceDirectedNode,GoLayoutForceDirectedLink,GoLayoutForceDirected>) |
| LinkNodes | Links two nodes already in the network and returns the created link. (Inherited from Northwoods.Go.Layout.GoLayoutGenericNetwork<GoLayoutForceDirectedNode,GoLayoutForceDirectedLink,GoLayoutForceDirected>) |
| RemoveAllNodesAndLinks | Removes all nodes and links from the network, resulting in an empty network. (Inherited from Northwoods.Go.Layout.GoLayoutGenericNetwork<GoLayoutForceDirectedNode,GoLayoutForceDirectedLink,GoLayoutForceDirected>) |
| ReverseLink | Reverses the direction of a link in the network. (Inherited from Northwoods.Go.Layout.GoLayoutGenericNetwork<GoLayoutForceDirectedNode,GoLayoutForceDirectedLink,GoLayoutForceDirected>) |
| SplitIntoSubNetworks<G> | Modify this network by splitting it up into separate subnetworks, each of which has all of its nodes connected to each other, but not to any nodes in any other subnetworks. (Inherited from Northwoods.Go.Layout.GoLayoutGenericNetwork<GoLayoutForceDirectedNode,GoLayoutForceDirectedLink,GoLayoutForceDirected>) |