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

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


              Vector v = new Vector();
              v.add(propertySensor1);
              Expression es1 = new ToMilliseconds(v,true);
             
              Long x=(Long)es1.evaluate();
             //System.out.println("x, c1 "+x.longValue()+ " "+c1.getTimeInMillis());
              assertTrue(x.longValue()==c1.getTimeInMillis());
                      
             
          } 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.