SposhLogicController
has templated IWorkExecutor and methods logicBeforePlan
and logicBeforePlan. This is no longer automatically executed by LogicController anymore. You must do it yourself.@Deprecated public interface ILogicWorkExecutor extends IWorkExecutor
IWorkExecutor adding methods logicBeforePlan() and ILogicWorkdExecutor#logicAfterPlan() that can be used for slipping code that should be executed
every logic-evaluation iteration.| Modifier and Type | Method and Description |
|---|---|
void |
logicAfterPlan()
Deprecated.
|
void |
logicBeforePlan()
Deprecated.
|
executeAction, executeSense@Deprecated void logicBeforePlan()
@Deprecated void logicAfterPlan()
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.