Package org.objectweb.speedo.pobjects.detach.groupama

Examples of org.objectweb.speedo.pobjects.detach.groupama.B


    C c3 = new C(3,3,3);
    C c4 = new C(4,4,4);
    C c5 = new C(5,5,5);
    C c6 = new C(6,6,6);
   
    B b1 = new B(1, c1);
    B b2 = new B(2, c2);
    B b3 = new B(3, c3);
    B b4 = new B(4, c4);
    B b5 = new B(5, c5);
    B b6 = new B(6, c6);
   
    a1.addB(b1);
    a1.addB(b2);
    a1.addB(b3);
   
View Full Code Here

TOP

Related Classes of org.objectweb.speedo.pobjects.detach.groupama.B

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.