C# 클래스 DirectGraph.DirectedGraph

파일 보기 프로젝트 열기: Confirmit/Students 1 사용 예제들

공개 메소드들

메소드 설명
AddEdge ( DirectedEdge edge ) : void
DirectedGraph ( ) : System
DirectedGraph ( DirectedGraph g ) : System
DirectedGraph ( int verticesCount ) : System
GetEdge ( int vertex, int edgeIndex ) : DirectedEdge
GetVertexDegree ( int vertex ) : int
Transposition ( ) : DirectedGraph

비공개 메소드들

메소드 설명
this ( int i, int j ) : DirectedEdge
this ( int i ) : List

메소드 상세

AddEdge() 공개 메소드

public AddEdge ( DirectedEdge edge ) : void
edge DirectedEdge
리턴 void

DirectedGraph() 공개 메소드

public DirectedGraph ( ) : System
리턴 System

DirectedGraph() 공개 메소드

public DirectedGraph ( DirectedGraph g ) : System
g DirectedGraph
리턴 System

DirectedGraph() 공개 메소드

public DirectedGraph ( int verticesCount ) : System
verticesCount int
리턴 System

GetEdge() 공개 메소드

public GetEdge ( int vertex, int edgeIndex ) : DirectedEdge
vertex int
edgeIndex int
리턴 DirectedEdge

GetVertexDegree() 공개 메소드

public GetVertexDegree ( int vertex ) : int
vertex int
리턴 int

Transposition() 공개 메소드

public Transposition ( ) : DirectedGraph
리턴 DirectedGraph