Package | Description |
---|---|
si.JDEXi |
Modifier and Type | Method and Description |
---|---|
Rule |
Attribute.functionValue(int[] args)
Calculate function value with respect to args[].
|
Rule |
Attribute.getRule(int index)
Get index-th rule of the function attached to this attribute.
|
Rule |
Attribute.ruleBounds(int x)
Calculates lower and higher bounds for x-th rule.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Attribute.ruleIsConsistent(int x,
Rule bounds)
Tests whether rule x is consistent with respect to bounds.
|