Package org.objectweb.speedo.pobjects.cap

Examples of org.objectweb.speedo.pobjects.cap.JDOScope


 
  /**
   * test a particular pattern with collection
   */
  public void testCapGemini(){
    JDOScope scope1 = new JDOScope(1, "scope1");
    JDOScope scope2 = new JDOScope(2, "scope2");
    JDOScope scope3 = new JDOScope(3, "scope3");
    JDOScope scope4 = new JDOScope(4, "scope4");
   
    Collection scopes1 = new ArrayList();
    scopes1.add(scope1);
    scopes1.add(scope3);
   
View Full Code Here


   * test a particular pattern with collection
   */
  public void testCapGemini(){
   
   
    JDOScope scope1 = new JDOScope(1, "scope1");
    JDOScope scope2 = new JDOScope(2, "scope2");
    JDOScope scope3 = new JDOScope(3, "scope3");
    JDOScope scope4 = new JDOScope(4, "scope4");
   
    Collection scopes1 = new ArrayList();
    scopes1.add(scope1);
    scopes1.add(scope3);
   
View Full Code Here

TOP

Related Classes of org.objectweb.speedo.pobjects.cap.JDOScope

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.