Class BDIAgentFeature.NotInShutdownCondition

java.lang.Object
jadex.bdi.runtime.impl.BDIAgentFeature.NotInShutdownCondition
All Implemented Interfaces:
jadex.rules.eca.ICondition
Enclosing class:
BDIAgentFeature

public static class BDIAgentFeature.NotInShutdownCondition extends Object implements jadex.rules.eca.ICondition
Condition that tests if goal instances of an mgoal exist.
  • Constructor Details

    • NotInShutdownCondition

      public NotInShutdownCondition()
  • Method Details

    • evaluate

      public jadex.future.IFuture<jadex.common.Tuple2<Boolean,Object>> evaluate(jadex.rules.eca.IEvent event)
      Test if is in shutdown.
      Specified by:
      evaluate in interface jadex.rules.eca.ICondition