Examples of addAValue()


Examples of uk.ac.soton.itinnovation.pes.data.model.AttributeType.addAValue()

        // create an output set for the ModelExecutionResult object
        outputs = new HashSet<AttributeType>();
    reliability = new AttributeType();
    reliability.setName("reliability");
    reliability.setType(BasicType.convert("double"));
    reliability.addAValue(new ValueType(String.valueOf(output), MetricType.DEFAULT));
    outputs.add(reliability);

        if (!optUtil.disableDBCaching)
            return super.saveExecutionResult(model, daoFactory, optUtil.convertResourceMapToSet(inputs), null, null, outputs, null);
        else
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.