public interface ExecutionTime
extends org.eclipse.emf.ecore.EObject
The following features are supported:
MonitoringxmlPackage.getExecutionTime()
Modifier and Type | Method and Description |
---|---|
MeasuredValue |
getAverage()
Returns the value of the 'Average' 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 |
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()
Executiontime
'.
If the meaning of the 'Monitoredresource' container reference isn't clear, there really should be more of a description here...
setMonitoredresource(MonitoredResource)
,
MonitoringxmlPackage.getExecutionTime_Monitoredresource()
,
MonitoredResource.getExecutiontime()
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.getExecutionTime_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.getExecutionTime_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.getExecutionTime_Average()
void setAverage(MeasuredValue value)
Average
' containment reference.
value
- the new value of the 'Average' containment reference.getAverage()