Package eu.scape_project.planning.services.myexperiment

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


        availableRegistries = new ArrayList<PreservationActionRegistryDefinition>();
        availableActions = new ArrayList<IServiceInfo>();
        serviceLoaders = new HashMap<String, IServiceLoader>();

        myExperimentSearch = new MyExperimentSearch();
        myExperimentSearch.setProfile("http://purl.org/DP/components#MigrationAction");
    }
View Full Code Here


        currentPlanState = PlanState.GO_CHOSEN;
        name = "Develop Experiments";
        viewUrl = "/plan/developexperiments.jsf";
        group = "menu.evaluateAlternatives";

        myExperimentSearch = new MyExperimentSearch();
        serviceLoaders = new HashMap<String, IServiceLoader>();
        recommendedComponents = new ArrayList<RecommendedComponent>();
        openMeasures = new ArrayList<String>();
    }
View Full Code Here

TOP

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

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.