| Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||||
| IEspectro |
|
| 0.0;0 |
| 1 | /* |
|
| 2 | * IEspectro.java |
|
| 3 | * |
|
| 4 | * Created on 12 de Mar�o de 2007, 12:22 |
|
| 5 | * |
|
| 6 | * To change this template, choose Tools | Template Manager |
|
| 7 | * and open the template in the editor. |
|
| 8 | */ |
|
| 9 | ||
| 10 | package tempcontroller.base; |
|
| 11 | ||
| 12 | import java.io.Serializable; |
|
| 13 | ||
| 14 | /** |
|
| 15 | * Espectro (ainda não definido). |
|
| 16 | */ |
|
| 17 | public interface IEspectro extends Serializable { |
|
| 18 | ||
| 19 | } |