public class RuleGroupExecutionRRD extends Object implements Serializable
| Constructor and Description |
|---|
RuleGroupExecutionRRD() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allowedToExecute(RuleConfigurationRRD ruleConfig)
Determines whether the given rule (identified by its config object) is allowed to be executed.
|
boolean |
equals(Object o) |
String |
getCode() |
Map<String,Integer> |
getExecutedRules() |
int |
hashCode() |
void |
setCode(String code) |
void |
setExecutedRules(Map<String,Integer> executedRules) |
public void setCode(String code)
public String getCode()
public boolean allowedToExecute(RuleConfigurationRRD ruleConfig)
Copyright © 2017 SAP SE. All Rights Reserved.