public static class BDIXAgentFeature.PlansExistCondition
extends java.lang.Object
implements jadex.rules.eca.ICondition
Modifier and Type | Field and Description |
---|---|
protected RCapability |
capa |
protected MPlan |
mplan |
Constructor and Description |
---|
PlansExistCondition(MPlan mplan,
RCapability capa) |
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) |
protected MPlan mplan
protected RCapability capa
public PlansExistCondition(MPlan mplan, RCapability capa)