Package org.objectweb.medor.filter.lib

Examples of org.objectweb.medor.filter.lib.Avg


            break;
        case 3:
            e = new Max(e, distinctOnOperand);
            break;
        case 4:
            e = new Avg(e, distinctOnOperand);
            break;
        default:
            throw new SpeedoException("Unknown function identifier: "
                    + functionIdx.intValue());
        }
View Full Code Here

TOP

Related Classes of org.objectweb.medor.filter.lib.Avg

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.