Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Correction of a bug.
[mapping.git] / javadoc / index-all.html
index 6c5c5f1..e20239e 100644 (file)
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_18) on Sun Feb 07 23:55:35 CET 2010 -->
+<!-- Generated by javadoc (build 1.6.0_18) on Tue Feb 09 10:57:29 CET 2010 -->
 <TITLE>
 Index
 </TITLE>
 
-<META NAME="date" CONTENT="2010-02-07">
+<META NAME="date" CONTENT="2010-02-09">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="./stylesheet.css" TITLE="Style">
 
@@ -213,6 +213,10 @@ Method in class and.Mapping.<A HREF="./and/Mapping/Grid.html" title="class in an
 <DT><A HREF="./and/Mapping/GNode.html#getId()"><B>getId()</B></A> - 
 Method in class and.Mapping.<A HREF="./and/Mapping/GNode.html" title="class in and.Mapping">GNode</A>
 <DD>Return the uniq identifier of the computing node.
+<DT><A HREF="./and/Mapping/Mapping.html#getIdOfAssociation(and.Mapping.GNode)"><B>getIdOfAssociation(GNode)</B></A> - 
+Method in class and.Mapping.<A HREF="./and/Mapping/Mapping.html" title="class in and.Mapping">Mapping</A>
+<DD>Return the position of the association containing 
+ the GNode _g.
 <DT><A HREF="./and/Mapping/GNode.html#getInCluster()"><B>getInCluster()</B></A> - 
 Method in class and.Mapping.<A HREF="./and/Mapping/GNode.html" title="class in and.Mapping">GNode</A>
 <DD>Return the status of the computing node concerning its
@@ -275,19 +279,19 @@ Method in class and.Mapping.<A HREF="./and/Mapping/GNode.html" title="class in a
 <DT><A HREF="./and/Mapping/GTask.html#getNum()"><B>getNum()</B></A> - 
 Method in class and.Mapping.<A HREF="./and/Mapping/GTask.html" title="class in and.Mapping">GTask</A>
 <DD>Return the task's number.
-<DT><A HREF="./and/Mapping/Algo.html#getOtherGNode()"><B>getOtherGNode()</B></A> - 
+<DT><A HREF="./and/Mapping/Algo.html#getOtherGNode(java.util.ArrayList)"><B>getOtherGNode(ArrayList&lt;GNode&gt;)</B></A> - 
 Method in class and.Mapping.<A HREF="./and/Mapping/Algo.html" title="class in and.Mapping">Algo</A>
 <DD>Find a new node, which may not takes part into the computation process.
-<DT><A HREF="./and/Mapping/DefaultMapping.html#getOtherGNode()"><B>getOtherGNode()</B></A> - 
+<DT><A HREF="./and/Mapping/DefaultMapping.html#getOtherGNode(java.util.ArrayList)"><B>getOtherGNode(ArrayList&lt;GNode&gt;)</B></A> - 
 Method in class and.Mapping.<A HREF="./and/Mapping/DefaultMapping.html" title="class in and.Mapping">DefaultMapping</A>
 <DD>&nbsp;
-<DT><A HREF="./and/Mapping/LSM.html#getOtherGNode()"><B>getOtherGNode()</B></A> - 
+<DT><A HREF="./and/Mapping/LSM.html#getOtherGNode(java.util.ArrayList)"><B>getOtherGNode(ArrayList&lt;GNode&gt;)</B></A> - 
 Method in class and.Mapping.<A HREF="./and/Mapping/LSM.html" title="class in and.Mapping">LSM</A>
 <DD>&nbsp;
-<DT><A HREF="./and/Mapping/QM.html#getOtherGNode()"><B>getOtherGNode()</B></A> - 
+<DT><A HREF="./and/Mapping/QM.html#getOtherGNode(java.util.ArrayList)"><B>getOtherGNode(ArrayList&lt;GNode&gt;)</B></A> - 
 Method in class and.Mapping.<A HREF="./and/Mapping/QM.html" title="class in and.Mapping">QM</A>
 <DD>&nbsp;
-<DT><A HREF="./and/Mapping/Simple.html#getOtherGNode()"><B>getOtherGNode()</B></A> - 
+<DT><A HREF="./and/Mapping/Simple.html#getOtherGNode(java.util.ArrayList)"><B>getOtherGNode(ArrayList&lt;GNode&gt;)</B></A> - 
 Method in class and.Mapping.<A HREF="./and/Mapping/Simple.html" title="class in and.Mapping">Simple</A>
 <DD>&nbsp;
 <DT><A HREF="./and/Mapping/GNode.html#getPower()"><B>getPower()</B></A> - 
@@ -469,6 +473,12 @@ Method in class and.Mapping.<A HREF="./and/Mapping/GNode.html" title="class in a
 <DT><A HREF="./and/Mapping/GNode.html#setFrequency(int)"><B>setFrequency(int)</B></A> - 
 Method in class and.Mapping.<A HREF="./and/Mapping/GNode.html" title="class in and.Mapping">GNode</A>
 <DD>Set the frequency of computing cores of the computing node.
+<DT><A HREF="./and/Mapping/Association.html#setGNode(and.Mapping.GNode)"><B>setGNode(GNode)</B></A> - 
+Method in class and.Mapping.<A HREF="./and/Mapping/Association.html" title="class in and.Mapping">Association</A>
+<DD>Replace the GNode of the association.
+<DT><A HREF="./and/Mapping/Association.html#setGtask(and.Mapping.GTask)"><B>setGtask(GTask)</B></A> - 
+Method in class and.Mapping.<A HREF="./and/Mapping/Association.html" title="class in and.Mapping">Association</A>
+<DD>Replace the GTask of the association.
 <DT><A HREF="./and/Mapping/GNode.html#setId(long)"><B>setId(long)</B></A> - 
 Method in class and.Mapping.<A HREF="./and/Mapping/GNode.html" title="class in and.Mapping">GNode</A>
 <DD>Set the uniq identifier of the computing node.