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
GraphNode
that 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 aBevGraph
which captures the dependencies between pumps, ingredients, beverages, brands and groups.A key component of aPourEngine
is aBevGraph
.AGraphNode
that 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
GraphNode
that reports availability as the logical AND of all of its child nodes.Availability information for a given node in the beverage graph.AGraphNode
that 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 aPourEngine
is aBevGraph
.Interface for attaching external override logic to aGraphNode
.AGraphNode
that reports availability as the logical OR of all of its child nodes.