Class DefaultQualityModelWizard
java.lang.Object
org.eclipse.jface.wizard.Wizard
org.palladiosimulator.analyzer.quality.presentation.QualityModelWizard
org.palladiosimulator.analyzer.quality.presentation.DefaultQualityModelWizard
- All Implemented Interfaces:
IShellProvider,IWizard,INewWizard,IWorkbenchWizard
Wizard which allows to generate quality files for all
ResourceDemandingSEFF in a Repository with default values for all categories.-
Nested Class Summary
Nested classes/interfaces inherited from class org.palladiosimulator.analyzer.quality.presentation.QualityModelWizard
QualityModelWizard.QualityModelWizardInitialObjectCreationPage, QualityModelWizard.QualityModelWizardNewFileCreationPage -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected DefaultQualityWizardPagePage to select the quality and precision defaults.protected SelectRepositoryWizardPagePage to select the Palladio repository.Fields inherited from class org.palladiosimulator.analyzer.quality.presentation.QualityModelWizard
FILE_EXTENSIONS, FORMATTED_FILE_EXTENSIONS, initialObjectCreationPage, initialObjectNames, newFileCreationPage, qualityFactory, qualityPackage, selection, workbenchFields inherited from class org.eclipse.jface.wizard.Wizard
DEFAULT_IMAGE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.palladiosimulator.analyzer.quality.presentation.QualityModelWizard
getInitialObjectNames, getModelFile, initMethods inherited from class org.eclipse.jface.wizard.Wizard
addPage, canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getShell, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainer, setDefaultPageImageDescriptor, setDialogSettings, setForcePreviousAndNextButtons, setHelpAvailable, setNeedsProgressMonitor, setTitleBarColor, setWindowTitleMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.jface.wizard.IWizard
canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainer
-
Field Details
-
defaultQualityWizardPage
Page to select the quality and precision defaults. -
selectRepositoryWizardPage
Page to select the Palladio repository.
-
-
Constructor Details
-
DefaultQualityModelWizard
public DefaultQualityModelWizard()
-
-
Method Details
-
addPages
public void addPages()Description copied from class:QualityModelWizardThe framework calls this to create the contents of the wizard.- Specified by:
addPagesin interfaceIWizard- Overrides:
addPagesin classQualityModelWizard
-
createInitialModel
Description copied from class:QualityModelWizardCreate a new model.- Overrides:
createInitialModelin classQualityModelWizard
-
performFinish
public boolean performFinish()Description copied from class:QualityModelWizardDo the work after everything is specified.- Specified by:
performFinishin interfaceIWizard- Overrides:
performFinishin classQualityModelWizard
-