![]() |
BamBirds 2021
|

Public Member Functions | |
| void | post (List< Plan > newPlans) |
| void | post (Plan newPlan) |
The
interface is used to receive strategies/plans from Strategy implementations.
| void de.uniba.sme.bambirds.common.StrategyConsumer.post | ( | List< Plan > | newPlans | ) |
Receive new Plans found by a Strategy.
| newPlans | targets found by a Strategy |
Implemented in de.uniba.sme.bambirds.execution.SimpleStrategyConsumer.
| void de.uniba.sme.bambirds.common.StrategyConsumer.post | ( | Plan | newPlan | ) |
Receive a new Plan found by a Strategy.
| newPlan | found by a Strategy |
Implemented in de.uniba.sme.bambirds.execution.SimpleStrategyConsumer.