FilteredEdgeListGraph<'TVertex, 'TEdge, 'TGraph>
Namespace: QuickGraph.Predicates
Constructors
Constructor | Description |
new(...)
Signature: (baseGraph:'TGraph * vertexPredicate:VertexPredicate<'TVertex> * edgePredicate:EdgePredicate<'TVertex,'TEdge>) -> unit
|
Instance members
Instance member | Description |
ContainsEdge(edge)
Signature: edge:'TEdge -> bool
Modifiers: abstract |
|
EdgeCount
Signature: int
Modifiers: abstract |
|
Edges
Signature: IEnumerable<'TEdge>
Modifiers: abstract |
|
IsEdgesEmpty
Signature: bool
Modifiers: abstract |
|
IsVerticesEmpty
Signature: bool
Modifiers: abstract |
|
VertexCount
Signature: int
Modifiers: abstract |
|
Vertices
Signature: IEnumerable<'TVertex>
Modifiers: abstract |