Class MeasureCalculateCounterAlignEvent
java.lang.Object
overit.geocall.bl.GenericEvent<MeasureCalculateCounterAlignOutput>
overit.geocall.bl.BusinessEvent<MeasureCalculateCounterAlignOutput>
overit.geocall.bl.SimpleBusinessEvent<BOMeasure,MeasureCalculateCounterAlignOutput>
overit.geocallapp.wfm.measuringelements.bl.measuringelement.measure.event.MeasureCalculateCounterAlignEvent
public class MeasureCalculateCounterAlignEvent
extends SimpleBusinessEvent<BOMeasure,MeasureCalculateCounterAlignOutput>
Event to calculate the counter alignment for a
The launcher must provide a valid
The listener calculates the data related to
These new data will be set in the output
BOMeasure. The launcher must provide a valid
BOMeasure in order to successfully call this event. The listener calculates the data related to
BOMeasure value, delta value, rotations, cumulative value,
total rotations components starting from the event input, i.e. the given
BOMeasure. These new data will be set in the output
MeasureCalculateCounterAlignOutput- Since:
- 20.0
- GCApi:
- event
- Reactors:
- No Spouts
BTMeasureCalculateCounterAlign(0)-
Nested Class Summary
Nested classes/interfaces inherited from class overit.geocall.bl.GenericEvent
GenericEvent.Step<O> -
Field Summary
Fields inherited from class overit.geocall.bl.SimpleBusinessEvent
inputFields inherited from class overit.geocall.bl.GenericEvent
executorService, journal, streamJournal -
Constructor Summary
ConstructorsConstructorDescriptionCreate a new instance of the event that get anBOMeasureobject as input parameter -
Method Summary
Methods inherited from class overit.geocall.bl.SimpleBusinessEvent
getInputMethods inherited from class overit.geocall.bl.BusinessEvent
doLaunchMethods inherited from class overit.geocall.bl.GenericEvent
clearEvents, defineInterruptor, defineResult, getJournal, getResult, getSpouts, getStreamJournal, isInternal, launch, launch, launchAsync, launchAsync, register, registerSpouts
-
Constructor Details
-
MeasureCalculateCounterAlignEvent
Create a new instance of the event that get anBOMeasureobject as input parameter- Parameters:
input- the instance of the input param
-