Uses of Interface
com.tccc.kos.ext.dispense.pipeline.beverage.graph.NodeOverride
Packages that use NodeOverride
Package
Description
-
Uses of NodeOverride in com.tccc.kos.ext.dispense.pipeline.beverage
Methods in com.tccc.kos.ext.dispense.pipeline.beverage with parameters of type NodeOverrideModifier and TypeMethodDescriptionvoid
BeveragePourEngine.addOverride
(NodeOverride override) Add an override callback to the associated node.void
BeveragePourEngine.addOverride
(NodeOverride override, boolean update) Add an override callback to the associated node.void
BeveragePourEngine.removeOverride
(NodeOverride override) Remove an override from the the engine.void
BeveragePourEngine.removeOverride
(NodeOverride override, boolean update) Remove an override from the the engine with ability to control the graph update. -
Uses of NodeOverride in com.tccc.kos.ext.dispense.pipeline.beverage.graph
Classes in com.tccc.kos.ext.dispense.pipeline.beverage.graph that implement NodeOverrideModifier and TypeClassDescriptionclass
SimpleNodeOvrride
that allows visibility and availability to be set.Methods in com.tccc.kos.ext.dispense.pipeline.beverage.graph that return types with arguments of type NodeOverrideModifier and TypeMethodDescriptionGraphNode.getOverrides()
Return the external overrides for the node.Methods in com.tccc.kos.ext.dispense.pipeline.beverage.graph with parameters of type NodeOverrideModifier and TypeMethodDescriptionvoid
GraphNode.addOverride
(NodeOverride override) Add an external override for the node.void
GraphNode.removeOverride
(NodeOverride override) Remove an override from the node.void
GraphNode.removeOverride
(NodeOverride override, boolean update) Remove an override from the node with optional graph update.