Examples of ExperimentDetailsFactory


Examples of org.mcisb.beacon.experiment.ExperimentDetailsFactory

        final NodeUtils nodeUtils = new NodeUtils();
        int numberOfDishes = nodeUtils.getIntegerFieldValue( node, "numberOfDishes"); //$NON-NLS-1$
        if (numberOfDishes==0) {
          numberOfDishes=1;
        }
        ExperimentDetailsFactory expFactory = new ExperimentDetailsFactory(file);
        ExperimentalDetails expDetails = expFactory.getExperimentalDetails();
        final RecordModel experimentalDetails = node.getRecordModel();
        final RecordNameProvider targetRecordNameProvider = node.getRecordNameProvider();
        experimentalDetails.setValue("equipment_file_name", expDetails.getFileName(), false); //$NON-NLS-1$
       
        // First let's set the number of dishes...
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.