Constructor and Description |
---|
InstanceOfCondition() |
Modifier and Type | Method and Description |
---|---|
boolean |
evaluate(Context context)
Evaluates the condition.
Must return true if the value must change, in that case no further conditions (if any) will be evaluated, return false otherwise, thus giving the opportunity for other conditions to be tested. |
void |
setKey(java.lang.String key) |
void |
setType(java.lang.String type) |
public boolean evaluate(Context context)
Condition
public void setKey(java.lang.String key)
public void setType(java.lang.String type)