Uses of Package
com.tccc.kos.ext.dispense.pipeline.beverage.graph
Packages that use com.tccc.kos.ext.dispense.pipeline.beverage.graph
Package
Description
-
Classes in com.tccc.kos.ext.dispense.pipeline.beverage.graph used by com.tccc.kos.ext.dispense.pipeline.beverageClassDescriptionA
GraphNodethat represents a beverage.A graph of dependencies that are used to compute beverage, brand and group availability information based on pump status and other override inputs.Builder used to construct aBevGraphwhich captures the dependencies between pumps, ingredients, beverages, brands and groups.Availability information for an entire graph.A key component of aPourEngineis aBevGraph.AGraphNodethat represents an ingredient.Interface for attaching external override logic to aGraphNode. -
Classes in com.tccc.kos.ext.dispense.pipeline.beverage.graph used by com.tccc.kos.ext.dispense.pipeline.beverage.graphClassDescriptionA
GraphNodethat reports availability as the logical AND of all of its child nodes.Availability information for a given node in the beverage graph.AGraphNodethat represents a beverage.A graph of dependencies that are used to compute beverage, brand and group availability information based on pump status and other override inputs.A key component of aPourEngineis aBevGraph.Interface for attaching external override logic to aGraphNode.AGraphNodethat reports availability as the logical OR of all of its child nodes.