X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/mapping.git/blobdiff_plain/e9ad3655aa50dde188c7a9b905cc5fe81fba664f..f1c6b5b3689609125caaa1e7a76a356ef2210ea1:/javadoc/and/Mapping/Association.html diff --git a/javadoc/and/Mapping/Association.html b/javadoc/and/Mapping/Association.html index f35c71f..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
+
+