GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutGenericNetwork<N,L,Y> Class
Members
In This Topic
    GoLayoutGenericNetwork<N,L,Y> Class
    In This Topic
    This provides an abstract view of a Northwoods.Go.IGoCollection as a network (graph) of nodes and directed links. These nodes and links correspond to Northwoods.Go.GoObjects provided in the Northwoods.Go.IGoCollection. This class provides a framework for manipulating the state of nodes and links without modifying the structure of the original document.
    Syntax
    [Serializable()]
    public class GoLayoutGenericNetwork<N,L,Y> 
    where N: new(), Northwoods.Go.Layout.GoLayoutGenericNetwork/NodeNodeodedee<N,L,Y>
    where L: new(), Northwoods.Go.Layout.GoLayoutGenericNetwork/LinkLinkinknkk<N,L,Y>
    where Y: GoLayout
    Type Parameters
    N
    L
    Y
    See Also