Class MultiRunGenerator

    • Field Detail

      • m_NumRuns

        protected int m_NumRuns
        the number of runs to generate.
    • Constructor Detail

      • MultiRunGenerator

        public MultiRunGenerator()
    • Method Detail

      • setNumRuns

        public void setNumRuns​(int value)
        Sets the number of runs to generate.
        Parameters:
        value - the runs
      • getNumRuns

        public int getNumRuns()
        Returns the number of runs to generate.
        Returns:
        the runs
      • runRunsTipText

        public String runRunsTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • setGenerator

        public void setGenerator​(IndexedSplitsRunsGenerator value)
        Sets the generator to use for the runs.
        Parameters:
        value - the generator
      • getGenerator

        public IndexedSplitsRunsGenerator getGenerator()
        Returns the generator to use for the runs.
        Returns:
        the generator
      • generatorTipText

        public String generatorTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.