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

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

public class LAgentExecutionEvent
extends Object
implements LaraSynchronousEvent

Triggers agents to execute.


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

LAgentExecutionEvent

public LAgentExecutionEvent(LaraDecisionConfiguration decisionConfiguration)
Method Detail

getDecisionConfiguration

public LaraDecisionConfiguration getDecisionConfiguration()