Package dispatch
Class EventSplitChange
- java.lang.Object
-
- dispatch.AbstractEvent
-
- dispatch.EventSplitChange
-
- All Implemented Interfaces:
InterfaceEvent
,Comparable<AbstractEvent>
public class EventSplitChange extends AbstractEvent
-
-
Field Summary
-
Fields inherited from class dispatch.AbstractEvent
dispatch_order, dispatcher, recipient, timestamp
-
-
Constructor Summary
Constructors Constructor Description EventSplitChange(Dispatcher dispatcher, float timestamp, SplitMatrixProfile splitProfile, Map<Long,Double> outlink2value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
action()
-
Methods inherited from class dispatch.AbstractEvent
compareTo, toString
-
-
-
-
Constructor Detail
-
EventSplitChange
public EventSplitChange(Dispatcher dispatcher, float timestamp, SplitMatrixProfile splitProfile, Map<Long,Double> outlink2value)
-
-
Method Detail
-
action
public void action() throws OTMException
- Throws:
OTMException
-
-