modeinf.H

00001 /* File:      modeinf.H
00002 ** Author(s): C.R. Ramakrishnan
00003 ** Contact:   xsb-contact@cs.sunysb.edu
00004 ** 
00005 ** Copyright (C) The Research Foundation of SUNY, 1986, 1993-1998
00006 ** 
00007 ** XSB is free software; you can redistribute it and/or modify it under the
00008 ** terms of the GNU Library General Public License as published by the Free
00009 ** Software Foundation; either version 2 of the License, or (at your option)
00010 ** any later version.
00011 ** 
00012 ** XSB is distributed in the hope that it will be useful, but WITHOUT ANY
00013 ** WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
00014 ** FOR A PARTICULAR PURPOSE.  See the GNU Library General Public License for
00015 ** more details.
00016 ** 
00017 ** You should have received a copy of the GNU Library General Public License
00018 ** along with XSB; if not, write to the Free Software Foundation,
00019 ** Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
00020 **
00021 ** $Id: modeinf.H,v 1.12 2005/08/16 19:19:07 dwarren Exp $
00022 ** 
00023 */
00024 
00025 
00026 :- export modeanalyze/3, force_modeinf_loaded/0.
00027 :- mode modeanalyze(++, ?, ++).
00028 
00029 :- export mode_subsumes_chk/2.
00030 
00031 :- import
00032         trie_assert/1, trie_retract/1,
00033         trie_retract_all/1, trie_dynamic/1,
00034         abolish_table_pred/1, get_calls/3, get_returns/2
00035     from tables.
00036 
00037 :- import assert/1, clause/2, (dynamic)/1, retractall/1 from assert.
00038 
00039 :- import 
00040         abort/0, atom_codes/2, cputime/1, call/1, file_exists/1, functor/3,
00041         (index)/3, name/2, nl/1, read/1, repeat/0, statistics/0,
00042         see/1, seeing/1, seen/0, (table)/1,
00043         write/1, write/2, writeln/1, writeln/2, writeq/2, 
00044         ('=..')/2, write_canonical/2, open/3, close/1
00045    from standard.
00046 
00047 :- import file_time/2 from file_io.
00048 
00049 :- import message/1, time_message/2, warning/1, option/1 from auxlry.
00050 
00051 :- import inline_predicate/2 from builtin.
00052 
00053 :- import findall/3 from setof.
00054 :- import
00055         append/3, copy_term/2, ith/3, length/2, member/2, memberchk/2,
00056         select/3
00057    from basics.
00058 
00059 :- import str_cat/3 from string.
00060 :- import conset/2, conget/2 from gensym.
00061 :- import libpath/1 from loader.
00062 
00063 :- import '_$call_user'/1 from usermod.
00064 :- dynamic '_$call_user'/1.
00065 :- dynamic '_$done_before'/2.
00066 
00067 :- import bagPO/3, bagPO1/3 from aggregs.
00068 :- import subsumes_chk/2 from subsumes.
00069 :- import get_maximal_calls/1, get_maximal_returns/1 from usermod.
00070 :- import all_calls/1 from usermod.
00071 
00072 
00073 
00074 :- import extract_symlist/3, sym_prop/2, sym_propin/2 from symtab.
00075 
00076 %:- export prop_iff/2, prop_iff/1, prop_iff_list/2.
00077 %:- export prop_if_list/2, prop_if/3, prop_if/2.
00078 
00079 :- import apply/2, (:-)/2, (:-)/1 from usermod.

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