Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
0aa775d08e76fcfe7c627c16a26cbd8291c635dc
[mapping.git] / javadoc / index-all.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2 <!--NewPage-->
3 <HTML>
4 <HEAD>
5 <!-- Generated by javadoc (build 1.6.0_18) on Mon Feb 08 15:16:13 CET 2010 -->
6 <TITLE>
7 Index
8 </TITLE>
9
10 <META NAME="date" CONTENT="2010-02-08">
11
12 <LINK REL ="stylesheet" TYPE="text/css" HREF="./stylesheet.css" TITLE="Style">
13
14 <SCRIPT type="text/javascript">
15 function windowTitle()
16 {
17     if (location.href.indexOf('is-external=true') == -1) {
18         parent.document.title="Index";
19     }
20 }
21 </SCRIPT>
22 <NOSCRIPT>
23 </NOSCRIPT>
24
25 </HEAD>
26
27 <BODY BGCOLOR="white" onload="windowTitle();">
28 <HR>
29
30
31 <!-- ========= START OF TOP NAVBAR ======= -->
32 <A NAME="navbar_top"><!-- --></A>
33 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
34 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
35 <TR>
36 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
37 <A NAME="navbar_top_firstrow"><!-- --></A>
38 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
39   <TR ALIGN="center" VALIGN="top">
40   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./and/Mapping/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
41   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
42   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
43   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
44   <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
45   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
46   </TR>
47 </TABLE>
48 </TD>
49 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
50 </EM>
51 </TD>
52 </TR>
53
54 <TR>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 &nbsp;PREV&nbsp;
57 &nbsp;NEXT</FONT></TD>
58 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
59   <A HREF="./index.html?index-all.html" target="_top"><B>FRAMES</B></A>  &nbsp;
60 &nbsp;<A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
61 &nbsp;<SCRIPT type="text/javascript">
62   <!--
63   if(window==top) {
64     document.writeln('<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>');
65   }
66   //-->
67 </SCRIPT>
68 <NOSCRIPT>
69   <A HREF="./allclasses-noframe.html"><B>All Classes</B></A>
70 </NOSCRIPT>
71
72
73 </FONT></TD>
74 </TR>
75 </TABLE>
76 <A NAME="skip-navbar_top"></A>
77 <!-- ========= END OF TOP NAVBAR ========= -->
78
79 <A HREF="#_A_">A</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_G_">G</A> <A HREF="#_I_">I</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_P_">P</A> <A HREF="#_Q_">Q</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_W_">W</A> <HR>
80 <A NAME="_A_"><!-- --></A><H2>
81 <B>A</B></H2>
82 <DL>
83 <DT><A HREF="./and/Mapping/Architecture.html#addCluster(and.Mapping.Cluster)"><B>addCluster(Cluster)</B></A> - 
84 Method in class and.Mapping.<A HREF="./and/Mapping/Architecture.html" title="class in and.Mapping">Architecture</A>
85 <DD>Add a cluster in the architecture.
86 <DT><A HREF="./and/Mapping/Grid.html#addCluster(and.Mapping.Cluster)"><B>addCluster(Cluster)</B></A> - 
87 Method in class and.Mapping.<A HREF="./and/Mapping/Grid.html" title="class in and.Mapping">Grid</A>
88 <DD>Add a cluster in the grid.
89 <DT><A HREF="./and/Mapping/Grid.html#addClusters(java.util.ArrayList)"><B>addClusters(ArrayList&lt;Cluster&gt;)</B></A> - 
90 Method in class and.Mapping.<A HREF="./and/Mapping/Grid.html" title="class in and.Mapping">Grid</A>
91 <DD>Add a clusters list in the grid.
92 <DT><A HREF="./and/Mapping/GTask.html#addDependance(and.Mapping.GTask)"><B>addDependance(GTask)</B></A> - 
93 Method in class and.Mapping.<A HREF="./and/Mapping/GTask.html" title="class in and.Mapping">GTask</A>
94 <DD>Add a dependency to the task.
95 <DT><A HREF="./and/Mapping/GTask.html#addDependance(java.util.ArrayList)"><B>addDependance(ArrayList&lt;GTask&gt;)</B></A> - 
96 Method in class and.Mapping.<A HREF="./and/Mapping/GTask.html" title="class in and.Mapping">GTask</A>
97 <DD>Add a dependencies list to the task.
98 <DT><A HREF="./and/Mapping/Cluster.html#addGNode(and.Mapping.GNode)"><B>addGNode(GNode)</B></A> - 
99 Method in class and.Mapping.<A HREF="./and/Mapping/Cluster.html" title="class in and.Mapping">Cluster</A>
100 <DD>Adding a computing node to the cluster.
101 <DT><A HREF="./and/Mapping/Graph.html#addGTask(and.Mapping.GTask)"><B>addGTask(GTask)</B></A> - 
102 Method in class and.Mapping.<A HREF="./and/Mapping/Graph.html" title="class in and.Mapping">Graph</A>
103 <DD>Add a task in the interaction graph.
104 <DT><A HREF="./and/Mapping/Mapping.html#addMapping(and.Mapping.Cluster, java.util.ArrayList)"><B>addMapping(Cluster, ArrayList&lt;GTask&gt;)</B></A> - 
105 Method in class and.Mapping.<A HREF="./and/Mapping/Mapping.html" title="class in and.Mapping">Mapping</A>
106 <DD>Add in the mapping an association between a cluster and tasks set.
107 <DT><A HREF="./and/Mapping/Mapping.html#addMapping(and.Mapping.Association)"><B>addMapping(Association)</B></A> - 
108 Method in class and.Mapping.<A HREF="./and/Mapping/Mapping.html" title="class in and.Mapping">Mapping</A>
109 <DD>Add a mapping association in the general mapping.
110 <DT><A HREF="./and/Mapping/Algo.html" title="class in and.Mapping"><B>Algo</B></A> - Class in <A HREF="./and/Mapping/package-summary.html">and.Mapping</A><DD>Abstract class defining the structure for mapping algorithms<DT><A HREF="./and/Mapping/Algo.html#Algo()"><B>Algo()</B></A> - 
111 Constructor for class and.Mapping.<A HREF="./and/Mapping/Algo.html" title="class in and.Mapping">Algo</A>
112 <DD>Default constructor.
113 <DT><A HREF="./and/Mapping/Algo.html#Algo(and.Mapping.Graph, and.Mapping.Grid)"><B>Algo(Graph, Grid)</B></A> - 
114 Constructor for class and.Mapping.<A HREF="./and/Mapping/Algo.html" title="class in and.Mapping">Algo</A>
115 <DD>Constructor.
116 <DT><A HREF="./and/Mapping/package-summary.html"><B>and.Mapping</B></A> - package and.Mapping<DD>&nbsp;<DT><A HREF="./and/Mapping/Architecture.html" title="class in and.Mapping"><B>Architecture</B></A> - Class in <A HREF="./and/Mapping/package-summary.html">and.Mapping</A><DD>Class representing a set of clusters forming a network architecture<DT><A HREF="./and/Mapping/Architecture.html#Architecture()"><B>Architecture()</B></A> - 
117 Constructor for class and.Mapping.<A HREF="./and/Mapping/Architecture.html" title="class in and.Mapping">Architecture</A>
118 <DD>Default constructor.
119 <DT><A HREF="./and/Mapping/Association.html" title="class in and.Mapping"><B>Association</B></A> - Class in <A HREF="./and/Mapping/package-summary.html">and.Mapping</A><DD>Class representing an association between a tasks list and a cluster
120  on which they are mapped, or between a task and a computing node<DT><A HREF="./and/Mapping/Association.html#Association()"><B>Association()</B></A> - 
121 Constructor for class and.Mapping.<A HREF="./and/Mapping/Association.html" title="class in and.Mapping">Association</A>
122 <DD>Default constructor.
123 <DT><A HREF="./and/Mapping/Association.html#Association(and.Mapping.Cluster, java.util.ArrayList)"><B>Association(Cluster, ArrayList&lt;GTask&gt;)</B></A> - 
124 Constructor for class and.Mapping.<A HREF="./and/Mapping/Association.html" title="class in and.Mapping">Association</A>
125 <DD>Constructor.
126 <DT><A HREF="./and/Mapping/Association.html#Association(and.Mapping.GNode, and.Mapping.GTask)"><B>Association(GNode, GTask)</B></A> - 
127 Constructor for class and.Mapping.<A HREF="./and/Mapping/Association.html" title="class in and.Mapping">Association</A>
128 <DD>Constructor.
129 </DL>
130 <HR>
131 <A NAME="_C_"><!-- --></A><H2>
132 <B>C</B></H2>
133 <DL>
134 <DT><A HREF="./and/Mapping/Mapping.html#calcDepExt()"><B>calcDepExt()</B></A> - 
135 Method in class and.Mapping.<A HREF="./and/Mapping/Mapping.html" title="class in and.Mapping">Mapping</A>
136 <DD>Return the amount of external tasks dependencies, in cluster point of view.
137 <DT><A HREF="./and/Mapping/Cluster.html" title="class in and.Mapping"><B>Cluster</B></A> - Class in <A HREF="./and/Mapping/package-summary.html">and.Mapping</A><DD>Class representing a computing nodes cluster<DT><A HREF="./and/Mapping/Cluster.html#Cluster()"><B>Cluster()</B></A> - 
138 Constructor for class and.Mapping.<A HREF="./and/Mapping/Cluster.html" title="class in and.Mapping">Cluster</A>
139 <DD>Default constructor.
140 <DT><A HREF="./and/Mapping/Cluster.html#Cluster(int)"><B>Cluster(int)</B></A> - 
141 Constructor for class and.Mapping.<A HREF="./and/Mapping/Cluster.html" title="class in and.Mapping">Cluster</A>
142 <DD>Constructor.
143 <DT><A HREF="./and/Mapping/Cluster.html#Cluster(int, java.lang.String)"><B>Cluster(int, String)</B></A> - 
144 Constructor for class and.Mapping.<A HREF="./and/Mapping/Cluster.html" title="class in and.Mapping">Cluster</A>
145 <DD>Constructor.
146 <DT><A HREF="./and/Mapping/Utils.html#createGNode()"><B>createGNode()</B></A> - 
147 Static method in class and.Mapping.<A HREF="./and/Mapping/Utils.html" title="class in and.Mapping">Utils</A>
148 <DD>Creation of the representation of the node in the Mapping point of view.
149 <DT><A HREF="./and/Mapping/Utils.html#createGridG5k(java.util.ArrayList)"><B>createGridG5k(ArrayList&lt;GNode&gt;)</B></A> - 
150 Static method in class and.Mapping.<A HREF="./and/Mapping/Utils.html" title="class in and.Mapping">Utils</A>
151 <DD>Creation of the representation of the grid, according to clusters into sites.
152 </DL>
153 <HR>
154 <A NAME="_D_"><!-- --></A><H2>
155 <B>D</B></H2>
156 <DL>
157 <DT><A HREF="./and/Mapping/DefaultMapping.html" title="class in and.Mapping"><B>DefaultMapping</B></A> - Class in <A HREF="./and/Mapping/package-summary.html">and.Mapping</A><DD>Implementation of JaceP2P default mapping<DT><A HREF="./and/Mapping/DefaultMapping.html#DefaultMapping()"><B>DefaultMapping()</B></A> - 
158 Constructor for class and.Mapping.<A HREF="./and/Mapping/DefaultMapping.html" title="class in and.Mapping">DefaultMapping</A>
159 <DD>Default constructor.
160 <DT><A HREF="./and/Mapping/DefaultMapping.html#DefaultMapping(and.Mapping.Graph, and.Mapping.Grid, java.util.ArrayList)"><B>DefaultMapping(Graph, Grid, ArrayList&lt;GNode&gt;)</B></A> - 
161 Constructor for class and.Mapping.<A HREF="./and/Mapping/DefaultMapping.html" title="class in and.Mapping">DefaultMapping</A>
162 <DD>Constructor.
163 </DL>
164 <HR>
165 <A NAME="_G_"><!-- --></A><H2>
166 <B>G</B></H2>
167 <DL>
168 <DT><A HREF="./and/Mapping/Architecture.html#getArchi()"><B>getArchi()</B></A> - 
169 Method in class and.Mapping.<A HREF="./and/Mapping/Architecture.html" title="class in and.Mapping">Architecture</A>
170 <DD>Return the architecture in a clusters list form.
171 <DT><A HREF="./and/Mapping/Graph.html#getAverageDep()"><B>getAverageDep()</B></A> - 
172 Method in class and.Mapping.<A HREF="./and/Mapping/Graph.html" title="class in and.Mapping">Graph</A>
173 <DD>Return the average of dependencies of tasks in the graph.
174 <DT><A HREF="./and/Mapping/Association.html#getCluster()"><B>getCluster()</B></A> - 
175 Method in class and.Mapping.<A HREF="./and/Mapping/Association.html" title="class in and.Mapping">Association</A>
176 <DD>Return the associated cluster.
177 <DT><A HREF="./and/Mapping/GNode.html#getCluster()"><B>getCluster()</B></A> - 
178 Method in class and.Mapping.<A HREF="./and/Mapping/GNode.html" title="class in and.Mapping">GNode</A>
179 <DD>Return the cluster's name in which the node is.
180 <DT><A HREF="./and/Mapping/Grid.html#getClusters()"><B>getClusters()</B></A> - 
181 Method in class and.Mapping.<A HREF="./and/Mapping/Grid.html" title="class in and.Mapping">Grid</A>
182 <DD>Return the grid in a clusters list view.
183 <DT><A HREF="./and/Mapping/GTask.html#getDependencies()"><B>getDependencies()</B></A> - 
184 Method in class and.Mapping.<A HREF="./and/Mapping/GTask.html" title="class in and.Mapping">GTask</A>
185 <DD>Return the task's dependencies list.
186 <DT><A HREF="./and/Mapping/Grid.html#getDistance(and.Mapping.GNode, and.Mapping.GNode)"><B>getDistance(GNode, GNode)</B></A> - 
187 Method in class and.Mapping.<A HREF="./and/Mapping/Grid.html" title="class in and.Mapping">Grid</A>
188 <DD>Compute and return the distance between two clusters.
189 <DT><A HREF="./and/Mapping/GNode.html#getFrequency()"><B>getFrequency()</B></A> - 
190 Method in class and.Mapping.<A HREF="./and/Mapping/GNode.html" title="class in and.Mapping">GNode</A>
191 <DD>Return the frequency of computing cores of the computing node.
192 <DT><A HREF="./and/Mapping/Association.html#getGNode()"><B>getGNode()</B></A> - 
193 Method in class and.Mapping.<A HREF="./and/Mapping/Association.html" title="class in and.Mapping">Association</A>
194 <DD>Return the associated computing node.
195 <DT><A HREF="./and/Mapping/Cluster.html#getGNodes()"><B>getGNodes()</B></A> - 
196 Method in class and.Mapping.<A HREF="./and/Mapping/Cluster.html" title="class in and.Mapping">Cluster</A>
197 <DD>Return the list of computing nodes which are in the cluster.
198 <DT><A HREF="./and/Mapping/Grid.html#getGNodes()"><B>getGNodes()</B></A> - 
199 Method in class and.Mapping.<A HREF="./and/Mapping/Grid.html" title="class in and.Mapping">Grid</A>
200 <DD>Return the list of computing nodes in the grid.
201 <DT><A HREF="./and/Mapping/Graph.html#getGraph()"><B>getGraph()</B></A> - 
202 Method in class and.Mapping.<A HREF="./and/Mapping/Graph.html" title="class in and.Mapping">Graph</A>
203 <DD>Return the graph in a tasks list form.
204 <DT><A HREF="./and/Mapping/Association.html#getGtask()"><B>getGtask()</B></A> - 
205 Method in class and.Mapping.<A HREF="./and/Mapping/Association.html" title="class in and.Mapping">Association</A>
206 <DD>Return the associated tasks list.
207 <DT><A HREF="./and/Mapping/Association.html#getGTask()"><B>getGTask()</B></A> - 
208 Method in class and.Mapping.<A HREF="./and/Mapping/Association.html" title="class in and.Mapping">Association</A>
209 <DD>Return the associated task.
210 <DT><A HREF="./and/Mapping/Grid.html#getHeterogenityDegre()"><B>getHeterogenityDegre()</B></A> - 
211 Method in class and.Mapping.<A HREF="./and/Mapping/Grid.html" title="class in and.Mapping">Grid</A>
212 <DD>Compute the heterogeneity degree of the grid.
213 <DT><A HREF="./and/Mapping/GNode.html#getId()"><B>getId()</B></A> - 
214 Method in class and.Mapping.<A HREF="./and/Mapping/GNode.html" title="class in and.Mapping">GNode</A>
215 <DD>Return the uniq identifier of the computing node.
216 <DT><A HREF="./and/Mapping/GNode.html#getInCluster()"><B>getInCluster()</B></A> - 
217 Method in class and.Mapping.<A HREF="./and/Mapping/GNode.html" title="class in and.Mapping">GNode</A>
218 <DD>Return the status of the computing node concerning its
219  presence, or not, in a cluster.
220 <DT><A HREF="./and/Mapping/GNode.html#getMapped()"><B>getMapped()</B></A> - 
221 Method in class and.Mapping.<A HREF="./and/Mapping/GNode.html" title="class in and.Mapping">GNode</A>
222 <DD>Return the status of the participation of the computing node.
223 <DT><A HREF="./and/Mapping/Mapping.html#getMappedGNodes()"><B>getMappedGNodes()</B></A> - 
224 Method in class and.Mapping.<A HREF="./and/Mapping/Mapping.html" title="class in and.Mapping">Mapping</A>
225 <DD>Return the list of GNodes on which tasks are mapped, in order
226  of the task number.
227 <DT><A HREF="./and/Mapping/Algo.html#getMapping()"><B>getMapping()</B></A> - 
228 Method in class and.Mapping.<A HREF="./and/Mapping/Algo.html" title="class in and.Mapping">Algo</A>
229 <DD>Return mapping done.
230 <DT><A HREF="./and/Mapping/Mapping.html#getMapping()"><B>getMapping()</B></A> - 
231 Method in class and.Mapping.<A HREF="./and/Mapping/Mapping.html" title="class in and.Mapping">Mapping</A>
232 <DD>Return the mapping done.
233 <DT><A HREF="./and/Mapping/GNode.html#getMemory()"><B>getMemory()</B></A> - 
234 Method in class and.Mapping.<A HREF="./and/Mapping/GNode.html" title="class in and.Mapping">GNode</A>
235 <DD>Return the amount of the available memory of the computing node.
236 <DT><A HREF="./and/Mapping/GNode.html#getMFlops()"><B>getMFlops()</B></A> - 
237 Method in class and.Mapping.<A HREF="./and/Mapping/GNode.html" title="class in and.Mapping">GNode</A>
238 <DD>Return the MFlops of each computing core of the computing node.
239 <DT><A HREF="./and/Mapping/Linpack.html#getMFlops()"><B>getMFlops()</B></A> - 
240 Method in class and.Mapping.<A HREF="./and/Mapping/Linpack.html" title="class in and.Mapping">Linpack</A>
241 <DD>&nbsp;
242 <DT><A HREF="./and/Mapping/Cluster.html#getName()"><B>getName()</B></A> - 
243 Method in class and.Mapping.<A HREF="./and/Mapping/Cluster.html" title="class in and.Mapping">Cluster</A>
244 <DD>Return cluster's name.
245 <DT><A HREF="./and/Mapping/GNode.html#getName()"><B>getName()</B></A> - 
246 Method in class and.Mapping.<A HREF="./and/Mapping/GNode.html" title="class in and.Mapping">GNode</A>
247 <DD>Return the name of the computing node
248 <DT><A HREF="./and/Mapping/GNode.html#getNb_cores()"><B>getNb_cores()</B></A> - 
249 Method in class and.Mapping.<A HREF="./and/Mapping/GNode.html" title="class in and.Mapping">GNode</A>
250 <DD>Return the amount of computing cores of the computing node.
251 <DT><A HREF="./and/Mapping/Grid.html#getNbCluster()"><B>getNbCluster()</B></A> - 
252 Method in class and.Mapping.<A HREF="./and/Mapping/Grid.html" title="class in and.Mapping">Grid</A>
253 <DD>Return the amount of clusters in the grid.
254 <DT><A HREF="./and/Mapping/Architecture.html#getNbClusters()"><B>getNbClusters()</B></A> - 
255 Method in class and.Mapping.<A HREF="./and/Mapping/Architecture.html" title="class in and.Mapping">Architecture</A>
256 <DD>Return the amount of clusters in the architecture.
257 <DT><A HREF="./and/Mapping/GTask.html#getNbDep()"><B>getNbDep()</B></A> - 
258 Method in class and.Mapping.<A HREF="./and/Mapping/GTask.html" title="class in and.Mapping">GTask</A>
259 <DD>Return the amount of dependencies of the task.
260 <DT><A HREF="./and/Mapping/Cluster.html#getNbGNode()"><B>getNbGNode()</B></A> - 
261 Method in class and.Mapping.<A HREF="./and/Mapping/Cluster.html" title="class in and.Mapping">Cluster</A>
262 <DD>Return the amount of computing nodes in the cluster.
263 <DT><A HREF="./and/Mapping/Grid.html#getNbGNode()"><B>getNbGNode()</B></A> - 
264 Method in class and.Mapping.<A HREF="./and/Mapping/Grid.html" title="class in and.Mapping">Grid</A>
265 <DD>Return the amount of computing nodes in the grid.
266 <DT><A HREF="./and/Mapping/Graph.html#getNbGTask()"><B>getNbGTask()</B></A> - 
267 Method in class and.Mapping.<A HREF="./and/Mapping/Graph.html" title="class in and.Mapping">Graph</A>
268 <DD>Return the amount of tasks in the graph.
269 <DT><A HREF="./and/Mapping/Architecture.html#getNbNodes()"><B>getNbNodes()</B></A> - 
270 Method in class and.Mapping.<A HREF="./and/Mapping/Architecture.html" title="class in and.Mapping">Architecture</A>
271 <DD>Return the amount of computing nodes in the architecture.
272 <DT><A HREF="./and/Mapping/GNode.html#getNode()"><B>getNode()</B></A> - 
273 Method in class and.Mapping.<A HREF="./and/Mapping/GNode.html" title="class in and.Mapping">GNode</A>
274 <DD>Return the external representation of the node.
275 <DT><A HREF="./and/Mapping/GTask.html#getNum()"><B>getNum()</B></A> - 
276 Method in class and.Mapping.<A HREF="./and/Mapping/GTask.html" title="class in and.Mapping">GTask</A>
277 <DD>Return the task's number.
278 <DT><A HREF="./and/Mapping/Algo.html#getOtherGNode(java.util.ArrayList)"><B>getOtherGNode(ArrayList&lt;GNode&gt;)</B></A> - 
279 Method in class and.Mapping.<A HREF="./and/Mapping/Algo.html" title="class in and.Mapping">Algo</A>
280 <DD>Find a new node, which may not takes part into the computation process.
281 <DT><A HREF="./and/Mapping/DefaultMapping.html#getOtherGNode(java.util.ArrayList)"><B>getOtherGNode(ArrayList&lt;GNode&gt;)</B></A> - 
282 Method in class and.Mapping.<A HREF="./and/Mapping/DefaultMapping.html" title="class in and.Mapping">DefaultMapping</A>
283 <DD>&nbsp;
284 <DT><A HREF="./and/Mapping/LSM.html#getOtherGNode(java.util.ArrayList)"><B>getOtherGNode(ArrayList&lt;GNode&gt;)</B></A> - 
285 Method in class and.Mapping.<A HREF="./and/Mapping/LSM.html" title="class in and.Mapping">LSM</A>
286 <DD>&nbsp;
287 <DT><A HREF="./and/Mapping/QM.html#getOtherGNode(java.util.ArrayList)"><B>getOtherGNode(ArrayList&lt;GNode&gt;)</B></A> - 
288 Method in class and.Mapping.<A HREF="./and/Mapping/QM.html" title="class in and.Mapping">QM</A>
289 <DD>&nbsp;
290 <DT><A HREF="./and/Mapping/Simple.html#getOtherGNode(java.util.ArrayList)"><B>getOtherGNode(ArrayList&lt;GNode&gt;)</B></A> - 
291 Method in class and.Mapping.<A HREF="./and/Mapping/Simple.html" title="class in and.Mapping">Simple</A>
292 <DD>&nbsp;
293 <DT><A HREF="./and/Mapping/GNode.html#getPower()"><B>getPower()</B></A> - 
294 Method in class and.Mapping.<A HREF="./and/Mapping/GNode.html" title="class in and.Mapping">GNode</A>
295 <DD>Return the computational power of the computing node.
296 <DT><A HREF="./and/Mapping/Cluster.html#getSite()"><B>getSite()</B></A> - 
297 Method in class and.Mapping.<A HREF="./and/Mapping/Cluster.html" title="class in and.Mapping">Cluster</A>
298 <DD>Return the site's name in which the cluster is.
299 <DT><A HREF="./and/Mapping/GNode.html#getSite()"><B>getSite()</B></A> - 
300 Method in class and.Mapping.<A HREF="./and/Mapping/GNode.html" title="class in and.Mapping">GNode</A>
301 <DD>Return the name of the site in which the computing node is.
302 <DT><A HREF="./and/Mapping/GTask.html#getWeight()"><B>getWeight()</B></A> - 
303 Method in class and.Mapping.<A HREF="./and/Mapping/GTask.html" title="class in and.Mapping">GTask</A>
304 <DD>Return the task's weight.
305 <DT><A HREF="./and/Mapping/Algo.html#gl"><B>gl</B></A> - 
306 Variable in class and.Mapping.<A HREF="./and/Mapping/Algo.html" title="class in and.Mapping">Algo</A>
307 <DD>&nbsp;
308 <DT><A HREF="./and/Mapping/GNode.html" title="class in and.Mapping"><B>GNode</B></A> - Class in <A HREF="./and/Mapping/package-summary.html">and.Mapping</A><DD>Class representing a computing node<DT><A HREF="./and/Mapping/GNode.html#GNode()"><B>GNode()</B></A> - 
309 Constructor for class and.Mapping.<A HREF="./and/Mapping/GNode.html" title="class in and.Mapping">GNode</A>
310 <DD>Default constructor.
311 <DT><A HREF="./and/Mapping/Algo.html#gr"><B>gr</B></A> - 
312 Variable in class and.Mapping.<A HREF="./and/Mapping/Algo.html" title="class in and.Mapping">Algo</A>
313 <DD>&nbsp;
314 <DT><A HREF="./and/Mapping/Graph.html" title="class in and.Mapping"><B>Graph</B></A> - Class in <A HREF="./and/Mapping/package-summary.html">and.Mapping</A><DD>Class representing the interaction graph of an application<DT><A HREF="./and/Mapping/Graph.html#Graph()"><B>Graph()</B></A> - 
315 Constructor for class and.Mapping.<A HREF="./and/Mapping/Graph.html" title="class in and.Mapping">Graph</A>
316 <DD>Default constructor.
317 <DT><A HREF="./and/Mapping/Grid.html" title="class in and.Mapping"><B>Grid</B></A> - Class in <A HREF="./and/Mapping/package-summary.html">and.Mapping</A><DD>Class representing a computing grid, composed of multiple clusters<DT><A HREF="./and/Mapping/Grid.html#Grid()"><B>Grid()</B></A> - 
318 Constructor for class and.Mapping.<A HREF="./and/Mapping/Grid.html" title="class in and.Mapping">Grid</A>
319 <DD>Default constructor
320 <DT><A HREF="./and/Mapping/GTask.html" title="class in and.Mapping"><B>GTask</B></A> - Class in <A HREF="./and/Mapping/package-summary.html">and.Mapping</A><DD>Class representing an application task<DT><A HREF="./and/Mapping/GTask.html#GTask()"><B>GTask()</B></A> - 
321 Constructor for class and.Mapping.<A HREF="./and/Mapping/GTask.html" title="class in and.Mapping">GTask</A>
322 <DD>Default constructor.
323 <DT><A HREF="./and/Mapping/GTask.html#GTask(int)"><B>GTask(int)</B></A> - 
324 Constructor for class and.Mapping.<A HREF="./and/Mapping/GTask.html" title="class in and.Mapping">GTask</A>
325 <DD>Constructor.
326 </DL>
327 <HR>
328 <A NAME="_I_"><!-- --></A><H2>
329 <B>I</B></H2>
330 <DL>
331 <DT><A HREF="./and/Mapping/Grid.html#initClusters()"><B>initClusters()</B></A> - 
332 Method in class and.Mapping.<A HREF="./and/Mapping/Grid.html" title="class in and.Mapping">Grid</A>
333 <DD>Initialization of clusters.
334 <DT><A HREF="./and/Mapping/Cluster.html#initIndice()"><B>initIndice()</B></A> - 
335 Method in class and.Mapping.<A HREF="./and/Mapping/Cluster.html" title="class in and.Mapping">Cluster</A>
336 <DD>Initialization of indice variable.
337 <DT><A HREF="./and/Mapping/Mapping.html#initMapping()"><B>initMapping()</B></A> - 
338 Method in class and.Mapping.<A HREF="./and/Mapping/Mapping.html" title="class in and.Mapping">Mapping</A>
339 <DD>Initialization of the Mapping variables
340 <DT><A HREF="./and/Mapping/Mapping.html#insertMapping(and.Mapping.Association)"><B>insertMapping(Association)</B></A> - 
341 Method in class and.Mapping.<A HREF="./and/Mapping/Mapping.html" title="class in and.Mapping">Mapping</A>
342 <DD>Insert the association at the right place.
343 <DT><A HREF="./and/Mapping/Cluster.html#isIn(and.Mapping.GNode)"><B>isIn(GNode)</B></A> - 
344 Method in class and.Mapping.<A HREF="./and/Mapping/Cluster.html" title="class in and.Mapping">Cluster</A>
345 <DD>Test if a computing node is in the cluster.
346 </DL>
347 <HR>
348 <A NAME="_L_"><!-- --></A><H2>
349 <B>L</B></H2>
350 <DL>
351 <DT><A HREF="./and/Mapping/Linpack.html" title="class in and.Mapping"><B>Linpack</B></A> - Class in <A HREF="./and/Mapping/package-summary.html">and.Mapping</A><DD>&nbsp;<DT><A HREF="./and/Mapping/Linpack.html#Linpack()"><B>Linpack()</B></A> - 
352 Constructor for class and.Mapping.<A HREF="./and/Mapping/Linpack.html" title="class in and.Mapping">Linpack</A>
353 <DD>&nbsp;
354 <DT><A HREF="./and/Mapping/LSM.html" title="class in and.Mapping"><B>LSM</B></A> - Class in <A HREF="./and/Mapping/package-summary.html">and.Mapping</A><DD>Mapping algorithm based on the Edge-Cut principles<DT><A HREF="./and/Mapping/LSM.html#LSM()"><B>LSM()</B></A> - 
355 Constructor for class and.Mapping.<A HREF="./and/Mapping/LSM.html" title="class in and.Mapping">LSM</A>
356 <DD>Default constructor.
357 <DT><A HREF="./and/Mapping/LSM.html#LSM(and.Mapping.Graph, and.Mapping.Grid)"><B>LSM(Graph, Grid)</B></A> - 
358 Constructor for class and.Mapping.<A HREF="./and/Mapping/LSM.html" title="class in and.Mapping">LSM</A>
359 <DD>Constructor.
360 <DT><A HREF="./and/Mapping/LSM.html#LSM(and.Mapping.Graph, and.Mapping.Grid, double)"><B>LSM(Graph, Grid, double)</B></A> - 
361 Constructor for class and.Mapping.<A HREF="./and/Mapping/LSM.html" title="class in and.Mapping">LSM</A>
362 <DD>Constructor.
363 </DL>
364 <HR>
365 <A NAME="_M_"><!-- --></A><H2>
366 <B>M</B></H2>
367 <DL>
368 <DT><A HREF="./and/Mapping/Algo.html#map()"><B>map()</B></A> - 
369 Method in class and.Mapping.<A HREF="./and/Mapping/Algo.html" title="class in and.Mapping">Algo</A>
370 <DD>Mapping function.
371 <DT><A HREF="./and/Mapping/DefaultMapping.html#map()"><B>map()</B></A> - 
372 Method in class and.Mapping.<A HREF="./and/Mapping/DefaultMapping.html" title="class in and.Mapping">DefaultMapping</A>
373 <DD>&nbsp;
374 <DT><A HREF="./and/Mapping/LSM.html#map()"><B>map()</B></A> - 
375 Method in class and.Mapping.<A HREF="./and/Mapping/LSM.html" title="class in and.Mapping">LSM</A>
376 <DD>&nbsp;
377 <DT><A HREF="./and/Mapping/QM.html#map()"><B>map()</B></A> - 
378 Method in class and.Mapping.<A HREF="./and/Mapping/QM.html" title="class in and.Mapping">QM</A>
379 <DD>&nbsp;
380 <DT><A HREF="./and/Mapping/Simple.html#map()"><B>map()</B></A> - 
381 Method in class and.Mapping.<A HREF="./and/Mapping/Simple.html" title="class in and.Mapping">Simple</A>
382 <DD>&nbsp;
383 <DT><A HREF="./and/Mapping/Mapping.html" title="class in and.Mapping"><B>Mapping</B></A> - Class in <A HREF="./and/Mapping/package-summary.html">and.Mapping</A><DD>Class representing the tasks mapping on clusters and/or nodes<DT><A HREF="./and/Mapping/Mapping.html#Mapping()"><B>Mapping()</B></A> - 
384 Constructor for class and.Mapping.<A HREF="./and/Mapping/Mapping.html" title="class in and.Mapping">Mapping</A>
385 <DD>Default constructor
386 <DT><A HREF="./and/Mapping/Algo.html#mp"><B>mp</B></A> - 
387 Variable in class and.Mapping.<A HREF="./and/Mapping/Algo.html" title="class in and.Mapping">Algo</A>
388 <DD>&nbsp;
389 </DL>
390 <HR>
391 <A NAME="_N_"><!-- --></A><H2>
392 <B>N</B></H2>
393 <DL>
394 <DT><A HREF="./and/Mapping/Cluster.html#nextGNode()"><B>nextGNode()</B></A> - 
395 Method in class and.Mapping.<A HREF="./and/Mapping/Cluster.html" title="class in and.Mapping">Cluster</A>
396 <DD>Return the next computing node in the cluster,
397  according to the indice variable.
398 </DL>
399 <HR>
400 <A NAME="_P_"><!-- --></A><H2>
401 <B>P</B></H2>
402 <DL>
403 <DT><A HREF="./and/Mapping/Graph.html#print()"><B>print()</B></A> - 
404 Method in class and.Mapping.<A HREF="./and/Mapping/Graph.html" title="class in and.Mapping">Graph</A>
405 <DD>Print the graph in a text version.
406 <DT><A HREF="./and/Mapping/Grid.html#print()"><B>print()</B></A> - 
407 Method in class and.Mapping.<A HREF="./and/Mapping/Grid.html" title="class in and.Mapping">Grid</A>
408 <DD>Print a comprehensible text version of the grid.
409 <DT><A HREF="./and/Mapping/Mapping.html#print()"><B>print()</B></A> - 
410 Method in class and.Mapping.<A HREF="./and/Mapping/Mapping.html" title="class in and.Mapping">Mapping</A>
411 <DD>Print the status of the mapping done, according to its type.
412 <DT><A HREF="./and/Mapping/GTask.html#printDep()"><B>printDep()</B></A> - 
413 Method in class and.Mapping.<A HREF="./and/Mapping/GTask.html" title="class in and.Mapping">GTask</A>
414 <DD>Return the task's dependencies list in a text form.
415 </DL>
416 <HR>
417 <A NAME="_Q_"><!-- --></A><H2>
418 <B>Q</B></H2>
419 <DL>
420 <DT><A HREF="./and/Mapping/QM.html" title="class in and.Mapping"><B>QM</B></A> - Class in <A HREF="./and/Mapping/package-summary.html">and.Mapping</A><DD>Implementation of the AIAC Quick Quality Map (AIAC-QM) algorithm<DT><A HREF="./and/Mapping/QM.html#QM()"><B>QM()</B></A> - 
421 Constructor for class and.Mapping.<A HREF="./and/Mapping/QM.html" title="class in and.Mapping">QM</A>
422 <DD>Default constructor.
423 <DT><A HREF="./and/Mapping/QM.html#QM(and.Mapping.Graph, and.Mapping.Grid, double)"><B>QM(Graph, Grid, double)</B></A> - 
424 Constructor for class and.Mapping.<A HREF="./and/Mapping/QM.html" title="class in and.Mapping">QM</A>
425 <DD>Constructor
426 </DL>
427 <HR>
428 <A NAME="_R_"><!-- --></A><H2>
429 <B>R</B></H2>
430 <DL>
431 <DT><A HREF="./and/Mapping/Utils.html#readGraph(java.lang.String, java.lang.String)"><B>readGraph(String, String)</B></A> - 
432 Static method in class and.Mapping.<A HREF="./and/Mapping/Utils.html" title="class in and.Mapping">Utils</A>
433 <DD>Read an application Graph from a file.
434 <DT><A HREF="./and/Mapping/Utils.html#readGrid(java.lang.String, java.lang.String)"><B>readGrid(String, String)</B></A> - 
435 Static method in class and.Mapping.<A HREF="./and/Mapping/Utils.html" title="class in and.Mapping">Utils</A>
436 <DD>Read a Grid graph from a file.
437 <DT><A HREF="./and/Mapping/Cluster.html#removeGNode(and.Mapping.GNode)"><B>removeGNode(GNode)</B></A> - 
438 Method in class and.Mapping.<A HREF="./and/Mapping/Cluster.html" title="class in and.Mapping">Cluster</A>
439 <DD>Remove a failed node from the cluster.
440 <DT><A HREF="./and/Mapping/Grid.html#removeGNode(and.Mapping.GNode)"><B>removeGNode(GNode)</B></A> - 
441 Method in class and.Mapping.<A HREF="./and/Mapping/Grid.html" title="class in and.Mapping">Grid</A>
442 <DD>Remove a computing node from the grid.
443 <DT><A HREF="./and/Mapping/Mapping.html#removeGNode(and.Mapping.GNode)"><B>removeGNode(GNode)</B></A> - 
444 Method in class and.Mapping.<A HREF="./and/Mapping/Mapping.html" title="class in and.Mapping">Mapping</A>
445 <DD>Remove a failed node from the mapping.
446 <DT><A HREF="./and/Mapping/Algo.html#replaceNode(and.Mapping.GNode, java.util.ArrayList)"><B>replaceNode(GNode, ArrayList&lt;GNode&gt;)</B></A> - 
447 Method in class and.Mapping.<A HREF="./and/Mapping/Algo.html" title="class in and.Mapping">Algo</A>
448 <DD>Replace a fallen node by a new one, according to the mapping policy.
449 <DT><A HREF="./and/Mapping/DefaultMapping.html#replaceNode(and.Mapping.GNode, java.util.ArrayList)"><B>replaceNode(GNode, ArrayList&lt;GNode&gt;)</B></A> - 
450 Method in class and.Mapping.<A HREF="./and/Mapping/DefaultMapping.html" title="class in and.Mapping">DefaultMapping</A>
451 <DD>&nbsp;
452 <DT><A HREF="./and/Mapping/LSM.html#replaceNode(and.Mapping.GNode, java.util.ArrayList)"><B>replaceNode(GNode, ArrayList&lt;GNode&gt;)</B></A> - 
453 Method in class and.Mapping.<A HREF="./and/Mapping/LSM.html" title="class in and.Mapping">LSM</A>
454 <DD>&nbsp;
455 <DT><A HREF="./and/Mapping/QM.html#replaceNode(and.Mapping.GNode, java.util.ArrayList)"><B>replaceNode(GNode, ArrayList&lt;GNode&gt;)</B></A> - 
456 Method in class and.Mapping.<A HREF="./and/Mapping/QM.html" title="class in and.Mapping">QM</A>
457 <DD>&nbsp;
458 <DT><A HREF="./and/Mapping/Simple.html#replaceNode(and.Mapping.GNode, java.util.ArrayList)"><B>replaceNode(GNode, ArrayList&lt;GNode&gt;)</B></A> - 
459 Method in class and.Mapping.<A HREF="./and/Mapping/Simple.html" title="class in and.Mapping">Simple</A>
460 <DD>&nbsp;
461 </DL>
462 <HR>
463 <A NAME="_S_"><!-- --></A><H2>
464 <B>S</B></H2>
465 <DL>
466 <DT><A HREF="./and/Mapping/GNode.html#setCluster(java.lang.String)"><B>setCluster(String)</B></A> - 
467 Method in class and.Mapping.<A HREF="./and/Mapping/GNode.html" title="class in and.Mapping">GNode</A>
468 <DD>Set the cluster's name in which the computing node is.
469 <DT><A HREF="./and/Mapping/GNode.html#setFrequency(int)"><B>setFrequency(int)</B></A> - 
470 Method in class and.Mapping.<A HREF="./and/Mapping/GNode.html" title="class in and.Mapping">GNode</A>
471 <DD>Set the frequency of computing cores of the computing node.
472 <DT><A HREF="./and/Mapping/GNode.html#setId(long)"><B>setId(long)</B></A> - 
473 Method in class and.Mapping.<A HREF="./and/Mapping/GNode.html" title="class in and.Mapping">GNode</A>
474 <DD>Set the uniq identifier of the computing node.
475 <DT><A HREF="./and/Mapping/GNode.html#setInCluster(boolean)"><B>setInCluster(boolean)</B></A> - 
476 Method in class and.Mapping.<A HREF="./and/Mapping/GNode.html" title="class in and.Mapping">GNode</A>
477 <DD>Set the status of the computing node in order to know if
478  it is in cluster or not.
479 <DT><A HREF="./and/Mapping/GNode.html#setMapped(boolean)"><B>setMapped(boolean)</B></A> - 
480 Method in class and.Mapping.<A HREF="./and/Mapping/GNode.html" title="class in and.Mapping">GNode</A>
481 <DD>Change the status of the node concerning its participation in the computation.
482 <DT><A HREF="./and/Mapping/GNode.html#setMemory(int)"><B>setMemory(int)</B></A> - 
483 Method in class and.Mapping.<A HREF="./and/Mapping/GNode.html" title="class in and.Mapping">GNode</A>
484 <DD>Set the amount of available memory of the computing node.
485 <DT><A HREF="./and/Mapping/GNode.html#setMFlops(int)"><B>setMFlops(int)</B></A> - 
486 Method in class and.Mapping.<A HREF="./and/Mapping/GNode.html" title="class in and.Mapping">GNode</A>
487 <DD>Set the MFlops of each computing core of the computing node.
488 <DT><A HREF="./and/Mapping/Cluster.html#setName(java.lang.String)"><B>setName(String)</B></A> - 
489 Method in class and.Mapping.<A HREF="./and/Mapping/Cluster.html" title="class in and.Mapping">Cluster</A>
490 <DD>Set the name of the cluster.
491 <DT><A HREF="./and/Mapping/GNode.html#setName(java.lang.String)"><B>setName(String)</B></A> - 
492 Method in class and.Mapping.<A HREF="./and/Mapping/GNode.html" title="class in and.Mapping">GNode</A>
493 <DD>Set the name of the computing node.
494 <DT><A HREF="./and/Mapping/GNode.html#setNb_cores(int)"><B>setNb_cores(int)</B></A> - 
495 Method in class and.Mapping.<A HREF="./and/Mapping/GNode.html" title="class in and.Mapping">GNode</A>
496 <DD>Set the amount of computing cores of the computing node.
497 <DT><A HREF="./and/Mapping/GNode.html#setNode(java.lang.Object)"><B>setNode(Object)</B></A> - 
498 Method in class and.Mapping.<A HREF="./and/Mapping/GNode.html" title="class in and.Mapping">GNode</A>
499 <DD>Set the external representation of the node.
500 <DT><A HREF="./and/Mapping/Cluster.html#setSite(java.lang.String)"><B>setSite(String)</B></A> - 
501 Method in class and.Mapping.<A HREF="./and/Mapping/Cluster.html" title="class in and.Mapping">Cluster</A>
502 <DD>Set the site in which the cluster is.
503 <DT><A HREF="./and/Mapping/GNode.html#setSite(java.lang.String)"><B>setSite(String)</B></A> - 
504 Method in class and.Mapping.<A HREF="./and/Mapping/GNode.html" title="class in and.Mapping">GNode</A>
505 <DD>Set the site's name in which the computing node is.
506 <DT><A HREF="./and/Mapping/GTask.html#setWeight(int)"><B>setWeight(int)</B></A> - 
507 Method in class and.Mapping.<A HREF="./and/Mapping/GTask.html" title="class in and.Mapping">GTask</A>
508 <DD>Define the task's computing weight.
509 <DT><A HREF="./and/Mapping/Simple.html" title="class in and.Mapping"><B>Simple</B></A> - Class in <A HREF="./and/Mapping/package-summary.html">and.Mapping</A><DD>Implementation of Simple Mapping algorithm<DT><A HREF="./and/Mapping/Simple.html#Simple()"><B>Simple()</B></A> - 
510 Constructor for class and.Mapping.<A HREF="./and/Mapping/Simple.html" title="class in and.Mapping">Simple</A>
511 <DD>Default constructor.
512 <DT><A HREF="./and/Mapping/Simple.html#Simple(and.Mapping.Graph, and.Mapping.Grid)"><B>Simple(Graph, Grid)</B></A> - 
513 Constructor for class and.Mapping.<A HREF="./and/Mapping/Simple.html" title="class in and.Mapping">Simple</A>
514 <DD>Constructor.
515 </DL>
516 <HR>
517 <A NAME="_T_"><!-- --></A><H2>
518 <B>T</B></H2>
519 <DL>
520 <DT><A HREF="./and/Mapping/GTask.html#toString()"><B>toString()</B></A> - 
521 Method in class and.Mapping.<A HREF="./and/Mapping/GTask.html" title="class in and.Mapping">GTask</A>
522 <DD>Return the task's number in a string.
523 </DL>
524 <HR>
525 <A NAME="_U_"><!-- --></A><H2>
526 <B>U</B></H2>
527 <DL>
528 <DT><A HREF="./and/Mapping/Grid.html#updateGrid(java.util.ArrayList)"><B>updateGrid(ArrayList&lt;GNode&gt;)</B></A> - 
529 Method in class and.Mapping.<A HREF="./and/Mapping/Grid.html" title="class in and.Mapping">Grid</A>
530 <DD>Plop !!
531 <DT><A HREF="./and/Mapping/Utils.html" title="class in and.Mapping"><B>Utils</B></A> - Class in <A HREF="./and/Mapping/package-summary.html">and.Mapping</A><DD>Class providing some tools to the library<DT><A HREF="./and/Mapping/Utils.html#Utils()"><B>Utils()</B></A> - 
532 Constructor for class and.Mapping.<A HREF="./and/Mapping/Utils.html" title="class in and.Mapping">Utils</A>
533 <DD>&nbsp;
534 </DL>
535 <HR>
536 <A NAME="_W_"><!-- --></A><H2>
537 <B>W</B></H2>
538 <DL>
539 <DT><A HREF="./and/Mapping/Utils.html#writeGraph(and.Mapping.Graph, java.lang.String, java.lang.String)"><B>writeGraph(Graph, String, String)</B></A> - 
540 Static method in class and.Mapping.<A HREF="./and/Mapping/Utils.html" title="class in and.Mapping">Utils</A>
541 <DD>Write an application Graph in a file.
542 <DT><A HREF="./and/Mapping/Utils.html#writeGrid(and.Mapping.Grid, java.lang.String, java.lang.String)"><B>writeGrid(Grid, String, String)</B></A> - 
543 Static method in class and.Mapping.<A HREF="./and/Mapping/Utils.html" title="class in and.Mapping">Utils</A>
544 <DD>Write the Grid object in an XML file.
545 </DL>
546 <HR>
547 <A HREF="#_A_">A</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_G_">G</A> <A HREF="#_I_">I</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_P_">P</A> <A HREF="#_Q_">Q</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_W_">W</A> 
548
549 <!-- ======= START OF BOTTOM NAVBAR ====== -->
550 <A NAME="navbar_bottom"><!-- --></A>
551 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
552 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
553 <TR>
554 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
555 <A NAME="navbar_bottom_firstrow"><!-- --></A>
556 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
557   <TR ALIGN="center" VALIGN="top">
558   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./and/Mapping/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
559   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
560   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
561   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
562   <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
563   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
564   </TR>
565 </TABLE>
566 </TD>
567 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
568 </EM>
569 </TD>
570 </TR>
571
572 <TR>
573 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
574 &nbsp;PREV&nbsp;
575 &nbsp;NEXT</FONT></TD>
576 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
577   <A HREF="./index.html?index-all.html" target="_top"><B>FRAMES</B></A>  &nbsp;
578 &nbsp;<A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
579 &nbsp;<SCRIPT type="text/javascript">
580   <!--
581   if(window==top) {
582     document.writeln('<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>');
583   }
584   //-->
585 </SCRIPT>
586 <NOSCRIPT>
587   <A HREF="./allclasses-noframe.html"><B>All Classes</B></A>
588 </NOSCRIPT>
589
590
591 </FONT></TD>
592 </TR>
593 </TABLE>
594 <A NAME="skip-navbar_bottom"></A>
595 <!-- ======== END OF BOTTOM NAVBAR ======= -->
596
597 <HR>
598
599 </BODY>
600 </HTML>