jadex.bdi.planlib.test.FinishedPlan Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jadex-applib-bdi Show documentation
Show all versions of jadex-applib-bdi Show documentation
The Jadex applib BDI package contain
ready to use functionalities for
BDI agents mostly in form of modules
called capabilities.
package jadex.bdi.planlib.test;
import jadex.bdi.runtime.Plan;
/**
* Stop the test agent.
*/
public class FinishedPlan extends Plan
{
/**
* Plan body.
*/
public void body()
{
// System.out.println("killing "+getComponentName()+" due to "+getReason().getModelElement().getName());
killAgent();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy