X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/mapping.git/blobdiff_plain/298037f8cd008787c5cfe493ba582ac64bbbc3a2..98acbcc2ea6af60d64b96cd46c4eb446e03a7510:/javadoc/and/Mapping/Utils.html diff --git a/javadoc/and/Mapping/Utils.html b/javadoc/and/Mapping/Utils.html index 98ac168..7348328 100644 --- a/javadoc/and/Mapping/Utils.html +++ b/javadoc/and/Mapping/Utils.html @@ -2,12 +2,12 @@ - + Utils - + @@ -39,10 +39,9 @@ function windowTitle() Package   Class  - Use  Tree  Deprecated  - Index  + Index  Help  @@ -104,10 +103,6 @@ Class providing some tools to the library

-

-
Author:
-
Séastien Miquée
-

@@ -155,7 +150,8 @@ Class providing some tools to the library static Graph -readGraph(java.lang.String _file) +readGraph(java.lang.String _path, + java.lang.String _file)
          Read an application Graph from a file. @@ -163,7 +159,8 @@ Class providing some tools to the library static Grid -readGrid(java.lang.String _file) +readGrid(java.lang.String _path, + java.lang.String _file)
          Read a Grid graph from a file. @@ -195,7 +192,7 @@ Class providing some tools to the library Methods inherited from class java.lang.Object -equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait   @@ -290,29 +287,31 @@ public static void writeGraph(


-

+

readGraph

-public static Graph readGraph(java.lang.String _file)
+public static Graph readGraph(java.lang.String _path, + java.lang.String _file)
Read an application Graph from a file.

-
Parameters:
_file - File's name +
Parameters:
_file - File's name
_path - File's path
Returns:
The application Graph read

-

+

readGrid

-public static Grid readGrid(java.lang.String _file)
+public static Grid readGrid(java.lang.String _path, + java.lang.String _file)
Read a Grid graph from a file.

-
Parameters:
_file - File's name +
Parameters:
_file - File's name
_path - File's path
Returns:
The Grid graph read
@@ -331,10 +330,9 @@ public static Package   Class  - Use  Tree  Deprecated  - Index  + Index  Help