Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > by-pkgid > 2fc07611b08d4a735fd34d5eb60d8e16 > files > 2168

ciao-1.10p8-3mdv2010.0.i586.rpm

<HTML>
<HEAD>
<!-- Created by texi2html 1.56k + clip patches and <A href="http://www.clip.dia.fi.upm.es/Software">lpdoc</A> from ciao.texi on 28 January 2007 -->

<LINK rel="stylesheet" href="ciao.css" type="text/css">
<TITLE>The Ciao Prolog System               - field_value (library)</TITLE>
</HEAD>
<BODY> 
Go to the <A HREF="ciao_1.html">first</A>, <A HREF="ciao_213.html">previous</A>, <A HREF="ciao_215.html">next</A>, <A HREF="ciao_241.html">last</A> section, <A HREF="ciao_toc.html">table of contents</A>.
<P><HR><P>


<H1><A NAME="SEC841" HREF="ciao_toc.html#TOC841">field_value (library)</A></H1>
<P>
<A NAME="IDX9122"></A>


<P>
<STRONG>Author(s):</STRONG> G&ouml;ran Smedb&auml;ck.


<P>
<STRONG>Version:</STRONG> 1.10#7 (2006/4/26, 19:22:13 CEST)


<P>
<STRONG>Version of last change:</STRONG> 1.9#175 (2003/12/4, 17:47:48 CET)



<UL>
<LI><A HREF="ciao_214.html#SEC842">Usage and interface (field_value)</A>
<LI><A HREF="ciao_214.html#SEC843">Documentation on exports (field_value)</A>
</UL>



<H2><A NAME="SEC842" HREF="ciao_toc.html#TOC842">Usage and interface (<CODE>field_value</CODE>)</A></H2>

<div class="cartouche">

<UL>

<LI><STRONG>Library usage:</STRONG>

<CODE>:- use_module(library(field_value)).</CODE>

<LI><STRONG>Exports:</STRONG>


<UL>

<LI><EM>Predicates:</EM>

<A NAME="IDX9123"></A>
<CODE>fieldValue/6</CODE>, 
<A NAME="IDX9124"></A>
<CODE>mfstringValue/5</CODE>.

<LI><EM>Properties:</EM>

<A NAME="IDX9125"></A>
<CODE>parse/1</CODE>.

</UL>

<LI><STRONG>Other modules used:</STRONG>


<UL>

<LI><EM>System library modules:</EM>

<A NAME="IDX9126"></A>
<CODE>lists</CODE>, 
<A NAME="IDX9127"></A>
<CODE>provrml/parser</CODE>, 
<A NAME="IDX9128"></A>
<CODE>provrml/parser_util</CODE>, 
<A NAME="IDX9129"></A>
<CODE>provrml/error</CODE>.

</UL>

</UL>

</div class="cartouche">



<H2><A NAME="SEC843" HREF="ciao_toc.html#TOC843">Documentation on exports (<CODE>field_value</CODE>)</A></H2>
<P>
<A NAME="IDX9130"></A>
<A NAME="IDX9131"></A>
<DL>
<DT><span class="define">PREDICATE:</span> <B>fieldValue/6:</B>
<DD><A NAME="IDX9132"></A>


<P>
No further documentation available for this predicate.


</DL>

<P>
<A NAME="IDX9133"></A>
<A NAME="IDX9134"></A>
<DL>
<DT><span class="define">PREDICATE:</span> <B>mfstringValue/5:</B>
<DD><A NAME="IDX9135"></A>


<P>
No further documentation available for this predicate.


</DL>

<P>
<A NAME="IDX9136"></A>
<A NAME="IDX9137"></A>
<DL>
<DT><span class="define">PROPERTY:</span> <B>parse/1:</B>
<DD><A NAME="IDX9138"></A>


<P>
A property, defined as follows:

<PRE>

<PRE>
parse(_1).
parse(parse(In,Out,Env,Dic)) :-
        list(In),
        list(Out),
        environment(Env),
        dictionary(Dic).
</PRE>

</PRE>

</DL>

<P><HR><P>
Go to the <A HREF="ciao_1.html">first</A>, <A HREF="ciao_213.html">previous</A>, <A HREF="ciao_215.html">next</A>, <A HREF="ciao_241.html">last</A> section, <A HREF="ciao_toc.html">table of contents</A>.
</BODY>
</HTML>