All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class prolog.lib.abolish_1

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

public class abolish_1
extends CompiledPredicate
abolish/1: Remove all clauses from a predicate.

abolish(PredicateName/Arity)

See Also:
asserta_1, assertz_1, retract_1

Constructor Index

 o abolish_1()

Method Index

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

Constructors

 o abolish_1
 public abolish_1()

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