Blame view

Porte.java~ 162 Bytes
0498df6f   rsimonin   first commit
1
2
3
4
5
6
7
8
  /**
   *
   * @author Bernard.Carre@polytech-lille.fr
   */
  
  public abstract class Porte extends Composant {
      public abstract void probe(SondesTable tableSondes);
  }