etatVersion1
Class Processus
java.lang.Object
|
+--etatVersion1.Processus
- public class Processus
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Processus
public Processus()
changerEtat
public void changerEtat(int s)
elire
public void elire()
throws Impossible
Impossible
suspendre
public void suspendre()
throws Impossible
Impossible
run
public void run()
throws Impossible
Impossible
debutES
public void debutES()
throws Impossible
Impossible
finES
public void finES()
throws Impossible
Impossible
termine
public void termine()
throws Impossible
Impossible
getIdent
public int getIdent()