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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SloProviderGet the instance of DataApplicationorg.palladiosimulator.servicelevelobjective.Thresholdorg.palladiosimulator.monitorrepository.MeasurementSpecificationgetName()org.palladiosimulator.servicelevelobjective.ServiceLevelObjectiveorg.palladiosimulator.servicelevelobjective.ThresholdvoidsetDescription(String description) voidsetLowerThreshold(org.palladiosimulator.servicelevelobjective.Threshold lowerThreshold) voidsetMeasurementSpecification(org.palladiosimulator.monitorrepository.MeasurementSpecification measurementSpecification) voidvoidsetServiceLevelObjective(org.palladiosimulator.servicelevelobjective.ServiceLevelObjective serviceLevelObjective) voidsetUpperThreshols(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
-