de.cesr.lara.components.preprocessor.impl
Class LDelegatingBoPreselector<A extends LaraAgent<? super A,BO>,BO extends LaraBehaviouralOption<?,? extends BO>>
java.lang.Object
de.cesr.lara.components.preprocessor.impl.LAbstractPpComp<A,BO>
de.cesr.lara.components.preprocessor.impl.LDelegatingBoPreselector<A,BO>
- Type Parameters:
A
- type of agents this BO preselector is intended forBO
- 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
!
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LDelegatingBoPreselector
public LDelegatingBoPreselector()
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)