| | 3 | /** |
| | 4 | * This interface permits to implement as static form |
| | 5 | * This interficie allows to implement all the own properties of configuration |
| | 6 | * of the application layer under a same instance. It establishes a minimum |
| | 7 | * contract, the method init(), so that their values are initialized. For this |
| | 8 | * reason, cast will have to be made in each place where it is necessary, |
| | 9 | * to the concrete implementation. |
| | 10 | * @author <a href="mailto:constant@rbg.informatik.tu-darmstadt.de">Alexander Constantin</a> |
| | 11 | * Date: 26/09/2007 |
| | 12 | */ |