public interface DRule
| Modifier and Type | Method and Description |
|---|---|
boolean |
dependsOn(String fieldName) |
Object |
exec(DValue dval,
DRuleContext ctx) |
boolean |
executeGuard(DValue dval) |
String |
getName() |
String |
getSubject() |
void |
setPolarity(boolean polarity) |
boolean |
validate(DValue dval,
DRuleContext ctx) |
String getName()
boolean validate(DValue dval, DRuleContext ctx)
Object exec(DValue dval, DRuleContext ctx)
boolean dependsOn(String fieldName)
String getSubject()
void setPolarity(boolean polarity)
boolean executeGuard(DValue dval)
Copyright © 2020. All rights reserved.