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

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

public class LAgentDecideEvent
extends Object
implements LaraSynchronousEvent

Triggers agents to decide.


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

LAgentDecideEvent

public LAgentDecideEvent(LaraDecisionConfiguration decisionConfiguration)
Method Detail

getDecisionConfiguration

public LaraDecisionConfiguration getDecisionConfiguration()