| Package | Description |
|---|---|
| bdi4jade.examples.blocksworld.plan | |
| bdi4jade.examples.helloworld | |
| bdi4jade.examples.nestedcapabilities | |
| bdi4jade.examples.ping | |
| bdi4jade.examples.planparameter | |
| bdi4jade.examples.planselection | |
| bdi4jade.examples.subgoal | |
| bdi4jade.examples.template.plan | |
| bdi4jade.plan.planbody |
This package contains interfaces and classes that allows representation of
plan body, which is an executable piece of code that is instantiated and
executed to achieve goals.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AchieveOnPlanBody |
class |
ClearPlanBody |
class |
PerformMovePlanBody |
class |
TopLevelPlanBody |
| Modifier and Type | Class and Description |
|---|---|
class |
HelloWorldPlan |
| Modifier and Type | Class and Description |
|---|---|
class |
SuccessPlanBody |
class |
TestPlanBody |
| Modifier and Type | Class and Description |
|---|---|
class |
PingPlan |
class |
PongPlan |
| Modifier and Type | Class and Description |
|---|---|
class |
HelloWorldParamPlan |
| Modifier and Type | Class and Description |
|---|---|
class |
TransportationPlanBody |
| Modifier and Type | Class and Description |
|---|---|
class |
ChildPlan |
class |
MyPlan |
class |
ParentPlan |
| Modifier and Type | Class and Description |
|---|---|
class |
MyPlan1Body |
class |
MyPlan2Body |
| Modifier and Type | Class and Description |
|---|---|
class |
BeliefGoalPlanBody |
class |
ParallelGoalPlanBody |
class |
SequentialGoalPlanBody
This plan
|