Class UIStepEvent
- java.lang.Object
-
- fr.ens.biologie.genomique.eoulsan.core.workflow.UIEvent
-
- fr.ens.biologie.genomique.eoulsan.core.workflow.UIStepEvent
-
public class UIStepEvent extends UIEvent
This class define a UI step event.- Since:
- 2.3
- Author:
- Laurent Jourdren
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetContextId()Get the context id.StringgetContextName()Get the context name.StringgetNote()Get the note.doublegetProgress()Get the progress.fr.ens.biologie.genomique.eoulsan.core.workflow.UIStepEvent.StepStatusMessagegetStatus()Get the message typeStepgetStep()Get the step.intgetSubmittedTasks()Get the number of submitted tasks.intgetTerminatedTasks()Get the number of terminated tasks.
-
-
-
Method Detail
-
getStep
public Step getStep()
Get the step.- Returns:
- the step
-
getStatus
public fr.ens.biologie.genomique.eoulsan.core.workflow.UIStepEvent.StepStatusMessage getStatus()
Get the message type- Returns:
- the message type
-
getContextId
public int getContextId()
Get the context id.- Returns:
- the context id
-
getContextName
public String getContextName()
Get the context name.- Returns:
- the context name
-
getProgress
public double getProgress()
Get the progress.- Returns:
- the progress
-
getTerminatedTasks
public int getTerminatedTasks()
Get the number of terminated tasks.- Returns:
- the number of terminated tasks
-
getSubmittedTasks
public int getSubmittedTasks()
Get the number of submitted tasks.- Returns:
- the number of submitted tasks
-
getNote
public String getNote()
Get the note.- Returns:
- the note
-
-