IGraphAccessible<'V, 'E> Type
Read-only graph information accessor. This interface provides a way to access the information of a graph without modifying it.
Instance members
Instance member | Description |
|
|
|
|
|
|
|
|
|
|
Full Usage:
this.FoldEdge
Parameters:
'a -> Edge<'V, 'E> -> 'a
arg1 : 'a
Returns: 'a
Modifiers: abstract |
|
Full Usage:
this.FoldVertex
Parameters:
'a -> IVertex<'V> -> 'a
arg1 : 'a
Returns: 'a
Modifiers: abstract |
|
|
|
|
|
Full Usage:
this.IsEmpty
Returns: bool
Modifiers: abstract |
|
|
|
|
|
|
|
Full Usage:
this.Size
Returns: int
Modifiers: abstract |
|
|
|
|
|
Full Usage:
this.TryFindVertexByData
Parameters:
'V
Returns: IVertex<'V> option
Modifiers: abstract |
|
|
|
|
|
|
|