Searched refs:BinaryConstraint (Results 1 – 4 of 4) sorted by relevance
341 function BinaryConstraint(var1, var2, strength) { class342 BinaryConstraint.superConstructor.call(this, strength);349 BinaryConstraint.inheritsFrom(Constraint);356 BinaryConstraint.prototype.chooseMethod = function (mark) {381 BinaryConstraint.prototype.addToGraph = function () {390 BinaryConstraint.prototype.isSatisfied = function () {397 BinaryConstraint.prototype.markInputs = function (mark) {404 BinaryConstraint.prototype.input = function () {411 BinaryConstraint.prototype.output = function () {420 BinaryConstraint.prototype.recalculate = function () {[all …]
1643 private static abstract class BinaryConstraint implements Constraint, class in PluralRules1649 protected BinaryConstraint(Constraint a, Constraint b) { in BinaryConstraint() method in PluralRules.BinaryConstraint1656 private static class AndConstraint extends BinaryConstraint {1684 private static class OrConstraint extends BinaryConstraint {
1711 private static abstract class BinaryConstraint implements Constraint, class in PluralRules1717 protected BinaryConstraint(Constraint a, Constraint b) { in BinaryConstraint() method in PluralRules.BinaryConstraint1724 private static class AndConstraint extends BinaryConstraint {1752 private static class OrConstraint extends BinaryConstraint {
META-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...