Uses of Class
com.tccc.kos.ext.dispense.service.ingredient.BaseIngredient
Packages that use BaseIngredient
Package
Description
-
Uses of BaseIngredient in com.tccc.kos.ext.dispense.pipeline.beverage.graph
Methods in com.tccc.kos.ext.dispense.pipeline.beverage.graph that return BaseIngredientMethods in com.tccc.kos.ext.dispense.pipeline.beverage.graph that return types with arguments of type BaseIngredientModifier and TypeMethodDescriptionBevGraphBuilder.getIngredients()
Return the set of effective ingredients extracted from the list of pumps used to create the builder.Constructors in com.tccc.kos.ext.dispense.pipeline.beverage.graph with parameters of type BaseIngredientModifierConstructorDescriptionIngredientNode
(BaseIngredient ingredient) Creates an ingredient node where the giveningredientId
is both theid
andaltId
of the node.IngredientNode
(String id, BaseIngredient ingredient) Creates an ingredient node where theid
of the node is distinct from the associatedingredientId
. -
Uses of BaseIngredient in com.tccc.kos.ext.dispense.service.ingredient
Methods in com.tccc.kos.ext.dispense.service.ingredient that return BaseIngredientModifier and TypeMethodDescriptionIngredientService.getIngredient
(String id) Return an ingredient for the specified ingredient id from the default source.IngredientService.getIngredient
(String sourceId, String id) Return an ingredient for the specified ingredient id in the specified source.IngredientSource.getIngredient
(String id) Return the ingredient with the specified id.SimpleIngredientSource.getIngredient
(String id) Methods in com.tccc.kos.ext.dispense.service.ingredient that return types with arguments of type BaseIngredientModifier and TypeMethodDescriptionCollection<? extends BaseIngredient>
IngredientSource.getIngredients()
Return the available ingredients.SimpleIngredientSource.getIngredients()
Methods in com.tccc.kos.ext.dispense.service.ingredient with parameters of type BaseIngredientModifier and TypeMethodDescriptionvoid
SimpleIngredientSource.add
(BaseIngredient ingredient) Add an ingredient to the source.