Class SLODialogChooseMeasuringPointsPage

java.lang.Object
org.eclipse.jface.dialogs.DialogPage
org.eclipse.jface.wizard.WizardPage
org.palladiosimulator.servicelevelobjective.edp2.visualization.wizards.SLODialogChooseMeasuringPointsPage
All Implemented Interfaces:
IDialogPage, IMessageProvider, ISelectionChangedListener, IWizardPage

public class SLODialogChooseMeasuringPointsPage extends WizardPage implements ISelectionChangedListener
A WizardPage containing a list of measurements available as choices. The user can select an arbitrary number of measurements. However, all selected measurements must have the same metric.
  • Constructor Details

    • SLODialogChooseMeasuringPointsPage

      protected SLODialogChooseMeasuringPointsPage(String pageName, List<org.palladiosimulator.edp2.models.ExperimentData.Measurement> measurementsList)
      Constructor.
      Parameters:
      pageName -
      measurementsList - A list containing all measurements to be presented to the user as choices.
  • Method Details