Method | Description | |
---|---|---|
Keg ( string id, string beerId, double capacity ) : System | ||
PouringFromTap ( string tapId, double volume ) : void | ||
StartPourFromTap ( string tapId ) : void | ||
StopPourFromTap ( string tapId, double volume ) : void | ||
UpdateCapacityAndPoured ( double capacity, double amountOfBeerPoured ) : void | ||
UpdateTemperature ( string id, double temperatureF ) : void |
Method | Description | |
---|---|---|
Keg ( ) : System |
public Keg ( string id, string beerId, double capacity ) : System | ||
id | string | |
beerId | string | |
capacity | double | |
return | System |
public PouringFromTap ( string tapId, double volume ) : void | ||
tapId | string | |
volume | double | |
return | void |
public StartPourFromTap ( string tapId ) : void | ||
tapId | string | |
return | void |
public StopPourFromTap ( string tapId, double volume ) : void | ||
tapId | string | |
volume | double | |
return | void |
public UpdateCapacityAndPoured ( double capacity, double amountOfBeerPoured ) : void | ||
capacity | double | |
amountOfBeerPoured | double | |
return | void |
public UpdateTemperature ( string id, double temperatureF ) : void | ||
id | string | |
temperatureF | double | |
return | void |