de.cesr.lara.components.preprocessor.event
Class LPpBoCollectorEvent

java.lang.Object
  extended by de.cesr.lara.components.preprocessor.event.LAbstractPpEvent
      extended by de.cesr.lara.components.preprocessor.event.LPpBoCollectorEvent
All Implemented Interfaces:
LaraEvent, LaraRequiresPrecedingEvent, LaraSynchronousEvent, LaraPpEvent

public class LPpBoCollectorEvent
extends LAbstractPpEvent
implements LaraRequiresPrecedingEvent

Triggers selection of behavioural options from the agent's memory. LaraBOCollectors should register for these events.


Field Summary
 
Fields inherited from class de.cesr.lara.components.preprocessor.event.LAbstractPpEvent
agent, dConfig
 
Constructor Summary
LPpBoCollectorEvent(LaraAgent<?,?> agent, LaraDecisionConfiguration dConfig)
           
 
Method Summary
 Class<? extends LaraEvent> getRequiredPrecedingEventClass()
          The Class.getSimpleName() of the event which should have occurred before in the same time step
 
Methods inherited from class de.cesr.lara.components.preprocessor.event.LAbstractPpEvent
getAgent, getdConfig
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LPpBoCollectorEvent

public LPpBoCollectorEvent(LaraAgent<?,?> agent,
                           LaraDecisionConfiguration dConfig)
Parameters:
dConfig -
Method Detail

getRequiredPrecedingEventClass

public Class<? extends LaraEvent> getRequiredPrecedingEventClass()
Description copied from interface: LaraRequiresPrecedingEvent
The Class.getSimpleName() of the event which should have occurred before in the same time step

Specified by:
getRequiredPrecedingEventClass in interface LaraRequiresPrecedingEvent
Returns:
required event class
See Also:
LaraRequiresPrecedingEvent.getRequiredPrecedingEventClass()