Class UIStepEvent


  • public class UIStepEvent
    extends UIEvent
    This class define a UI step event.
    Since:
    2.3
    Author:
    Laurent Jourdren
    • 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