Package | Description |
---|---|
org.polarsys.chess.monitoring.monitoringxml | |
org.polarsys.chess.monitoring.monitoringxml.impl | |
org.polarsys.chess.monitoring.monitoringxml.util |
Modifier and Type | Method and Description |
---|---|
MeasuredValue |
MonitoringxmlFactory.createMeasuredValue()
Returns a new object of class 'Measured Value'.
|
MeasuredValue |
ResponseTime.getAverage()
Returns the value of the 'Average' containment reference.
|
MeasuredValue |
Period.getAverage()
Returns the value of the 'Average' containment reference.
|
MeasuredValue |
ExecutionTime.getAverage()
Returns the value of the 'Average' containment reference.
|
MeasuredValue |
BlockingTime.getAverage()
Returns the value of the 'Average' containment reference.
|
MeasuredValue |
ResponseTime.getJitter()
Returns the value of the 'Jitter' containment reference.
|
MeasuredValue |
Period.getJitter()
Returns the value of the 'Jitter' containment reference.
|
MeasuredValue |
ResponseTime.getMaximum()
Returns the value of the 'Maximum' containment reference.
|
MeasuredValue |
Period.getMaximum()
Returns the value of the 'Maximum' containment reference.
|
MeasuredValue |
ExecutionTime.getMaximum()
Returns the value of the 'Maximum' containment reference.
|
MeasuredValue |
BlockingTime.getMaximum()
Returns the value of the 'Maximum' containment reference.
|
MeasuredValue |
ResponseTime.getMinimum()
Returns the value of the 'Minimum' containment reference.
|
MeasuredValue |
Period.getMinimum()
Returns the value of the 'Minimum' containment reference.
|
MeasuredValue |
ExecutionTime.getMinimum()
Returns the value of the 'Minimum' containment reference.
|
MeasuredValue |
BlockingTime.getMinimum()
Returns the value of the 'Minimum' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
ResponseTime.setAverage(MeasuredValue value)
Sets the value of the '
Average ' containment reference. |
void |
Period.setAverage(MeasuredValue value)
Sets the value of the '
Average ' containment reference. |
void |
ExecutionTime.setAverage(MeasuredValue value)
Sets the value of the '
Average ' containment reference. |
void |
BlockingTime.setAverage(MeasuredValue value)
Sets the value of the '
Average ' containment reference. |
void |
ResponseTime.setJitter(MeasuredValue value)
Sets the value of the '
Jitter ' containment reference. |
void |
Period.setJitter(MeasuredValue value)
Sets the value of the '
Jitter ' containment reference. |
void |
ResponseTime.setMaximum(MeasuredValue value)
Sets the value of the '
Maximum ' containment reference. |
void |
Period.setMaximum(MeasuredValue value)
Sets the value of the '
Maximum ' containment reference. |
void |
ExecutionTime.setMaximum(MeasuredValue value)
Sets the value of the '
Maximum ' containment reference. |
void |
BlockingTime.setMaximum(MeasuredValue value)
Sets the value of the '
Maximum ' containment reference. |
void |
ResponseTime.setMinimum(MeasuredValue value)
Sets the value of the '
Minimum ' containment reference. |
void |
Period.setMinimum(MeasuredValue value)
Sets the value of the '
Minimum ' containment reference. |
void |
ExecutionTime.setMinimum(MeasuredValue value)
Sets the value of the '
Minimum ' containment reference. |
void |
BlockingTime.setMinimum(MeasuredValue value)
Sets the value of the '
Minimum ' containment reference. |
Modifier and Type | Class and Description |
---|---|
class |
MeasuredValueImpl
An implementation of the model object 'Measured Value'.
|
Modifier and Type | Method and Description |
---|---|
MeasuredValue |
MonitoringxmlFactoryImpl.createMeasuredValue() |
MeasuredValue |
ResponseTimeImpl.getAverage() |
MeasuredValue |
PeriodImpl.getAverage() |
MeasuredValue |
ExecutionTimeImpl.getAverage() |
MeasuredValue |
BlockingTimeImpl.getAverage() |
MeasuredValue |
ResponseTimeImpl.getJitter() |
MeasuredValue |
PeriodImpl.getJitter() |
MeasuredValue |
ResponseTimeImpl.getMaximum() |
MeasuredValue |
PeriodImpl.getMaximum() |
MeasuredValue |
ExecutionTimeImpl.getMaximum() |
MeasuredValue |
BlockingTimeImpl.getMaximum() |
MeasuredValue |
ResponseTimeImpl.getMinimum() |
MeasuredValue |
PeriodImpl.getMinimum() |
MeasuredValue |
ExecutionTimeImpl.getMinimum() |
MeasuredValue |
BlockingTimeImpl.getMinimum() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
ResponseTimeImpl.basicSetAverage(MeasuredValue newAverage,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
PeriodImpl.basicSetAverage(MeasuredValue newAverage,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
ExecutionTimeImpl.basicSetAverage(MeasuredValue newAverage,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
BlockingTimeImpl.basicSetAverage(MeasuredValue newAverage,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
ResponseTimeImpl.basicSetJitter(MeasuredValue newJitter,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
PeriodImpl.basicSetJitter(MeasuredValue newJitter,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
ResponseTimeImpl.basicSetMaximum(MeasuredValue newMaximum,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
PeriodImpl.basicSetMaximum(MeasuredValue newMaximum,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
ExecutionTimeImpl.basicSetMaximum(MeasuredValue newMaximum,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
BlockingTimeImpl.basicSetMaximum(MeasuredValue newMaximum,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
ResponseTimeImpl.basicSetMinimum(MeasuredValue newMinimum,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
PeriodImpl.basicSetMinimum(MeasuredValue newMinimum,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
ExecutionTimeImpl.basicSetMinimum(MeasuredValue newMinimum,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
BlockingTimeImpl.basicSetMinimum(MeasuredValue newMinimum,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
ResponseTimeImpl.setAverage(MeasuredValue newAverage) |
void |
PeriodImpl.setAverage(MeasuredValue newAverage) |
void |
ExecutionTimeImpl.setAverage(MeasuredValue newAverage) |
void |
BlockingTimeImpl.setAverage(MeasuredValue newAverage) |
void |
ResponseTimeImpl.setJitter(MeasuredValue newJitter) |
void |
PeriodImpl.setJitter(MeasuredValue newJitter) |
void |
ResponseTimeImpl.setMaximum(MeasuredValue newMaximum) |
void |
PeriodImpl.setMaximum(MeasuredValue newMaximum) |
void |
ExecutionTimeImpl.setMaximum(MeasuredValue newMaximum) |
void |
BlockingTimeImpl.setMaximum(MeasuredValue newMaximum) |
void |
ResponseTimeImpl.setMinimum(MeasuredValue newMinimum) |
void |
PeriodImpl.setMinimum(MeasuredValue newMinimum) |
void |
ExecutionTimeImpl.setMinimum(MeasuredValue newMinimum) |
void |
BlockingTimeImpl.setMinimum(MeasuredValue newMinimum) |
Modifier and Type | Method and Description |
---|---|
T |
MonitoringxmlSwitch.caseMeasuredValue(MeasuredValue object)
Returns the result of interpreting the object as an instance of 'Measured Value'.
|