Class SimuComConfigurationTab

    • Field Detail

    • Constructor Detail

      • SimuComConfigurationTab

        public SimuComConfigurationTab()
    • Method Detail

      • createControl

        public void createControl​(Composite parent)
      • createSimulatorGroup

        protected void createSimulatorGroup()
        Creates the simulator group, the first section of the SimuComConfigurationTab
      • createExperimentRunGroup

        protected void createExperimentRunGroup​(ModifyListener modifyListener)
        Creates the experiment run group, the second section of the SimuComConfigurationTab
        Parameters:
        modifyListener - the ModifyListener which should be added to the elements
      • createDataSetGroup

        protected void createDataSetGroup()
        Creates the data set group, the third group of the SimuComConfigurationTab
      • createStopConditionGroup

        protected void createStopConditionGroup​(ModifyListener modifyListener)
        Creates the stop condition group, the fourth section of the SimuComConfigurationTab
        Parameters:
        modifyListener - the ModifyListener which should be added to the elements
      • createConfidenceStopConditionGroup

        protected void createConfidenceStopConditionGroup​(ModifyListener modifyListener)
        The confidence stop condition group, the fifth group of the SimuComConfigurationTab
        Parameters:
        modifyListener - the ModifyListener which should be added to the elements
      • createLoggingGroup

        protected void createLoggingGroup()
        The logging group, the sixth section of the SimuComConfigurationTab
      • createGeneratorSeedsGroup

        protected void createGeneratorSeedsGroup​(ModifyListener modifyListener)
        The generator seeds group, previous in analysis configuration tab, now the last section of the SimuComConfigurationTab
        Parameters:
        modifyListener - the ModifyListener which should be added to the elements
      • getName

        public String getName()
      • initializeSimulatorGroup

        protected void initializeSimulatorGroup​(ILaunchConfiguration configuration)
        initializes the simulator group with the help of the given configuration
        Parameters:
        configuration - the given ILaunchConfiguration
      • applySimulatorGroup

        protected void applySimulatorGroup​(ILaunchConfigurationWorkingCopy configuration)
        Applies the configuration for the simulator group
        Parameters:
        configuration - the configuration where the values should be written to
      • isSimulatorGroupValid

        protected boolean isSimulatorGroupValid()
        Validation of the simulator group