Class SLOSelectDefaultCombinationsPage

    • Constructor Detail

      • SLOSelectDefaultCombinationsPage

        protected SLOSelectDefaultCombinationsPage​(String pageName)
        Constructor. Used if this page is invoked without assigning a source.
        Parameters:
        pageName - the name of this WizardPage.
      • SLOSelectDefaultCombinationsPage

        protected SLOSelectDefaultCombinationsPage​(String pageName,
                                                   org.palladiosimulator.edp2.datastream.IDataSource selectedSource)
        Constructor
        Parameters:
        pageName - the name of this WizardPage
        selectedSource - the source which was selected to invoke the wizard.
    • Method Detail

      • updatePageStatus

        public IStatus updatePageStatus()
        Method which handles the status of the whole WizardPage based on the different states resulting from inputs.
        Returns:
        the page Status
      • setSelectedDefault

        public void setSelectedDefault​(org.palladiosimulator.edp2.datastream.chaindescription.ChainDescription selection)
        Forwards the chosen variant to the wizard.
        Parameters:
        selection -
      • initializePage

        public void initializePage​(org.palladiosimulator.edp2.datastream.IDataSource selectedSource,
                                   boolean showSLOonly)
        Initializes the page with a new IDataSource and a new showSLOonly value.
        Parameters:
        selectedSource - the new source
        showSLOonly - the new value for this.showSLOonly
      • setShowSLOonly

        public void setShowSLOonly​(boolean showSLOonly)