Class UIStepEvent
java.lang.Object
fr.ens.biologie.genomique.eoulsan.core.workflow.UIEvent
fr.ens.biologie.genomique.eoulsan.core.workflow.UIStepEvent
This class define a UI step event.
- Since:
- 2.3
- Author:
- Laurent Jourdren
-
Method Summary
Modifier and TypeMethodDescriptionintGet the context id.Get the context name.getNote()Get the note.doubleGet the progress.fr.ens.biologie.genomique.eoulsan.core.workflow.UIStepEvent.StepStatusMessageGet the message typegetStep()Get the step.intGet the number of submitted tasks.intGet the number of terminated tasks.
-
Method Details
-
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
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
Get the note.- Returns:
- the note
-