GoDiagram Web Reference
GreedyCycleRemovalFindSink Method

Finds a sink node in the network. A node is considered a sink node if it is valid and all of its predecessors are invalid. A valid node with no predecessors is vacously a sink. Returns null if no valid sink node exists. Used by GreedyCycleRemoval.
Syntax
'Declaration
 
Protected Overridable Function GreedyCycleRemovalFindSink( _
   ByVal network As GoLayoutLayeredDigraphNetwork _
) As GoLayoutLayeredDigraphNode
protected virtual GoLayoutLayeredDigraphNode GreedyCycleRemovalFindSink( 
   GoLayoutLayeredDigraphNetwork network
)

Parameters

network

Return Value

Returns a sink node in the network, or null if no valid sink node exists
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoLayoutLayeredDigraph Class
GoLayoutLayeredDigraph Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback