Package uk.ac.bbsrc.tgac.miso.core.service.plate

Examples of uk.ac.bbsrc.tgac.miso.core.service.plate.Default384WellPlateConversionStrategy


    }

    _384WellPlate finalPlate = new _384WellPlate();
    finalPlate.setName("Test 384 Plate");

    PlateConversionStrategy<_96WellPlate> pcs = new Default384WellPlateConversionStrategy();
    finalPlate.setConversionStrategy(pcs);

    log.info("Doing conversion from 4x 96-well to 1x 384-well");
    finalPlate.setElementsAndDoConversion(plates);
View Full Code Here

TOP

Related Classes of uk.ac.bbsrc.tgac.miso.core.service.plate.Default384WellPlateConversionStrategy

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.