View Javadoc
1   /*
2    * To change this license header, choose License Headers in Project Properties.
3    * To change this template file, choose Tools | Templates
4    * and open the template in the editor.
5    */
6   
7   package fr.paris.lutece.plugins.dataviz.business;
8   
9   /**
10   *
11   * @author evrardmax
12   */
13  public interface IStatList extends IList, IStat
14  {
15      
16  }