C# 클래스 org.GraphDefined.Vanaheimr.Balder.DependentGraphs.AdjacencyListGraph

파일 보기 프로젝트 열기: Vanaheimr/Balder

공개 메소드들

메소드 설명
AddEdge ( System.UInt64 OutVertexId, System.UInt64 InVertexId ) : void
AddVertex ( System.UInt64 VertexId ) : void
AdjacencyListGraph ( System.UInt64 NumberOfVertices, String Description = null ) : System

메소드 상세

AddEdge() 공개 메소드

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

AddVertex() 공개 메소드

public AddVertex ( System.UInt64 VertexId ) : void
VertexId System.UInt64
리턴 void

AdjacencyListGraph() 공개 메소드

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