public static class BDIAgentFeature.NotInShutdownCondition
extends java.lang.Object
implements jadex.rules.eca.ICondition
Modifier and Type | Field and Description |
---|---|
protected jadex.bridge.IInternalAccess |
component |
Constructor and Description |
---|
NotInShutdownCondition(jadex.bridge.IInternalAccess component) |
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)
Test if is in shutdown.
|