C# Class DirectedGraph.DGraph

Mostra file Open project: Confirmit/Students Class Usage Examples

Public Methods

Method Description
AddEdge ( DEdge edg ) : void
DGraph ( ) : System
DGraph ( DGraph g ) : System
DGraph ( int vn ) : System
GetEdge ( int vrt, int ind ) : DEdge
ReadFromConsole ( ) : void
ReadFromTxtFile ( string file ) : void
Transposition ( ) : DGraph
VertexDegree ( int vrt ) : int

Private Methods

Method Description
this ( int i, int j ) : DEdge
this ( int i ) : List

Method Details

AddEdge() public method

public AddEdge ( DEdge edg ) : void
edg DEdge
return void

DGraph() public method

public DGraph ( ) : System
return System

DGraph() public method

public DGraph ( DGraph g ) : System
g DGraph
return System

DGraph() public method

public DGraph ( int vn ) : System
vn int
return System

GetEdge() public method

public GetEdge ( int vrt, int ind ) : DEdge
vrt int
ind int
return DEdge

ReadFromConsole() public method

public ReadFromConsole ( ) : void
return void

ReadFromTxtFile() public method

public ReadFromTxtFile ( string file ) : void
file string
return void

Transposition() public method

public Transposition ( ) : DGraph
return DGraph

VertexDegree() public method

public VertexDegree ( int vrt ) : int
vrt int
return int