public static class BDIAgentFeature.PlansExistCondition
extends java.lang.Object
implements jadex.rules.eca.ICondition
| Modifier and Type | Field and Description |
|---|---|
protected RCapability |
capa
The capability.
|
protected MPlan |
mplan
The mplan.
|
| Constructor and Description |
|---|
PlansExistCondition(MPlan mplan,
RCapability capa)
Create a new plan exists condition.
|
| Modifier and Type | Method and Description |
|---|---|
jadex.commons.future.IFuture<jadex.commons.Tuple2<java.lang.Boolean,java.lang.Object>> |
evaluate(jadex.rules.eca.IEvent event)
Evaluate the condition.
|
protected MPlan mplan
protected RCapability capa
public PlansExistCondition(MPlan mplan, RCapability capa)
mplan - capa -