Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Implementation of fault tolerance functions in all algorithms.
[mapping.git] / javadoc / and / Mapping / Association.html
index 0aa9651..d78a52c 100644 (file)
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_18) on Sun Feb 07 23:55:34 CET 2010 -->
+<!-- Generated by javadoc (build 1.6.0_18) on Tue Feb 09 10:57:28 CET 2010 -->
 <TITLE>
 Association
 </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">
 
@@ -183,6 +183,22 @@ Class representing an association between a tasks list and a cluster
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return the associated task.</TD>
 </TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../and/Mapping/Association.html#setGNode(and.Mapping.GNode)">setGNode</A></B>(<A HREF="../../and/Mapping/GNode.html" title="class in and.Mapping">GNode</A>&nbsp;_g)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Replace the GNode of the association.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../and/Mapping/Association.html#setGtask(and.Mapping.GTask)">setGtask</A></B>(<A HREF="../../and/Mapping/GTask.html" title="class in and.Mapping">GTask</A>&nbsp;_t)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Replace the GTask of the association.</TD>
+</TR>
 </TABLE>
 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
@@ -317,6 +333,38 @@ public <A HREF="../../and/Mapping/GTask.html" title="class in and.Mapping">GTask
 <DT><B>Returns:</B><DD>The associated task</DL>
 </DD>
 </DL>
+<HR>
+
+<A NAME="setGNode(and.Mapping.GNode)"><!-- --></A><H3>
+setGNode</H3>
+<PRE>
+public void <B>setGNode</B>(<A HREF="../../and/Mapping/GNode.html" title="class in and.Mapping">GNode</A>&nbsp;_g)</PRE>
+<DL>
+<DD>Replace the GNode of the association.
+<P>
+<DD><DL>
+</DL>
+</DD>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>_g</CODE> - The replacing GNode</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="setGtask(and.Mapping.GTask)"><!-- --></A><H3>
+setGtask</H3>
+<PRE>
+public void <B>setGtask</B>(<A HREF="../../and/Mapping/GTask.html" title="class in and.Mapping">GTask</A>&nbsp;_t)</PRE>
+<DL>
+<DD>Replace the GTask of the association.
+<P>
+<DD><DL>
+</DL>
+</DD>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>_t</CODE> - The replacing GTask</DL>
+</DD>
+</DL>
 <!-- ========= END OF CLASS DATA ========= -->
 <HR>