de.cesr.lara.components.eventbus.events
Class LAgentPreprocessEvent

java.lang.Object
  extended by de.cesr.lara.components.eventbus.events.LAgentPreprocessEvent
All Implemented Interfaces:
LaraEvent, LaraSynchronousEvent

public class LAgentPreprocessEvent
extends Object
implements LaraSynchronousEvent

Triggers agents to preprocess.


Constructor Summary
LAgentPreprocessEvent(LaraDecisionConfiguration decisionConfiguration)
           
 
Method Summary
 LaraDecisionConfiguration getDecisionConfiguration()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LAgentPreprocessEvent

public LAgentPreprocessEvent(LaraDecisionConfiguration decisionConfiguration)
Method Detail

getDecisionConfiguration

public LaraDecisionConfiguration getDecisionConfiguration()