GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutNetwork Class
Properties Methods


In This Topic
    GoLayoutNetwork Class Members
    In This Topic

    The following tables list the members exposed by GoLayoutNetwork.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
    Protected Properties
     NameDescription
    Protected Property Gets the Hashtable that maps GoObjects to Links (Inherited from Northwoods.Go.Layout.GoLayoutGenericNetwork<GoLayoutNetworkNode,GoLayoutNetworkLink,GoLayout>)
    Protected Property Gets the Hashtable that maps GoObjects to Nodes (Inherited from Northwoods.Go.Layout.GoLayoutGenericNetwork<GoLayoutNetworkNode,GoLayoutNetworkLink,GoLayout>)
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded.  (Inherited from Northwoods.Go.Layout.GoLayoutGenericNetwork<GoLayoutNetworkNode,GoLayoutNetworkLink,GoLayout>)
    Public MethodOverloaded.  (Inherited from Northwoods.Go.Layout.GoLayoutGenericNetwork<GoLayoutNetworkNode,GoLayoutNetworkLink,GoLayout>)
    Public Method Adds the objects in an IGoCollection to the network. (Inherited from Northwoods.Go.Layout.GoLayoutGenericNetwork<GoLayoutNetworkNode,GoLayoutNetworkLink,GoLayout>)
    Public MethodAllocate a new instance of GoLayoutGenericNetwork.Link<N,L,Y>. (Inherited from Northwoods.Go.Layout.GoLayoutGenericNetwork<GoLayoutNetworkNode,GoLayoutNetworkLink,GoLayout>)
    Public MethodAllocate a new instance of GoLayoutGenericNetwork.Node<N,L,Y>. (Inherited from Northwoods.Go.Layout.GoLayoutGenericNetwork<GoLayoutNetworkNode,GoLayoutNetworkLink,GoLayout>)
    Public MethodDelete all nodes and links that have no Northwoods.Go.GoObject associated with them. (Inherited from Northwoods.Go.Layout.GoLayoutGenericNetwork<GoLayoutNetworkNode,GoLayoutNetworkLink,GoLayout>)
    Public MethodOverloaded.  (Inherited from Northwoods.Go.Layout.GoLayoutGenericNetwork<GoLayoutNetworkNode,GoLayoutNetworkLink,GoLayout>)
    Public MethodOverloaded.  (Inherited from Northwoods.Go.Layout.GoLayoutGenericNetwork<GoLayoutNetworkNode,GoLayoutNetworkLink,GoLayout>)
    Public Method Deletes all links whose "to node" and "from node" are the same node. (Inherited from Northwoods.Go.Layout.GoLayoutGenericNetwork<GoLayoutNetworkNode,GoLayoutNetworkLink,GoLayout>)
    Public Method Returns the Link which was constructed for the GoObject. (Inherited from Northwoods.Go.Layout.GoLayoutGenericNetwork<GoLayoutNetworkNode,GoLayoutNetworkLink,GoLayout>)
    Public Method Returns the Node which was constructed for the GoObject. (Inherited from Northwoods.Go.Layout.GoLayoutGenericNetwork<GoLayoutNetworkNode,GoLayoutNetworkLink,GoLayout>)
    Public MethodRetrieve 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 coll. (Inherited from Northwoods.Go.Layout.GoLayoutGenericNetwork<GoLayoutNetworkNode,GoLayoutNetworkLink,GoLayout>)
    Public Method Links two nodes already in the network and returns the created link. (Inherited from Northwoods.Go.Layout.GoLayoutGenericNetwork<GoLayoutNetworkNode,GoLayoutNetworkLink,GoLayout>)
    Public Method Removes all nodes and links from the network, resulting in an empty network. (Inherited from Northwoods.Go.Layout.GoLayoutGenericNetwork<GoLayoutNetworkNode,GoLayoutNetworkLink,GoLayout>)
    Public Method Reverses the direction of a link in the network. (Inherited from Northwoods.Go.Layout.GoLayoutGenericNetwork<GoLayoutNetworkNode,GoLayoutNetworkLink,GoLayout>)
    Public Method 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<GoLayoutNetworkNode,GoLayoutNetworkLink,GoLayout>)
    Top
    See Also