Class ComponentPlanAgent
- java.lang.Object
-
- jadex.bdiv3.testcases.componentplans.ComponentPlanAgent
-
public class ComponentPlanAgent extends java.lang.Object
Plan implemented as micro agent component.
-
-
Field Summary
Fields Modifier and Type Field Description protected ComponentPlanBDI
parent
Access to the parent agent.
-
Constructor Summary
Constructors Constructor Description ComponentPlanAgent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IFuture<java.lang.Void>
body()
Plan body.
-
-
-
Field Detail
-
parent
protected ComponentPlanBDI parent
Access to the parent agent.
-
-
Method Detail
-
body
public IFuture<java.lang.Void> body()
Plan body.
-
-