All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class prolog.lib.ge_2

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

public class ge_2
extends CompiledPredicate
ge/2: Greater than / equal to.


Constructor Index

 o ge_2()

Method Index

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

Constructors

 o ge_2
 public ge_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