Uses of Class
com.svincent.moksa.Builtin.ArithmeticComparisonRule

Packages that use Builtin.ArithmeticComparisonRule
com.svincent.moksa An implementation of a Warren's Abstract Machine and associated builtin predicates, to conform to ISO Prolog. 
 

Uses of Builtin.ArithmeticComparisonRule in com.svincent.moksa
 

Subclasses of Builtin.ArithmeticComparisonRule in com.svincent.moksa
static class Builtin.Equals_2
          Equals
static class Builtin.GreaterThan_2
          Greater than
static class Builtin.GreaterThanEquals_2
          Greater than/equals
static class Builtin.LessThan_2
          Less than
static class Builtin.LessThanEquals_2
          Less than/equals
static class Builtin.NotEquals_2
          Not equals
 




This is documentation for Moksa Prolog, which can be found at http://www.svincent.com/moksa/

Copyright © 1999 Shawn P. Vincent.

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.