Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Correction of a bug.
[mapping.git] / javadoc / and / Mapping / Utils.html
index 98ac168..7348328 100644 (file)
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_0) on Tue Feb 02 14:44:19 CET 2010 -->
+<!-- Generated by javadoc (build 1.6.0_18) on Tue Feb 09 10:57:28 CET 2010 -->
 <TITLE>
 Utils
 </TITLE>
 
-<META NAME="date" CONTENT="2010-02-02">
+<META NAME="date" CONTENT="2010-02-09">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../stylesheet.css" TITLE="Style">
 
@@ -39,10 +39,9 @@ function windowTitle()
   <TR ALIGN="center" VALIGN="top">
   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../and/Mapping/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
   <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/Utils.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
   </TR>
 </TABLE>
@@ -104,10 +103,6 @@ Class providing some tools to the library
 <P>
 
 <P>
-<DL>
-<DT><B>Author:</B></DT>
-  <DD>S&eacute;astien Miqu&eacute;e</DD>
-</DL>
 <HR>
 
 <P>
@@ -155,7 +150,8 @@ Class providing some tools to the library
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>static&nbsp;<A HREF="../../and/Mapping/Graph.html" title="class in and.Mapping">Graph</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../and/Mapping/Utils.html#readGraph(java.lang.String)">readGraph</A></B>(java.lang.String&nbsp;_file)</CODE>
+<TD><CODE><B><A HREF="../../and/Mapping/Utils.html#readGraph(java.lang.String, java.lang.String)">readGraph</A></B>(java.lang.String&nbsp;_path,
+          java.lang.String&nbsp;_file)</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Read an application Graph from a file.</TD>
@@ -163,7 +159,8 @@ Class providing some tools to the library
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>static&nbsp;<A HREF="../../and/Mapping/Grid.html" title="class in and.Mapping">Grid</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../and/Mapping/Utils.html#readGrid(java.lang.String)">readGrid</A></B>(java.lang.String&nbsp;_file)</CODE>
+<TD><CODE><B><A HREF="../../and/Mapping/Utils.html#readGrid(java.lang.String, java.lang.String)">readGrid</A></B>(java.lang.String&nbsp;_path,
+         java.lang.String&nbsp;_file)</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Read a Grid graph from a file.</TD>
@@ -195,7 +192,7 @@ Class providing some tools to the library
 <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
+<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
 </TR>
 </TABLE>
 &nbsp;
@@ -290,29 +287,31 @@ public static void <B>writeGraph</B>(<A HREF="../../and/Mapping/Graph.html" titl
 </DL>
 <HR>
 
-<A NAME="readGraph(java.lang.String)"><!-- --></A><H3>
+<A NAME="readGraph(java.lang.String, java.lang.String)"><!-- --></A><H3>
 readGraph</H3>
 <PRE>
-public static <A HREF="../../and/Mapping/Graph.html" title="class in and.Mapping">Graph</A> <B>readGraph</B>(java.lang.String&nbsp;_file)</PRE>
+public static <A HREF="../../and/Mapping/Graph.html" title="class in and.Mapping">Graph</A> <B>readGraph</B>(java.lang.String&nbsp;_path,
+                              java.lang.String&nbsp;_file)</PRE>
 <DL>
 <DD>Read an application Graph from a file.
 <P>
 <DD><DL>
-<DT><B>Parameters:</B><DD><CODE>_file</CODE> - File's name
+<DT><B>Parameters:</B><DD><CODE>_file</CODE> - File's name<DD><CODE>_path</CODE> - File's path
 <DT><B>Returns:</B><DD>The application Graph read</DL>
 </DD>
 </DL>
 <HR>
 
-<A NAME="readGrid(java.lang.String)"><!-- --></A><H3>
+<A NAME="readGrid(java.lang.String, java.lang.String)"><!-- --></A><H3>
 readGrid</H3>
 <PRE>
-public static <A HREF="../../and/Mapping/Grid.html" title="class in and.Mapping">Grid</A> <B>readGrid</B>(java.lang.String&nbsp;_file)</PRE>
+public static <A HREF="../../and/Mapping/Grid.html" title="class in and.Mapping">Grid</A> <B>readGrid</B>(java.lang.String&nbsp;_path,
+                            java.lang.String&nbsp;_file)</PRE>
 <DL>
 <DD>Read a Grid graph from a file.
 <P>
 <DD><DL>
-<DT><B>Parameters:</B><DD><CODE>_file</CODE> - File's name
+<DT><B>Parameters:</B><DD><CODE>_file</CODE> - File's name<DD><CODE>_path</CODE> - File's path
 <DT><B>Returns:</B><DD>The Grid graph read</DL>
 </DD>
 </DL>
@@ -331,10 +330,9 @@ public static <A HREF="../../and/Mapping/Grid.html" title="class in and.Mapping"
   <TR ALIGN="center" VALIGN="top">
   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../and/Mapping/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
   <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/Utils.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
-  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
   </TR>
 </TABLE>