X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/mapping.git/blobdiff_plain/298037f8cd008787c5cfe493ba582ac64bbbc3a2..f1c6b5b3689609125caaa1e7a76a356ef2210ea1:/javadoc/and/Mapping/Association.html?ds=sidebyside diff --git a/javadoc/and/Mapping/Association.html b/javadoc/and/Mapping/Association.html index f196acb..d78a52c 100644 --- a/javadoc/and/Mapping/Association.html +++ b/javadoc/and/Mapping/Association.html @@ -2,12 +2,12 @@ - + Association - + @@ -39,10 +39,9 @@ function windowTitle() Package   Class  - Use  Tree  Deprecated  - Index  + Index  Help  @@ -109,8 +108,6 @@ Class representing an association between a tasks list and a cluster

-
Author:
-
Sébastien Miquée
See Also:
Serialized Form

@@ -186,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. +   @@ -193,7 +206,7 @@ Class representing an association between a tasks list and a cluster - +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  @@ -320,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
+
+

@@ -335,10 +380,9 @@ public GTask Package   Class  - Use  Tree  Deprecated  - Index  + Index  Help