Class MonitorCreationProvider
java.lang.Object
org.palladiosimulator.measurementsui.dataprovider.MonitorCreationProvider
Provides methods for the MonitorCreationWizardPage, the first page of the wizard.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setMonitorActivatedValue
(org.palladiosimulator.monitorrepository.Monitor monitor, boolean activatedValue) Sets the value of the activated attribute of the monitorvoid
setMonitorName
(org.palladiosimulator.monitorrepository.Monitor monitor, String name) Sets the name of the Monitor to the new name
-
Constructor Details
-
MonitorCreationProvider
public MonitorCreationProvider()
-
-
Method Details
-
setMonitorActivatedValue
public void setMonitorActivatedValue(org.palladiosimulator.monitorrepository.Monitor monitor, boolean activatedValue) Sets the value of the activated attribute of the monitor- Parameters:
monitor
- to change the attributeactivatedValue
- new value
-
setMonitorName
Sets the name of the Monitor to the new name- Parameters:
monitor
- to change the namename
- new monitor name
-