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 |
---|---|
ResponseTime |
MonitoringxmlFactory.createResponseTime()
Returns a new object of class 'Response Time'.
|
ResponseTime |
MonitoredResource.getResponsetime()
Returns the value of the 'Responsetime' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
MonitoredResource.setResponsetime(ResponseTime value)
Sets the value of the '
Responsetime ' containment reference. |
Modifier and Type | Class and Description |
---|---|
class |
ResponseTimeImpl
An implementation of the model object 'Response Time'.
|
Modifier and Type | Method and Description |
---|---|
ResponseTime |
MonitoringxmlFactoryImpl.createResponseTime() |
ResponseTime |
MonitoredResourceImpl.getResponsetime() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
MonitoredResourceImpl.basicSetResponsetime(ResponseTime newResponsetime,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
MonitoredResourceImpl.setResponsetime(ResponseTime newResponsetime) |
Modifier and Type | Method and Description |
---|---|
T |
MonitoringxmlSwitch.caseResponseTime(ResponseTime object)
Returns the result of interpreting the object as an instance of 'Response Time'.
|