Class IridaWorkflowOutput


  • public class IridaWorkflowOutput
    extends java.lang.Object
    Defines the output files and file names for a workflow.
    • Constructor Detail

      • IridaWorkflowOutput

        public IridaWorkflowOutput()
      • IridaWorkflowOutput

        public IridaWorkflowOutput​(java.lang.String name,
                                   java.lang.String fileName)
        Defines a new IridaWorkflowOutput object for descripting the output files of a workflow.
        Parameters:
        name - The name of the particular output.
        fileName - The file name in Galaxy of the output.
    • Method Detail

      • getName

        public java.lang.String getName()
      • getFileName

        public java.lang.String getFileName()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object