Class SloProvider
java.lang.Object
org.palladiosimulator.measurementsui.dataprovider.SloProvider
Provides and saves temporary Service Level Objective data.
Is used by the SloWizardmodel in order to provide data for the SloWizard pages.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic SloProvider
Get the instance of DataApplicationorg.palladiosimulator.servicelevelobjective.Threshold
org.palladiosimulator.monitorrepository.MeasurementSpecification
getName()
org.palladiosimulator.servicelevelobjective.ServiceLevelObjective
org.palladiosimulator.servicelevelobjective.Threshold
void
setDescription
(String description) void
setLowerThreshold
(org.palladiosimulator.servicelevelobjective.Threshold lowerThreshold) void
setMeasurementSpecification
(org.palladiosimulator.monitorrepository.MeasurementSpecification measurementSpecification) void
void
setServiceLevelObjective
(org.palladiosimulator.servicelevelobjective.ServiceLevelObjective serviceLevelObjective) void
setUpperThreshols
(org.palladiosimulator.servicelevelobjective.Threshold upperThreshols)
-
Constructor Details
-
SloProvider
public SloProvider()
-
-
Method Details
-
getInstance
Get the instance of DataApplication- Returns:
- instance of DataApplication
-
getName
- Returns:
- the name
-
setName
- Parameters:
name
- the name to set
-
getDescription
- Returns:
- the description
-
setDescription
- Parameters:
description
- the description to set
-
getMeasurementSpecification
public org.palladiosimulator.monitorrepository.MeasurementSpecification getMeasurementSpecification()- Returns:
- the measurementSpecification
-
setMeasurementSpecification
public void setMeasurementSpecification(org.palladiosimulator.monitorrepository.MeasurementSpecification measurementSpecification) - Parameters:
measurementSpecification
- the measurementSpecification to set
-
getServiceLevelObjective
public org.palladiosimulator.servicelevelobjective.ServiceLevelObjective getServiceLevelObjective()- Returns:
- the serviceLevelObjective
-
setServiceLevelObjective
public void setServiceLevelObjective(org.palladiosimulator.servicelevelobjective.ServiceLevelObjective serviceLevelObjective) - Parameters:
serviceLevelObjective
- the serviceLevelObjective to set
-
getLowerThreshold
public org.palladiosimulator.servicelevelobjective.Threshold getLowerThreshold()- Returns:
- the lowerThreshold
-
setLowerThreshold
public void setLowerThreshold(org.palladiosimulator.servicelevelobjective.Threshold lowerThreshold) - Parameters:
lowerThreshold
- the lowerThreshold to set
-
getUpperThreshols
public org.palladiosimulator.servicelevelobjective.Threshold getUpperThreshols()- Returns:
- the upperThreshols
-
setUpperThreshols
public void setUpperThreshols(org.palladiosimulator.servicelevelobjective.Threshold upperThreshols) - Parameters:
upperThreshols
- the upperThreshols to set
-