All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class prolog.lib.gt_2

java.lang.Object
   |
   +----prolog.Predicate
           |
           +----prolog.CompiledPredicate
                   |
                   +----prolog.lib.gt_2

public class gt_2
extends CompiledPredicate
gt/2: Greater than.


Constructor Index

 o gt_2()

Method Index

 o exec(Term[], Prolog)
Implements the functionality of the call.

Constructors

 o gt_2
 public gt_2()

Methods

 o exec
 public boolean exec(Term args[],
                     Prolog p) throws ArgumentException
Implements the functionality of the call.

Overrides:
exec in class CompiledPredicate

All Packages  Class Hierarchy  This Package  Previous  Next  Index