C# Class Default.Graph

Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Свойство Type Description
Nodes int
flag bool

Méthodes publiques

Méthode Description
BuildEdge ( int v1, int v2 ) : void
BuildGraph ( ) : void
CheckIfReachable ( ) : void
DeleteVertex ( ) : void
DeleteVertex ( Vertex v ) : void
GetWeightSum ( ) : int
Graph ( int n ) : System
ReturnVfirst ( ) : Vertex
SetWeightSum ( ) : void

Method Details

BuildEdge() public méthode

public BuildEdge ( int v1, int v2 ) : void
v1 int
v2 int
Résultat void

BuildGraph() public méthode

public BuildGraph ( ) : void
Résultat void

CheckIfReachable() public méthode

public CheckIfReachable ( ) : void
Résultat void

DeleteVertex() public méthode

public DeleteVertex ( ) : void
Résultat void

DeleteVertex() public méthode

public DeleteVertex ( Vertex v ) : void
v Vertex
Résultat void

GetWeightSum() public méthode

public GetWeightSum ( ) : int
Résultat int

Graph() public méthode

public Graph ( int n ) : System
n int
Résultat System

ReturnVfirst() public méthode

public ReturnVfirst ( ) : Vertex
Résultat Vertex

SetWeightSum() public méthode

public SetWeightSum ( ) : void
Résultat void

Property Details

Nodes public_oe static_oe property

public static int Nodes
Résultat int

flag public_oe static_oe property

public static bool flag
Résultat bool