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<,,>
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
See Also