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

Inheritance: MatrixListGraph
Afficher le fichier Open project: Vanaheimr/Balder

Méthodes publiques

Méthode 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 méthode

public AddEdge ( IReadOnlyGenericPropertyEdge Edge ) : System.Boolean
Edge IReadOnlyGenericPropertyEdge
Résultat System.Boolean

VertexVertex_MatrixListGraph() public méthode

public VertexVertex_MatrixListGraph ( IGenericPropertyGraph PropertyGraph, String VertexLabel, String EdgeLabel ) : System
PropertyGraph IGenericPropertyGraph
VertexLabel String
EdgeLabel String
Résultat System

VertexVertex_MatrixListGraph() public méthode

public VertexVertex_MatrixListGraph ( IGenericPropertyGraph PropertyGraph, VertexFilter VertexFilter = null, EdgeFilter EdgeFilter = null ) : System
PropertyGraph IGenericPropertyGraph
VertexFilter VertexFilter
EdgeFilter EdgeFilter
Résultat System