V - type of valueD - type of datapublic abstract class CriticalRule<V,D> extends Rule<V,D>
| Constructor and Description |
|---|
CriticalRule(D data) |
| Modifier and Type | Method and Description |
|---|---|
protected ViolationLevel |
getViolationLevel()
Override this method to define violation level of your derived rule
|
public CriticalRule(D data)
protected ViolationLevel getViolationLevel()
RulegetViolationLevel in class Rule<V,D>Copyright © 2015. All Rights Reserved.