de.cesr.lara.components.preprocessor.impl
Class LDelegatingBoPreselector<A extends LaraAgent<? super A,BO>,BO extends LaraBehaviouralOption<?,? extends BO>>

java.lang.Object
  extended by de.cesr.lara.components.preprocessor.impl.LAbstractPpComp<A,BO>
      extended by de.cesr.lara.components.preprocessor.impl.LDelegatingBoPreselector<A,BO>
Type Parameters:
A - type of agents this BO preselector is intended for
BO - type of behavioural options that are checked
All Implemented Interfaces:
LaraAbstractEventSubscriber, LaraInternalEventSubscriber, LaraBOPreselector<A,BO>, LaraPreprocessorComp<A,BO>

public class LDelegatingBoPreselector<A extends LaraAgent<? super A,BO>,BO extends LaraBehaviouralOption<?,? extends BO>>
extends LAbstractPpComp<A,BO>
implements LaraBOPreselector<A,BO>

Delegates checking to each behavioural option. NOTE regarding LOGGING: The agent logger for logging BOs is only enabled when the logger for this class is enabled at least for Priority#INFO!


Nested Class Summary
 
Nested classes/interfaces inherited from interface de.cesr.lara.components.preprocessor.LaraBOPreselector
LaraBOPreselector.Accuracy, LaraBOPreselector.LAccuracy
 
Constructor Summary
LDelegatingBoPreselector()
           
 
Method Summary
 void onInternalEvent(LaraEvent e)
          Delegates checking to each behavioural option.
 
Methods inherited from class de.cesr.lara.components.preprocessor.impl.LAbstractPpComp
castEvent, logBOs
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface de.cesr.lara.components.preprocessor.LaraPreprocessorComp
castEvent
 

Constructor Detail

LDelegatingBoPreselector

public LDelegatingBoPreselector()
Method Detail

onInternalEvent

public void onInternalEvent(LaraEvent e)
Delegates checking to each behavioural option.

Specified by:
onInternalEvent in interface LaraInternalEventSubscriber
See Also:
LaraInternalEventSubscriber.onInternalEvent(de.cesr.lara.components.eventbus.events.LaraEvent)