BamBirds 2021
de.uniba.sme.bambirds.common.StrategyConsumer Interface Reference
Inheritance diagram for de.uniba.sme.bambirds.common.StrategyConsumer:

Public Member Functions

void post (List< Plan > newPlans)
 
void post (Plan newPlan)
 

Detailed Description

The

StrategyConsumer

interface is used to receive strategies/plans from Strategy implementations.

See also
Strategy

Member Function Documentation

◆ post() [1/2]

void de.uniba.sme.bambirds.common.StrategyConsumer.post ( List< Plan newPlans)

Receive new Plans found by a Strategy.

Parameters
newPlanstargets found by a Strategy

Implemented in de.uniba.sme.bambirds.execution.SimpleStrategyConsumer.

◆ post() [2/2]

void de.uniba.sme.bambirds.common.StrategyConsumer.post ( Plan  newPlan)

Receive a new Plan found by a Strategy.

Parameters
newPlanfound by a Strategy

Implemented in de.uniba.sme.bambirds.execution.SimpleStrategyConsumer.


The documentation for this interface was generated from the following file: