public interface MeasurementSpecification
extends de.uka.ipd.sdq.identifier.Identifier
The following features are supported:
MonitorRepositoryPackage.getMeasurementSpecification()| Modifier and Type | Method and Description |
|---|---|
org.palladiosimulator.metricspec.MetricDescription |
getMetricDescription()
Returns the value of the 'Metric Description' reference.
|
Monitor |
getMonitor()
Returns the value of the 'Monitor' container reference.
|
String |
getName()
Returns the value of the 'Name' attribute.
|
StatisticalCharacterizationEnum |
getStatisticalCharacterization()
Returns the value of the 'Statistical Characterization' attribute.
|
TemporalCharacterization |
getTemporalRestriction()
Returns the value of the 'Temporal Restriction' containment reference.
|
boolean |
isTriggersSelfAdaptations()
Returns the value of the 'Triggers Self Adaptations' attribute.
|
void |
setMetricDescription(org.palladiosimulator.metricspec.MetricDescription value)
Sets the value of the '
Metric Description' reference. |
void |
setMonitor(Monitor value)
Sets the value of the '
Monitor' container reference. |
void |
setName(String value)
Sets the value of the '
Name
' attribute. |
void |
setStatisticalCharacterization(StatisticalCharacterizationEnum value)
Sets the value of the '
Statistical Characterization' attribute. |
void |
setTemporalRestriction(TemporalCharacterization value)
Sets the value of the '
Temporal Restriction' containment reference. |
void |
setTriggersSelfAdaptations(boolean value)
Sets the value of the '
Triggers Self Adaptations' attribute. |
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOptioneAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverTemporalCharacterization getTemporalRestriction()
If the meaning of the 'Temporal Restriction' containment reference isn't clear, there really should be more of a description here...
setTemporalRestriction(TemporalCharacterization),
org.palladiosimulator.monitorrepository.MonitorrepositoryPackage#getMeasurementSpecification_TemporalRestriction()void setTemporalRestriction(TemporalCharacterization value)
Temporal Restriction' containment reference. value - the new value of the 'Temporal Restriction' containment reference.getTemporalRestriction()StatisticalCharacterizationEnum getStatisticalCharacterization()
"None". The literals are from the enumeration
StatisticalCharacterizationEnum.
If the meaning of the 'Statistical Characterization' attribute isn't clear, there really should be more of a description here...
StatisticalCharacterizationEnum,
setStatisticalCharacterization(StatisticalCharacterizationEnum),
org.palladiosimulator.monitorrepository.MonitorrepositoryPackage#getMeasurementSpecification_StatisticalCharacterization()void setStatisticalCharacterization(StatisticalCharacterizationEnum value)
Statistical Characterization' attribute. value - the new value of the 'Statistical Characterization' attribute.StatisticalCharacterizationEnum,
getStatisticalCharacterization()org.palladiosimulator.metricspec.MetricDescription getMetricDescription()
If the meaning of the 'Metric Description' reference isn't clear, there really should be more of a description here...
setMetricDescription(MetricDescription),
MonitorRepositoryPackage.getMeasurementSpecification_MetricDescription()void setMetricDescription(org.palladiosimulator.metricspec.MetricDescription value)
Metric Description' reference. value - the new value of the 'Metric Description' reference.getMetricDescription()Monitor getMonitor()
Measurement Specifications'.
If the meaning of the 'Monitor' container reference isn't clear, there really should be more of a description here...
setMonitor(Monitor),
MonitorRepositoryPackage.getMeasurementSpecification_Monitor(),
Monitor.getMeasurementSpecifications()void setMonitor(Monitor value)
Monitor' container reference. value - the new value of the 'Monitor' container reference.getMonitor()String getName()
"".
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
MonitorRepositoryPackage.getMeasurementSpecification_Name()void setName(String value)
Name
' attribute. value - the new value of the 'Name' attribute.getName()boolean isTriggersSelfAdaptations()
"true".
If the meaning of the 'Triggers Self Adaptations' attribute isn't clear, there really should be more of a description here...
setTriggersSelfAdaptations(boolean),
MonitorRepositoryPackage.getMeasurementSpecification_TriggersSelfAdaptations()void setTriggersSelfAdaptations(boolean value)
Triggers Self Adaptations' attribute. value - the new value of the 'Triggers Self Adaptations' attribute.isTriggersSelfAdaptations()