Package eu.scape_project.planning.model.measurement

Examples of eu.scape_project.planning.model.measurement.ToolExperience.addMeasurement()


     * @param tool identifies the {@link ToolExperience} to which to add the measurement
     * @param m
     */
    public void addExperience(String tool,Measurement m) {
        ToolExperience b = getToolExperience(tool);
        b.addMeasurement(m);
    }   
   
    /**
     * @param tool identifies the {@link ToolExperience}
     * @param m identifies the {@link Measurement} which points to a {@link MeasurableProperty}
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.