X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/mapping.git/blobdiff_plain/919cd5f7e473b8b22b46a6b6c221341ca8cd738b..298037f8cd008787c5cfe493ba582ac64bbbc3a2:/javadoc/and/Mapping/Association.html diff --git a/javadoc/and/Mapping/Association.html b/javadoc/and/Mapping/Association.html new file mode 100644 index 0000000..f196acb --- /dev/null +++ b/javadoc/and/Mapping/Association.html @@ -0,0 +1,385 @@ + + + + + + +Association + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +and.Mapping +
+Class Association

+
+java.lang.Object
+  extended by and.Mapping.Association
+
+
+
All Implemented Interfaces:
java.io.Serializable
+
+
+
+
public class Association
extends java.lang.Object
implements java.io.Serializable
+ + +

+Class representing an association between a tasks list and a cluster + on which they are mapped, or between a task and a computing node +

+ +

+

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

+ + + + + + + + + + + + + + + + + +
+Constructor Summary
Association() + +
+          Default constructor.
Association(Cluster _c, + java.util.ArrayList<GTask> _at) + +
+          Constructor.
Association(GNode _g, + GTask _t) + +
+          Constructor.
+  + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ ClustergetCluster() + +
+          Return the associated cluster.
+ GNodegetGNode() + +
+          Return the associated computing node.
+ java.util.ArrayList<GTask>getGtask() + +
+          Return the associated tasks list.
+ GTaskgetGTask() + +
+          Return the associated task.
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+Association

+
+public Association()
+
+
Default constructor. +

+

+
+ +

+Association

+
+public Association(Cluster _c,
+                   java.util.ArrayList<GTask> _at)
+
+
Constructor. +

+

+
Parameters:
_c - Associated cluster
_at - Tasks list
+
+
+ +

+Association

+
+public Association(GNode _g,
+                   GTask _t)
+
+
Constructor. +

+

+
Parameters:
_g - Associated computing node
_t - Associated task
+
+ + + + + + + + +
+Method Detail
+ +

+getCluster

+
+public Cluster getCluster()
+
+
Return the associated cluster. +

+

+
+
+
+ +
Returns:
The associated cluster
+
+
+
+ +

+getGtask

+
+public java.util.ArrayList<GTask> getGtask()
+
+
Return the associated tasks list. +

+

+
+
+
+ +
Returns:
The associated tasks list
+
+
+
+ +

+getGNode

+
+public GNode getGNode()
+
+
Return the associated computing node. +

+

+
+
+
+ +
Returns:
The associated node
+
+
+
+ +

+getGTask

+
+public GTask getGTask()
+
+
Return the associated task. +

+

+
+
+
+ +
Returns:
The associated task
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + +