/usr/share/mozart/doc/changes/node44.html is in mozart-doc 1.4.0-8ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>14.4 System Modules</TITLE><LINK href="ozdoc.css" rel="stylesheet" type="text/css"></HEAD><BODY><TABLE align="center" border="0" cellpadding="6" cellspacing="6" class="nav"><TR bgcolor="#DDDDDD"><TD><A href="node43.html#section.m100.base"><< Prev</A></TD><TD><A href="node40.html">- Up -</A></TD><TD><A href="node45.html#section.m100.tools">Next >></A></TD></TR></TABLE><DIV id="section.m100.system"><H2><A name="section.m100.system">14.4 System Modules</A></H2><DIV id="section.m100.system.search"><H3><A name="section.m100.system.search">14.4.1 Search Engines renamed</A></H3><P> The engines that used to be available by <CODE>SearchOne</CODE>, <CODE>SearchAll</CODE>, and <CODE>SearchBest</CODE> are now available under <CODE>Search<SPAN class="keyword">.</SPAN>base<SPAN class="keyword">.</SPAN>one</CODE>, <CODE>Search<SPAN class="keyword">.</SPAN>base<SPAN class="keyword">.</SPAN>all</CODE>, and <CODE>Search<SPAN class="keyword">.</SPAN>base<SPAN class="keyword">.</SPAN>best</CODE> (for more information see <A href="../system/node9.html#chapter.search">Chapter 4 of ``System Modules''</A>). However in the Oz Programming Interface <CODE>SearchOne</CODE>, <CODE>SearchAll</CODE>, and <CODE>SearchBest</CODE> are still available for convenience. </P></DIV><DIV id="section.m100.system.schedule"><H3><A name="section.m100.system.schedule">14.4.2 Scheduling support moved</A></H3><P> Scheduling support is now provided by the system module <CODE>Schedule</CODE> rather than <CODE>FD<SPAN class="keyword">.</SPAN>schedule</CODE>. See also <A href="../fdt/node46.html#chapter.scheduling">Chapter 11 of ``Finite Domain Constraint Programming in Oz. A Tutorial.''</A> and <A href="../system/node28.html#chapter.schedule">Chapter 6 of ``System Modules''</A>. </P></DIV><DIV id="section.m100.system.property"><H3><A name="section.m100.system.property">14.4.3 <CODE>System<SPAN class="keyword">.</SPAN>get</CODE> and <CODE>System<SPAN class="keyword">.</SPAN>set</CODE></A></H3><P> <CODE>System<SPAN class="keyword">.</SPAN>get</CODE> and <CODE>System<SPAN class="keyword">.</SPAN>set</CODE> have been replaced by more powerful procedures that are available in the module <CODE>Property</CODE>, which is described in <A href="../system/node58.html#chapter.property">Chapter 23 of ``System Modules''</A>. </P></DIV><DIV id="section.m100.system.vstoval"><H3><A name="section.m100.system.vstoval">14.4.4 <CODE>System<SPAN class="keyword">.</SPAN>valueToVirtualString</CODE> and <CODE>System<SPAN class="keyword">.</SPAN>virtualStringToValue</CODE></A></H3><P> <CODE>System<SPAN class="keyword">.</SPAN>valueToVirtualString</CODE> and <CODE>System<SPAN class="keyword">.</SPAN>virtualStringToValue</CODE> are now available as <CODE>Value<SPAN class="keyword">.</SPAN>toVirtualString</CODE> (see <A href="../base/value.html#chapter.values">Chapter 3 of ``The Oz Base Environment''</A>) and <CODE>Compiler<SPAN class="keyword">.</SPAN>virtualStringToValue</CODE> (see <A href="../compiler/node4.html#section.api.module">Section 4.2 of ``The Mozart Compiler''</A>). In particular, <CODE>Compiler<SPAN class="keyword">.</SPAN>virtualStringToValue</CODE> is a full featured and stable replacement for the ad-hoc <CODE>System<SPAN class="keyword">.</SPAN>virtualStringToValue</CODE>. </P></DIV></DIV><TABLE align="center" border="0" cellpadding="6" cellspacing="6" class="nav"><TR bgcolor="#DDDDDD"><TD><A href="node43.html#section.m100.base"><< Prev</A></TD><TD><A href="node40.html">- Up -</A></TD><TD><A href="node45.html#section.m100.tools">Next >></A></TD></TR></TABLE><HR><ADDRESS><SPAN class="version">Version 1.4.0 (20110908185330)</SPAN></ADDRESS></BODY></HTML>
|