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


In This Topic
    GoLayoutTreeNetwork Class Members
    In This Topic

    The following tables list the members exposed by GoLayoutTreeNetwork.

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