public abstract class RuleDefinitionAbstract extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static String |
GET_CONDITION_STRING_EXCEPTION |
| Constructor and Description |
|---|
RuleDefinitionAbstract() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getConditionString() |
List<Integer> |
getOperationIds() |
List<Operation> |
getOperations() |
RuleDefinitionTable |
getRuleDefinitionTable() |
void |
reset() |
void |
updateRuleDefinition(RuleDefinitionTable ruleDefinitionTable) |
protected static final String GET_CONDITION_STRING_EXCEPTION
public abstract String getConditionString()
public void reset()
public RuleDefinitionTable getRuleDefinitionTable()
public void updateRuleDefinition(RuleDefinitionTable ruleDefinitionTable)
Copyright © 2015–2019. All rights reserved.