Uses of Class
com.tccc.kos.ext.dispense.pipeline.beverage.RecipeExtractor
Packages that use RecipeExtractor
-
Uses of RecipeExtractor in com.tccc.kos.ext.dispense.pipeline.beverage
Methods in com.tccc.kos.ext.dispense.pipeline.beverage that return RecipeExtractorModifier and TypeMethodDescriptionRecipeExtractor.addIngredients
(GraphNode node) Add a graph node to the extractor.RecipeExtractor.addIngredients
(String nodeId) Find the specified node in the beverage graph, if it's valid, traverse all the child nodes looking for ingredient nodes.RecipeExtractor.addIngredients
(Collection<String> nodeIds) Convenience method for callingaddIngredients()
with a list of nodeIds.