Package org.apache.imperius.spl.parser.expressions.impl

Examples of org.apache.imperius.spl.parser.expressions.impl.AvrgInCollection.evaluate()


            Expression collection = new BasicCollectionExpression(vbytes,null);
           
            v.add(collection);
            Expression es1 = new AvrgInCollection(v,true);
            v.clear();
            double n=((Number)es1.evaluate()).doubleValue();
           //System.out.println(n);
            assertTrue(n>9.94 && n<9.95);

           
        } catch (SPLException e) {
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.