public static class BDILifecycleAgentFeature.EvaluateExpressionCondition
extends java.lang.Object
implements jadex.rules.eca.ICondition
Modifier and Type | Field and Description |
---|---|
protected jadex.bridge.IInternalAccess |
agent |
protected MCondition |
cond |
protected MElement |
owner |
protected java.util.Map<java.lang.String,java.lang.Object> |
vals |
Constructor and Description |
---|
EvaluateExpressionCondition(jadex.bridge.IInternalAccess agent,
MCondition cond,
MElement owner,
java.util.Map<java.lang.String,java.lang.Object> vals) |
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 MCondition cond
protected MElement owner
protected jadex.bridge.IInternalAccess agent
protected java.util.Map<java.lang.String,java.lang.Object> vals
public EvaluateExpressionCondition(jadex.bridge.IInternalAccess agent, MCondition cond, MElement owner, java.util.Map<java.lang.String,java.lang.Object> vals)