Uses of Class
com.tccc.kos.ext.dispense.pipeline.beverage.Pourable
Packages that use Pourable
-
Uses of Pourable in com.tccc.kos.ext.dispense.pipeline.beverage
Subclasses of Pourable in com.tccc.kos.ext.dispense.pipeline.beverageModifier and TypeClassDescriptionclass
Pourable that doesn't actually pour anything but takes a specified amount of time to complete.Methods in com.tccc.kos.ext.dispense.pipeline.beverage that return PourableModifier and TypeMethodDescriptionabstract Pourable
BeveragePourEngine.getPourable
(String definitionStr) Given adefinitionStr
string, return a pourable.BeveragePipelineService.getSelected()
BeveragePipelineService.setSelected
(String key) Set the selected pourable identified by thePourable
key.Methods in com.tccc.kos.ext.dispense.pipeline.beverage with parameters of type PourableModifier 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.addVolumePour
(Pourable pourable, double volume) Add the specifiedPourable
using the specified volume.abstract boolean
BeveragePourEngine.isPourable
(Pourable pourable) Return true if the specified pourable can currently be poured.void
BeveragePourableListener.onBeveragePourableStart
(BeverageNozzlePipeline pipeline, BeveragePour pour, Pourable pourable) Called when a beverage pour is about to start.void
BeveragePourableListener.onBeveragePourableStop
(BeverageNozzlePipeline pipeline, BeveragePour pour, Pourable pourable) Called when a pump intent is done.void
BeverageSelectionListener.onBeverageSelect
(BeverageNozzlePipeline pipeline, Pourable pourable) Called when a new pourable is selected.void
BeveragePipelineService.setSelected
(Pourable pourable) Set the selected pourable for use with free / fixed pours.