C# Class DirectedGraph.DGraph

Afficher le fichier Open project: Confirmit/Students Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
this ( int i, int j ) : DEdge
this ( int i ) : List

Method Details

AddEdge() public méthode

public AddEdge ( DEdge edg ) : void
edg DEdge
Résultat void

DGraph() public méthode

public DGraph ( ) : System
Résultat System

DGraph() public méthode

public DGraph ( DGraph g ) : System
g DGraph
Résultat System

DGraph() public méthode

public DGraph ( int vn ) : System
vn int
Résultat System

GetEdge() public méthode

public GetEdge ( int vrt, int ind ) : DEdge
vrt int
ind int
Résultat DEdge

ReadFromConsole() public méthode

public ReadFromConsole ( ) : void
Résultat void

ReadFromTxtFile() public méthode

public ReadFromTxtFile ( string file ) : void
file string
Résultat void

Transposition() public méthode

public Transposition ( ) : DGraph
Résultat DGraph

VertexDegree() public méthode

public VertexDegree ( int vrt ) : int
vrt int
Résultat int