Package eu.scape_project.planning.services.myexperiment

Examples of eu.scape_project.planning.services.myexperiment.RecommendedComponent


    public void addComponent(IServiceInfo serviceInfo) {
        String currentMeasure = selectedLeaf.getMeasure().getUri();
        if (!openMeasures.contains(currentMeasure)) {
            openMeasures.add(currentMeasure);
        }
        RecommendedComponent recommendedComponent = MyExperimentExecutablePlanGenerator.recommendComponent(serviceInfo,
            openMeasures, targetMimetypes.get(selectedAlternative));

        removeMeasureRecommendation(currentMeasure);
        recommendedComponents.add(recommendedComponent);
        openMeasures.removeAll(recommendedComponent.measures);
View Full Code Here

TOP

Related Classes of eu.scape_project.planning.services.myexperiment.RecommendedComponent

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.