| Package | Description |
|---|---|
| bdi4jade.core | |
| bdi4jade.plan |
This package contains interfaces and classes that allows representation of
plans of BDI agents.
|
| Modifier and Type | Field and Description |
|---|---|
protected PlanLibrary |
Capability.planLibrary |
| Modifier and Type | Method and Description |
|---|---|
PlanLibrary |
Capability.getPlanLibrary() |
| Modifier and Type | Method and Description |
|---|---|
PlanLibrary |
Plan.getPlanLibrary()
Returns the plan library with which this plan is associated.
|
PlanLibrary |
AbstractPlan.getPlanLibrary()
Returns the plan library with which this plan is associated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Plan.setPlanLibrary(PlanLibrary planLibrary)
Sets the plan library with which this plan is associated.
|
void |
AbstractPlan.setPlanLibrary(PlanLibrary planLibrary)
Sets the plan library with which this plan is associated.
|