B2R2


DataFlowHelper Type

Constructors

Constructor Description

DataFlowHelper()

Full Usage: DataFlowHelper()

Returns: DataFlowHelper
Returns: DataFlowHelper

Instance members

Instance member Description

this.AddToWorkList(arg1) (arg2) (arg3)

Full Usage: this.AddToWorkList(arg1) (arg2) (arg3)

Parameters:
Modifiers: abstract
Type parameters: 'V, 'E

Add next vertices to the worklist queue.

arg0 : DiGraph<'V, 'E>
arg1 : Vertex<'V>
arg2 : Queue<Vertex<'V>>

this.Neighbor(arg1) (arg2)

Full Usage: this.Neighbor(arg1) (arg2)

Parameters:
Returns: Vertex<'V> list
Modifiers: abstract
Type parameters: 'V, 'E

Obtain the neighboring vertices.

arg0 : DiGraph<'V, 'E>
arg1 : Vertex<'V>
Returns: Vertex<'V> list