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

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

public class LAgentPostprocessEvent
extends Object
implements LaraSynchronousEvent

Triggers agents to postprocess.


Constructor Summary
LAgentPostprocessEvent(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

LAgentPostprocessEvent

public LAgentPostprocessEvent(LaraDecisionConfiguration decisionConfiguration)
Method Detail

getDecisionConfiguration

public LaraDecisionConfiguration getDecisionConfiguration()