C# Class org.GraphDefined.Vanaheimr.Balder.TraversalGraphs.VertexEdge_MatrixListGraph

Inheritance: MatrixListGraph
Exibir arquivo Open project: Vanaheimr/Balder

Public Methods

Method Description
AddEdge ( IReadOnlyGenericPropertyEdge Edge ) : System.Boolean
VertexEdge_MatrixListGraph ( IGenericPropertyGraph PropertyGraph, VertexFilter VertexFilter = null, EdgeFilter EdgeFilter = null ) : System

Method Details

AddEdge() public method

public AddEdge ( IReadOnlyGenericPropertyEdge Edge ) : System.Boolean
Edge IReadOnlyGenericPropertyEdge
return System.Boolean

VertexEdge_MatrixListGraph() public method

public VertexEdge_MatrixListGraph ( IGenericPropertyGraph PropertyGraph, VertexFilter VertexFilter = null, EdgeFilter EdgeFilter = null ) : System
PropertyGraph IGenericPropertyGraph
VertexFilter VertexFilter
EdgeFilter EdgeFilter
return System