All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class prolog.lib.is_equal_2

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

public class is_equal_2
extends CompiledPredicate
is_equal/2: The first argument evaluates to the same number as the second (when both are interpreted as arithmetical expressions).

See Also:
is_2, is_not_equal_2

Constructor Index

 o is_equal_2()

Method Index

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

Constructors

 o is_equal_2
 public is_equal_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