Package eu.planets_project.tb.gui.backing.exp

Examples of eu.planets_project.tb.gui.backing.exp.ExperimentStageBean


    /* (non-Javadoc)
     * @see eu.planets_project.tb.impl.services.mockups.workflow.ExperimentWorkflow#getStages()
     */
    public List<ExperimentStageBean> getStages() {
        List<ExperimentStageBean> stages = new Vector<ExperimentStageBean>();
        stages.add( new ExperimentStageBean(STAGE_CREATEVIEW, "Create View Session."));
        stages.add( new ExperimentStageBean(STAGE_ACCESSVIEW, "Access View Session."));
        return stages;
    }
View Full Code Here


    /* (non-Javadoc)
     * @see eu.planets_project.tb.impl.services.mockups.workflow.ExperimentWorkflow#getStages()
     */
    public List<ExperimentStageBean> getStages() {
        List<ExperimentStageBean> stages = new Vector<ExperimentStageBean>();
        stages.add( new ExperimentStageBean(STAGE_PRE_MIGRATE, "Characterise before migration."));
        stages.add( new ExperimentStageBean(STAGE_MIGRATE, "Migrate the digital object."));
        stages.add( new ExperimentStageBean(STAGE_POST_MIGRATE, "Characterise after migration."));
        return stages;
    }
View Full Code Here

  /* (non-Javadoc)
   * @see eu.planets_project.tb.impl.services.mockups.workflow.ExperimentWorkflow#getStages()
   */
  public List<ExperimentStageBean> getStages() {
        List<ExperimentStageBean> stages = new Vector<ExperimentStageBean>();
        stages.add( new ExperimentStageBean(STAGE_PRE_WF_EXECUTION, "Objectives measured in the Before Workflow Execution phase"));
        stages.add( new ExperimentStageBean(STAGE_WORKFLOW_EXECUTION, "Objectives measured in the During Workflow Execution phase"));
        stages.add( new ExperimentStageBean(STAGE_POST_WF_EXECUTION, "Objectives measured in the After Workflow Execution phase"));
        return stages;
    }
View Full Code Here

    /* (non-Javadoc)
     * @see eu.planets_project.tb.impl.services.mockups.workflow.ExperimentWorkflow#getStages()
     */
    public List<ExperimentStageBean> getStages() {
        List<ExperimentStageBean> stages = new Vector<ExperimentStageBean>();
        stages.add( new ExperimentStageBean(STAGE_IDENTIFY, "Identify a digital object."));
        return stages;
    }
View Full Code Here

TOP

Related Classes of eu.planets_project.tb.gui.backing.exp.ExperimentStageBean

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.