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
-
deserialize_1()
-
-
exec(Term[], Prolog)
- Implements the functionality of the call.
deserialize_1
public deserialize_1()
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