Class NON-NEGATIVE-INTEGER


Slots on this class:

Documentation:
An integer greater than or equal to zero.
Subclass-Of: Integer

Axioms:

(<=> (Non-Negative-Integer ?X) (And (Integer ?X) (>= ?X 0)))