Package ass

Examples of ass.Project


    projectDependenciesList.add(2);

    Vector<Resource> res = new Vector<Resource>();

    Vector<Integer> dependenciesOfP2 = new Vector<Integer>();
    this.p1 = new Project(i, j, "gui", "man", projectDependenciesList, res, this.b);
    this.p2 = new Project(k, w, "system", "Gal", dependenciesOfP2, res, this.b);
  }
View Full Code Here

TOP

Related Classes of ass.Project

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.