GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutGenericNetwork<N,L,Y> Class
Properties Methods


In This Topic
    GoLayoutGenericNetwork<N,L,Y> Class Members
    In This Topic

    The following tables list the members exposed by GoLayoutGenericNetwork<N,L,Y>.

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