All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class prolog.lib.deserialize_1

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

public class deserialize_1
extends CompiledPredicate
deserialize/1: Read a canned database from the specified file. Note the existing db gets nuked.

See Also:
Database, serialize_1

Constructor Index

 o deserialize_1()

Method Index

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

Constructors

 o deserialize_1
 public deserialize_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