Class MonitorCreationProvider
- java.lang.Object
-
- org.palladiosimulator.measurementsui.dataprovider.MonitorCreationProvider
-
public class MonitorCreationProvider extends Object
Provides methods for the MonitorCreationWizardPage, the first page of the wizard.
-
-
Constructor Summary
Constructors Constructor Description MonitorCreationProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
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
-
-
-
Method Detail
-
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
public void setMonitorName(org.palladiosimulator.monitorrepository.Monitor monitor, String name)
Sets the name of the Monitor to the new name- Parameters:
monitor
- to change the namename
- new monitor name
-
-