Package fr.imag.adele.apam.test.message

Examples of fr.imag.adele.apam.test.message.M2


   
   
    public M2 produceM2() {
        double a =Math.random();
        double b = Math.random();
        return new M2(a,b) ;
    }
View Full Code Here


    }

    public M2 produceM2() {
        double a =Math.random();
        double b = Math.random();
        return new M2(a,b) ;
    }
View Full Code Here

    }

    public M2 produceM2() {
        double a =Math.random();
        double b = Math.random();
        return new M2(a,b) ;
    }
View Full Code Here

   
   
    public M2 produceM2() {
        double a =Math.random();
        double b = Math.random();
        return new M2(a,b) ;
    }
View Full Code Here

TOP

Related Classes of fr.imag.adele.apam.test.message.M2

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.