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 int
getContextId()
Get the context id.String
getContextName()
Get the context name.String
getNote()
Get the note.double
getProgress()
Get the progress.fr.ens.biologie.genomique.eoulsan.core.workflow.UIStepEvent.StepStatusMessage
getStatus()
Get the message typeStep
getStep()
Get the step.int
getSubmittedTasks()
Get the number of submitted tasks.int
getTerminatedTasks()
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
-
-