C# Class org.GraphDefined.Vanaheimr.Balder.DependentGraphs.AdjacencyListGraph

Afficher le fichier Open project: Vanaheimr/Balder

Méthodes publiques

Méthode Description
AddEdge ( System.UInt64 OutVertexId, System.UInt64 InVertexId ) : void
AddVertex ( System.UInt64 VertexId ) : void
AdjacencyListGraph ( System.UInt64 NumberOfVertices, String Description = null ) : System

Method Details

AddEdge() public méthode

public AddEdge ( System.UInt64 OutVertexId, System.UInt64 InVertexId ) : void
OutVertexId System.UInt64
InVertexId System.UInt64
Résultat void

AddVertex() public méthode

public AddVertex ( System.UInt64 VertexId ) : void
VertexId System.UInt64
Résultat void

AdjacencyListGraph() public méthode

public AdjacencyListGraph ( System.UInt64 NumberOfVertices, String Description = null ) : System
NumberOfVertices System.UInt64
Description String
Résultat System