Package jadex.bdiv3x.features
Class BDIXAgentFeature.PlansExistCondition
- java.lang.Object
- 
- jadex.bdiv3x.features.BDIXAgentFeature.PlansExistCondition
 
- 
- All Implemented Interfaces:
- jadex.rules.eca.ICondition
 - Enclosing class:
- BDIXAgentFeature
 
 public static class BDIXAgentFeature.PlansExistCondition extends java.lang.Object implements jadex.rules.eca.IConditionCondition that tests if goal instances of an mplan exist.
- 
- 
Constructor SummaryConstructors Constructor Description PlansExistCondition(MPlan mplan, jadex.bdiv3.runtime.impl.RCapability capa)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description IFuture<Tuple2<java.lang.Boolean,java.lang.Object>>evaluate(jadex.rules.eca.IEvent event)
 
-