C# Class ReportGeneratorCS.Robot

Afficher le fichier Open project: kevinrutherford/katas Class Usage Examples

Méthodes publiques

Méthode Description
Bin ( ) : string
Location ( ) : ReportGeneratorCS.Machine
MoveTo ( ReportGeneratorCS.Machine location ) : void
Pick ( ) : void
Release ( ) : void

Method Details

Bin() public méthode

public Bin ( ) : string
Résultat string

Location() public méthode

public Location ( ) : ReportGeneratorCS.Machine
Résultat ReportGeneratorCS.Machine

MoveTo() public méthode

public MoveTo ( ReportGeneratorCS.Machine location ) : void
location ReportGeneratorCS.Machine
Résultat void

Pick() public méthode

public Pick ( ) : void
Résultat void

Release() public méthode

public Release ( ) : void
Résultat void