xnmr.H

00001 /* File:      x_interp.H
00002 ** Author(s): David Warren
00003 ** Contact:   xsb-contact@cs.sunysb.edu
00004 ** 
00005 ** Copyright (C) The Research Foundation of SUNY, 1986, 1993-1999
00006 ** Copyright (C) ECRC, Germany, 1990
00007 ** 
00008 ** XSB is free software; you can redistribute it and/or modify it under the
00009 ** terms of the GNU Library General Public License as published by the Free
00010 ** Software Foundation; either version 2 of the License, or (at your option)
00011 ** any later version.
00012 ** 
00013 ** XSB is distributed in the hope that it will be useful, but WITHOUT ANY
00014 ** WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
00015 ** FOR A PARTICULAR PURPOSE.  See the GNU Library General Public License for
00016 ** more details.
00017 ** 
00018 ** You should have received a copy of the GNU Library General Public License
00019 ** along with XSB; if not, write to the Free Software Foundation,
00020 ** Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
00021 **
00022 ** $Id: xnmr.H,v 1.3 2003/07/22 19:33:30 lfcastro Exp $
00023 ** 
00024 */
00025 
00026 :- export wfs/0.
00027 
00028 :- export set_answerset_mode/0, set_nmr_mode/0.
00029 :- export (-)/1.
00030 
00031 :- import [] / 0 from usermod.  % just to make usermod typed "module"
00032 :- import numbervars/1 from num_vars.
00033 :- import file_write/2, file_nl/1 from xsb_writ.
00034 :- import file_read/3, vv/2 from xsb_read.
00035 :- import xsb_configuration/2 from xsb_configuration.
00036 :- import call_expose/1, goal_cut_trans/3,
00037           catch/3,
00038           is_most_general_term/1, (table)/1, repeat/0,
00039           (import)/1 
00040      from standard.
00041 :- import conpsc/2, psc_set_type/2, psc_prop/2, psc_set_prop/2,
00042           term_psc/2, conname/2, stat_flag/2, stat_set_flag/2, 
00043           trimcore/0, intern_string/2, slash/1
00044    from machine.
00045 :- import set_inthandler/2 from loader.
00046 :- import file_get/2, file_flush/2, fmt_write_string/3, print_file_contents/2
00047    from file_io.
00048 :- import get_calls/3, get_returns/3, abolish_all_tables/0,
00049           table_state/2, (use_variant_tabling)/1
00050     from tables.
00051 
00052 :- import consult/1 from consult.
00053 :- consult(xasppkg).
00054 
00055 :- import coninc/1, conget/2 from gensym.
00056 
00057 :- import init_smodels/1, a_stable_model/0, print_current_stable_model/0,
00058         in_all_stable_models/2, set_query_true/1
00059         from xnmr_int.
00060 
00061 :- import retractall/1 from assert.
00062 :- import '$$exception_ball'/1 from usermod.

Generated on Wed Jul 26 13:30:46 2006 for XSB by  doxygen 1.4.5