X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/mapping.git/blobdiff_plain/202cc2c0bbcb6a6a3a7f6f9fc2ddfd2836a35a8e..98acbcc2ea6af60d64b96cd46c4eb446e03a7510:/javadoc/and/Mapping/Association.html diff --git a/javadoc/and/Mapping/Association.html b/javadoc/and/Mapping/Association.html index 0aa9651..d78a52c 100644 --- a/javadoc/and/Mapping/Association.html +++ b/javadoc/and/Mapping/Association.html @@ -2,12 +2,12 @@ - + Association - + @@ -183,6 +183,22 @@ Class representing an association between a tasks list and a cluster
          Return the associated task. + + + void +setGNode(GNode _g) + +
+          Replace the GNode of the association. + + + + void +setGtask(GTask _t) + +
+          Replace the GTask of the association. +   @@ -317,6 +333,38 @@ public GTask
Returns:
The associated task
+
+ +

+setGNode

+
+public void setGNode(GNode _g)
+
+
Replace the GNode of the association. +

+

+
+
+
+
Parameters:
_g - The replacing GNode
+
+
+
+ +

+setGtask

+
+public void setGtask(GTask _t)
+
+
Replace the GTask of the association. +

+

+
+
+
+
Parameters:
_t - The replacing GTask
+
+