Package uk.ac.bbsrc.tgac.qc.run

Examples of uk.ac.bbsrc.tgac.qc.run.Reports


  Reports reports;

  ReportsDecorator reportsDecorator;

  public RunStatsManager(DataSource dataSource) {
    this.reports = new Reports(dataSource);
    this.reportsDecorator = new ReportsDecorator(reports);
  }
View Full Code Here

TOP

Related Classes of uk.ac.bbsrc.tgac.qc.run.Reports

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.