IDiGraph<'V, 'E> Type
Directed graph interface.
Instance members
Instance member | Description |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
this.Reverse
Parameters:
IEnumerable<IVertex<'V>>
Returns: IDiGraph<'V, 'E>
Modifiers: abstract |
|
Full Usage:
this.SetRoots
Parameters:
IEnumerable<IVertex<'V>>
Returns: IDiGraph<'V, 'E>
Modifiers: abstract |