/* AWE - Amanzi Wireless Explorer * http://awe.amanzi.org * (C) 2008-2009, AmanziTel AB * * This library is provided under the terms of the Eclipse Public License * as described at http://www.eclipse.org/legal/epl-v10.html. Any use, * reproduction or distribution of the library constitutes recipient's * acceptance of this agreement. * * This library is distributed WITHOUT ANY WARRANTY; without even the * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. */ package org.amanzi.awe.charts.model; /** * <p> * store info about chart type Its could be helpful if you need to build one chart for the list of * different statistics. By default SUM Type is activated for the all charts * </p> * * @author Vladislav_Kondratenko * @since 1.0.0 */ public enum ChartAggregationType { SUMM, AVERAGE }