Uses of Class
com.tccc.kos.ext.dispense.pipeline.ingredient.PumpIntent
Packages that use PumpIntent
Package
Description
-
Uses of PumpIntent in com.tccc.kos.ext.dispense
Methods in com.tccc.kos.ext.dispense that return PumpIntentModifier and TypeMethodDescriptionReturns thePumpIntent
definition for this pump. -
Uses of PumpIntent in com.tccc.kos.ext.dispense.pipeline.ingredient
Methods in com.tccc.kos.ext.dispense.pipeline.ingredient that return PumpIntentModifier and TypeMethodDescriptionReturns thePumpIntent
definition for the specified pump and intent type.Return an intent of the specified type for the specified pump.This checks for an intent by checking the following rules in order: pumpPath : Most specific rule as it identifies a specific pump.XmlPumpIntentFactory.lookupIntent
(String ruleType, String ruleKey, String intentType) Return a pump intent for the specified rule type, rule key, and pump information.XmlPumpIntentFactory.newPumpIntent
(String name) Return a newPumpIntent
instance for use withparseIntent()
.Methods in com.tccc.kos.ext.dispense.pipeline.ingredient with parameters of type PumpIntentModifier and TypeMethodDescriptionvoid
PumpIntentListener.onPumpIntentStart
(IngredientNozzlePipeline pipeline, Pump<?> pump, PumpIntent intent, com.tccc.kos.commons.util.concurrent.future.FutureWork f) Called when a pump intent is about to start.void
PumpIntentListener.onPumpIntentStop
(IngredientNozzlePipeline pipeline, Pump<?> pump, PumpIntent intent, com.tccc.kos.commons.util.concurrent.future.FutureWork f) Called when a pump intent is done.void
PumpOpListener.onPumpOpStart
(IngredientNozzlePipeline pipeline, Pump<?> pump, PumpIntent intent, PumpOp op, com.tccc.kos.commons.util.concurrent.future.FutureWork f) Called when aPumpOp
is about to start.void
PumpOpListener.onPumpOpStop
(IngredientNozzlePipeline pipeline, Pump<?> pump, PumpIntent intent, PumpOp op, com.tccc.kos.commons.util.concurrent.future.FutureWork f) Called when aPumpOp
is done.void
XmlPumpIntentFactory.parseIntent
(PumpIntent intent, org.jdom2.Element root) Extract data from the xml element and populate thePumpIntent
. -
Uses of PumpIntent in com.tccc.kos.ext.dispense.pipeline.ingredient.ops
Methods in com.tccc.kos.ext.dispense.pipeline.ingredient.ops that return PumpIntent