etatVersion1
Class Processus

java.lang.Object
  |
  +--etatVersion1.Processus

public class Processus
extends java.lang.Object


Constructor Summary
Processus()
           
 
Method Summary
 void changerEtat(int s)
           
 void debutES()
           
 void elire()
           
 void finES()
           
 int getIdent()
           
 void run()
           
 void suspendre()
           
 void termine()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Processus

public Processus()
Method Detail

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()