메소드 | 설명 | |
---|---|---|
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
|
메소드 | 설명 | |
---|---|---|
GetNeighbors ( |
Returns all airports with a route from the an airport
|
|
getDistanceBetween ( |
Returns the distance between two airports
|
public CalculateDistance ( |
||
start | Startknoten | |
리턴 | void |
public GetNodeWithSmallestDistance ( ) : |
||
리턴 |
public GetPathTo ( |
||
d | /// Destination /// | |
리턴 | List |
public PassengerRouteFinder ( List |
||
nodes | List |
All airports |
리턴 | System.Collections.Generic |