Méthode | Description | |
---|---|---|
CalculateDistance ( |
Calculates the distance from the start airport to all other airports
|
|
GetNodeWithSmallestDistance ( ) : |
Returns the airport with the smallest distance
|
|
GetPathTo ( |
Gets the path to an airport
|
|
PassengerRouteFinder ( List |
Constructor
|
Méthode | Description | |
---|---|---|
GetNeighbors ( |
Returns all airports with a route from the an airport
|
|
getDistanceBetween ( |
Returns the distance between two airports
|
public CalculateDistance ( |
||
start | Startknoten | |
Résultat | void |
public GetNodeWithSmallestDistance ( ) : |
||
Résultat |
public GetPathTo ( |
||
d | /// Destination /// | |
Résultat | List |
public PassengerRouteFinder ( List |
||
nodes | List |
All airports |
Résultat | System.Collections.Generic |