public class Constraint extends Object
| Constructor and Description |
|---|
Constraint(String ifExpr_p,
String thenExpr_p)
Rules are expressed as IF 'ifExpr_p' THEN 'thenExpr_p' where expressions must
evaluate to true or false.
|
public Constraint(String ifExpr_p, String thenExpr_p)
ifExpr_p - boolean expressionthenExpr_p - boolean expressionCopyright © 2020–2021. All rights reserved.