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

Exibir arquivo Open project: Vanaheimr/Balder

Public Methods

Method 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 method

public AddEdge ( System.UInt64 OutVertexId, System.UInt64 InVertexId ) : void
OutVertexId System.UInt64
InVertexId System.UInt64
return void

AddVertex() public method

public AddVertex ( System.UInt64 VertexId ) : void
VertexId System.UInt64
return void

AdjacencyListGraph() public method

public AdjacencyListGraph ( System.UInt64 NumberOfVertices, String Description = null ) : System
NumberOfVertices System.UInt64
Description String
return System