Package jadex.bdi.runtime.impl
Class BDIAgentFeature.PlansExistCondition
java.lang.Object
jadex.bdi.runtime.impl.BDIAgentFeature.PlansExistCondition
- All Implemented Interfaces:
jadex.rules.eca.ICondition
- Enclosing class:
- BDIAgentFeature
public static class BDIAgentFeature.PlansExistCondition
extends Object
implements jadex.rules.eca.ICondition
Condition that tests if goal instances of an mplan exist.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected RCapabilityThe capability.protected MPlanThe mplan.Fields inherited from interface jadex.rules.eca.ICondition
FALSE, TRUE, TRUE_CONDITION -
Constructor Summary
ConstructorsConstructorDescriptionPlansExistCondition(MPlan mplan, RCapability capa) Create a new plan exists condition. -
Method Summary
-
Field Details
-
mplan
The mplan. -
capa
The capability.
-
-
Constructor Details
-
PlansExistCondition
Create a new plan exists condition.- Parameters:
mplan-capa-
-
-
Method Details