X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/mapping.git/blobdiff_plain/e9ad3655aa50dde188c7a9b905cc5fe81fba664f..4b994d60530bc4e2db2662b800207eafa2360c82:/javadoc/and/Mapping/GTask.html diff --git a/javadoc/and/Mapping/GTask.html b/javadoc/and/Mapping/GTask.html deleted file mode 100644 index 4638d2f..0000000 --- a/javadoc/and/Mapping/GTask.html +++ /dev/null @@ -1,480 +0,0 @@ - - - - - - -GTask - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -and.Mapping -
-Class GTask

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

-Class representing an application task -

- -

-

-
See Also:
Serialized Form
-
- -

- - - - - - - - - - - - - - -
-Constructor Summary
GTask() - -
-          Default constructor.
GTask(int _n) - -
-          Constructor.
-  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Method Summary
- voidaddDependance(java.util.ArrayList<GTask> at) - -
-          Add a dependencies list to the task.
- voidaddDependance(GTask _t) - -
-          Add a dependency to the task.
- java.util.ArrayList<GTask>getDependencies() - -
-          Return the task's dependencies list.
- intgetNbDep() - -
-          Return the amount of dependencies of the task.
- intgetNum() - -
-          Return the task's number.
- intgetWeight() - -
-          Return the task's weight.
- java.lang.StringprintDep() - -
-          Return the task's dependencies list in a text form.
- voidsetWeight(int _p) - -
-          Define the task's computing weight.
- java.lang.StringtoString() - -
-          Return the task's number in a string.
- - - - - - - -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-  -

- - - - - - - - -
-Constructor Detail
- -

-GTask

-
-public GTask()
-
-
Default constructor. -

-

-
- -

-GTask

-
-public GTask(int _n)
-
-
Constructor. -

-

-
Parameters:
_n - Task number
-
- - - - - - - - -
-Method Detail
- -

-addDependance

-
-public void addDependance(GTask _t)
-
-
Add a dependency to the task. -

-

-
-
-
-
Parameters:
_t - Dependency task
-
-
-
- -

-toString

-
-public java.lang.String toString()
-
-
Return the task's number in a string. -

-

-
Overrides:
toString in class java.lang.Object
-
-
- -
Returns:
A String containing the task's number
-
-
-
- -

-addDependance

-
-public void addDependance(java.util.ArrayList<GTask> at)
-
-
Add a dependencies list to the task. -

-

-
-
-
-
Parameters:
at - The dependencies list
-
-
-
- -

-setWeight

-
-public void setWeight(int _p)
-
-
Define the task's computing weight. -

-

-
-
-
-
Parameters:
_p - The computing weight
-
-
-
- -

-getWeight

-
-public int getWeight()
-
-
Return the task's weight. -

-

-
-
-
- -
Returns:
The task's weight
-
-
-
- -

-getDependencies

-
-public java.util.ArrayList<GTask> getDependencies()
-
-
Return the task's dependencies list. -

-

-
-
-
- -
Returns:
The dependencies list
-
-
-
- -

-getNum

-
-public int getNum()
-
-
Return the task's number. -

-

-
-
-
- -
Returns:
The task's number
-
-
-
- -

-getNbDep

-
-public int getNbDep()
-
-
Return the amount of dependencies of the task. -

-

-
-
-
- -
Returns:
The amount of dependencies
-
-
-
- -

-printDep

-
-public java.lang.String printDep()
-
-
Return the task's dependencies list in a text form. -

-

-
-
-
- -
Returns:
The String containing the dependencies list
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- - -