|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJSHOP2.LessEq
class LessEq
Each code call of the form (call <= ...)
is
implemented by an object of this class
Constructor Summary | |
---|---|
LessEq()
|
Method Summary | |
---|---|
Term |
call(List l)
This function executes the code call and returns something other than NIL if and only if each argument in its argument list is
less than or equal to the next argument. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
LessEq()
Method Detail |
---|
public Term call(List l)
NIL
if and only if each argument in its argument list is
less than or equal to the next argument.
call
in interface Calculate
l
- the arguments for this code call as a list of terms.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |