public interface Period
extends org.eclipse.emf.ecore.EObject
The following features are supported:
MonitoringxmlPackage.getPeriod()
Modifier and Type | Method and Description |
---|---|
MeasuredValue |
getAverage()
Returns the value of the 'Average' containment reference.
|
MeasuredValue |
getJitter()
Returns the value of the 'Jitter' containment reference.
|
MeasuredValue |
getMaximum()
Returns the value of the 'Maximum' containment reference.
|
MeasuredValue |
getMinimum()
Returns the value of the 'Minimum' containment reference.
|
MonitoredResource |
getMonitoredresource()
Returns the value of the 'Monitoredresource' container reference.
|
void |
setAverage(MeasuredValue value)
Sets the value of the '
Average ' containment reference. |
void |
setJitter(MeasuredValue value)
Sets the value of the '
Jitter ' containment reference. |
void |
setMaximum(MeasuredValue value)
Sets the value of the '
Maximum ' containment reference. |
void |
setMinimum(MeasuredValue value)
Sets the value of the '
Minimum ' containment reference. |
void |
setMonitoredresource(MonitoredResource value)
Sets the value of the '
Monitoredresource ' container reference. |
MonitoredResource getMonitoredresource()
Period
'.
If the meaning of the 'Monitoredresource' container reference isn't clear, there really should be more of a description here...
setMonitoredresource(MonitoredResource)
,
MonitoringxmlPackage.getPeriod_Monitoredresource()
,
MonitoredResource.getPeriod()
void setMonitoredresource(MonitoredResource value)
Monitoredresource
' container reference.
value
- the new value of the 'Monitoredresource' container reference.getMonitoredresource()
MeasuredValue getMinimum()
If the meaning of the 'Minimum' containment reference isn't clear, there really should be more of a description here...
setMinimum(MeasuredValue)
,
MonitoringxmlPackage.getPeriod_Minimum()
void setMinimum(MeasuredValue value)
Minimum
' containment reference.
value
- the new value of the 'Minimum' containment reference.getMinimum()
MeasuredValue getMaximum()
If the meaning of the 'Maximum' containment reference isn't clear, there really should be more of a description here...
setMaximum(MeasuredValue)
,
MonitoringxmlPackage.getPeriod_Maximum()
void setMaximum(MeasuredValue value)
Maximum
' containment reference.
value
- the new value of the 'Maximum' containment reference.getMaximum()
MeasuredValue getAverage()
If the meaning of the 'Average' containment reference isn't clear, there really should be more of a description here...
setAverage(MeasuredValue)
,
MonitoringxmlPackage.getPeriod_Average()
void setAverage(MeasuredValue value)
Average
' containment reference.
value
- the new value of the 'Average' containment reference.getAverage()
MeasuredValue getJitter()
If the meaning of the 'Jitter' containment reference isn't clear, there really should be more of a description here...
setJitter(MeasuredValue)
,
MonitoringxmlPackage.getPeriod_Jitter()
void setJitter(MeasuredValue value)
Jitter
' containment reference.
value
- the new value of the 'Jitter' containment reference.getJitter()