code source

code source - Java - Programmation

Marsh Posté le 09-04-2008 à 20:17:32    

bonjour,j'ai le code source ce dessous et j'ai pas pu terminer les fonctions Task(), void activate(), void start(), void wait(), void release(), void terminate() qui peut m'aider et merci d'avance
 
import com.softeam.objecteering.javadeveloper.annotations.objingid;
import java.util.List;
import java.util.ArrayList;
import state;
 
@objingid ("655360004:13" )
public class Task
{
@objingid ("655360004:17" )
private String idTask;
public String getIdTask () {
return this.idTask;
}
 
@objingid ("655360004:20" )
private state taskState;
public state getTaskState () {
return this.taskState;
}
 
@objingid ("655360004:23" )
private float deadLine;
public float getDeadLine () {
return this.deadLine;
}
 
@objingid ("655360004:25" )
private float periode;
public float getPeriode () {
return this.periode;
}
 
@objingid ("655360004:27" )
private float repanseTime;
public float getRepanseTime () {
return this.repanseTime;
}
 
@objingid ("655360004:29" )
private float dateFirstActivation;
public float getDateFirstActivation () {
return this.dateFirstActivation;
}
 
@objingid ("655360004:31" )
private float priority;
public float getPriority () {
return this.priority;
}
 
@objingid ("655360004:33" )
private float maxPriorite;
public float getMaxPriorite () {
return this.maxPriorite;
}
 
@objingid ("655360004:35" )
private float duration;
public float getDuration () {
return this.duration;
}
 
@objingid ("655360004:56" )
private float progress;
public float getProgress () {
return this.progress;
}
 
@objingid ("655360004:72" )
public List<Ressource> ressource = new ArrayList<Ressource> ();
public List<Ressource> getRessource () {
return this.ressource;
}
 
 
@objingid ("655360004:22" )
public Task()
{
}
 
@objingid ("655360004:37" )
public void activate()
{
}
 
@objingid ("655360004:38" )
public void start()
{
}
 
@objingid ("655360004:39" )
public void wait()
{
}
 
@objingid ("655360004:40" )
public void release()
{
}
 
@objingid ("655360004:41" )
public void terminate()
{
}
}

Reply

Marsh Posté le 09-04-2008 à 20:17:32   

Reply

Marsh Posté le 09-04-2008 à 21:07:19    

[:vague nocturne]


---------------
Soyons ouverts d'esprit, mais pas au point de laisser notre cerveau s'enfuir.
Reply

Marsh Posté le 10-04-2008 à 07:38:16    

Hors charte.

 

Merci de lire les règles de la catégorie Programmation, et en particulier le point [0D].


Message édité par Elmoricq le 10-04-2008 à 07:38:37
Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed