Uses of Class
com.tccc.kos.ext.dispense.pipeline.ingredient.IngredientPipelineService
Packages that use IngredientPipelineService
Package
Description
-
Uses of IngredientPipelineService in com.tccc.kos.ext.dispense.pipeline.ingredient
Methods in com.tccc.kos.ext.dispense.pipeline.ingredient that return IngredientPipelineServiceModifier and TypeMethodDescriptionIngredientNozzlePipeline.getIngredientPipelineService()
Return theIngredientPipelineService
used to pour intents for individual pumps. -
Uses of IngredientPipelineService in com.tccc.kos.ext.dispense.pipeline.ingredient.ops
Methods in com.tccc.kos.ext.dispense.pipeline.ingredient.ops that return IngredientPipelineServiceModifier and TypeMethodDescriptionPumpOp.getIngredientPipelineService()
Returns the associatedIngredientPipelineService
, which is only available afterbind()
is called. -
Uses of IngredientPipelineService in com.tccc.kos.ext.dispense.service.nozzle
Methods in com.tccc.kos.ext.dispense.service.nozzle that return IngredientPipelineServiceModifier and TypeMethodDescriptionNozzle.getIngredientPipelineService()
ReturnIngredientPipelineService
from the associatedIngredientNozzlePipeline
if installed.