C# Class AbstractedSheep.ShuttleTrackerService.EtaCalculator

Afficher le fichier Open project: AbstractedSheep/Shuttle-Tracker Class Usage Examples

Méthodes publiques

Свойство Type Description
etas List
world AbstractedSheep.ShuttleTrackerWorld.World

Méthodes publiques

Méthode Description
EtaCalculator ( World w ) : System
Recalculate ( ) : void

Method Details

EtaCalculator() public méthode

public EtaCalculator ( World w ) : System
w AbstractedSheep.ShuttleTrackerWorld.World
Résultat System

Recalculate() public méthode

public Recalculate ( ) : void
Résultat void

Property Details

etas public_oe property

public List etas
Résultat List

world public_oe property

public World,AbstractedSheep.ShuttleTrackerWorld world
Résultat AbstractedSheep.ShuttleTrackerWorld.World