
jadex.bdi.examples.cleanerworld.cleaner.PatrolPlan Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jadex-applications-bdi Show documentation
Show all versions of jadex-applications-bdi Show documentation
The Jadex BDI applications package contain
several example applications, benchmarks and
testcases using BDI agents.
The newest version!
package jadex.bdi.examples.cleanerworld.cleaner;
import jadex.bdi.runtime.IGoal;
import jadex.bdi.runtime.Plan;
import jadex.extension.envsupport.math.IVector2;
/**
* Patrol along the patrol points.
*/
public class PatrolPlan extends Plan
{
//-------- methods --------
/**
* The plan body.
*/
public void body()
{
IVector2[] loci = (IVector2[])getBeliefbase().getBeliefSet("patrolpoints").getFacts();
for(int i=0; i
© 2015 - 2025 Weber Informatics LLC | Privacy Policy