com.svincent.moksa
Class Builtin.GreaterThan_2
java.lang.Object
|
+--com.svincent.moksa.WamObject
|
+--com.svincent.moksa.Rule
|
+--com.svincent.moksa.Builtin.BuiltinRule
|
+--com.svincent.moksa.Builtin.ArithmeticComparisonRule
|
+--com.svincent.moksa.Builtin.GreaterThan_2
- Enclosing class:
- Builtin
- public static class Builtin.GreaterThan_2
- extends Builtin.ArithmeticComparisonRule
Greater than
| Methods inherited from class com.svincent.moksa.WamObject |
tag |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Builtin.GreaterThan_2
public Builtin.GreaterThan_2()
getName
public java.lang.String getName()
- Description copied from class: Rule
- Return the name of this Rule in "atom/arity"
notation.
- Overrides:
- getName in class Builtin.ArithmeticComparisonRule
compare
public boolean compare(PrologTerm x,
PrologTerm y)
throws PrologException
- Overrides:
- compare in class Builtin.ArithmeticComparisonRule
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.