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

Inheritance: MatrixListGraph
Exibir arquivo Open project: Vanaheimr/Balder

Public Methods

Method Description
AddEdge ( IReadOnlyGenericPropertyEdge Edge ) : System.Boolean
VertexVertex_MatrixListGraph ( IGenericPropertyGraph PropertyGraph, String VertexLabel, String EdgeLabel ) : System
VertexVertex_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

VertexVertex_MatrixListGraph() public method

public VertexVertex_MatrixListGraph ( IGenericPropertyGraph PropertyGraph, String VertexLabel, String EdgeLabel ) : System
PropertyGraph IGenericPropertyGraph
VertexLabel String
EdgeLabel String
return System

VertexVertex_MatrixListGraph() public method

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