de.cesr.lara.components.preprocessor.impl
Class LDeliberativeDecisionModeSelector<A extends LaraAgent<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.LDeliberativeDecisionModeSelector<A,BO>
- Type Parameters:
A
- the type of agents this preprocessor is intended forBO
- type of behavioural options
- All Implemented Interfaces:
- LaraAbstractEventSubscriber, LaraInternalEventSubscriber, LaraDecisionModeSelector<A,BO>, LaraPreprocessorComp<A,BO>
public class LDeliberativeDecisionModeSelector<A extends LaraAgent<A,BO>,BO extends LaraBehaviouralOption<?,? extends BO>>
- extends LAbstractPpComp<A,BO>
- implements LaraDecisionModeSelector<A,BO>
Constantly selects LDeliberativeDeciderFactory
as decider factory.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LDeliberativeDecisionModeSelector
public LDeliberativeDecisionModeSelector()
onInternalEvent
public void onInternalEvent(LaraEvent e)
- Always selects the laraBoRows deliberation mode (
LDeliberativeDeciderFactory
. This default implementation is used
in LPreprocessor
.
PP component order:
- LPpBoCollectorEvent
- LPpBoPreselectorEvent
- LPpBoUtilityUpdaterEvent
- LPpPreferenceUpdaterEvent
- Specified by:
onInternalEvent
in interface LaraInternalEventSubscriber
- See Also:
de.cesr.lara.components.preprocessor.LaraDecisionModeSelector#onInternalEvent(de.cesr.lara.components.preprocessor.event.LPpModeSelectorEvent)