Uses of Class
com.tccc.kos.ext.dispense.pipeline.beverage.BeveragePourBuilder
Packages that use BeveragePourBuilder
-
Uses of BeveragePourBuilder in com.tccc.kos.ext.dispense.pipeline.beverage
Methods in com.tccc.kos.ext.dispense.pipeline.beverage that return BeveragePourBuilderModifier and TypeMethodDescriptionBeveragePourBuilder.addFixedPour
(Pourable pourable, String fixedName) Add the specifiedPourable
using the named pour volume.BeveragePourBuilder.addFixedPour
(Pourable pourable, String fixedName, double splitPercent, int delay) Add the specifiedPourable
using the named pour volume and optionally split into two separate pours at the specified percent using the specified delay.Add the specifiedPourable
using the effective volume specified in the pourable.BeveragePourBuilder.addSelectedFixedPour
(String fixedName) Add the currently selectedPourable
using the named pour volume.BeveragePourBuilder.addSelectedFixedPour
(String fixedName, double splitPercent, int delay) Add the currently selectedPourable
using the named pour volume and optionally split into two separate pours at the specified percent using the specified delay.BeveragePourBuilder.addSelectedMaxVolumePour()
Add the currently selectedPourable
using the max pour volume from thePourServiceDelegate
as the limit.BeveragePourBuilder.addSelectedVolumePour
(double volume) Add the currently selectedPourable
using the specified volume.BeveragePourBuilder.addVolumePour
(Pourable pourable, double volume) Add the specifiedPourable
using the specified volume.BeveragePipelineService.getBuilder()
Return a newPourBuilder
which can be used to construct and start a beverage pour.