Static
getReturns positive verb if number for noun1 times n1 equals number for noun2 times n2, otherwise negative verb.
Number on left hand side.
Number on right hand side.
LinkFunction hasRatio.
Static
getReturns positive verb if the number for noun1 is exactly n less than the number for noun2, otherwise negative verb.
Number.
LinkFunction isLessBy.
Static
getReturns positive verb if the number for noun1 is less than the number for noun2 minus n, otherwise negative verb. For n = 1, this means "before, but not just before."
Number.
LinkFunction isLessThan.
Static
getReturns positive verb if the number for noun1 is exactly n more than the number for noun2, otherwise negative verb.
Number.
LinkFunction isMoreBy.
Static
getReturns positive verb if the number for noun1 is more than the number for noun2 plus n, otherwise negative verb. For n = 1, this means "after, but not just after."
Number.
LinkFunction isMoreThan.
Static
getReturns positive verb if number for noun1 is exactly 1 less or 1 more than number for noun2, otherwise negative verb.
LinkFunction isNextTo.
Static
getReturns positive verb if number for noun1 is exactly n less or n more than number for noun2, otherwise negative verb. Equivalent to isNextTo when n is one.
Number.
LinkFunction isOffsetBy.
Static
getReturns positive verb if number for noun1 is either n less or n more than number for noun2, otherwise negative verb.
Number.
LinkFunction isOutsideOf.
Static
getReturns positive verb if both nouns are equal (i.e., are the same noun), otherwise negative verb.
LinkFunction isWith.
Link class for the Mystery Master Logic Puzzle Solver.
Copyright
mysterymaster.com. All rights reserved.
Author
Michael Benson
Version
2024-12-20