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 |
---|---|
ExecutionTime |
MonitoringxmlFactory.createExecutionTime()
Returns a new object of class 'Execution Time'.
|
ExecutionTime |
MonitoredResource.getExecutiontime()
Returns the value of the 'Executiontime' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
MonitoredResource.setExecutiontime(ExecutionTime value)
Sets the value of the '
Executiontime ' containment reference. |
Modifier and Type | Class and Description |
---|---|
class |
ExecutionTimeImpl
An implementation of the model object 'Execution Time'.
|
Modifier and Type | Method and Description |
---|---|
ExecutionTime |
MonitoringxmlFactoryImpl.createExecutionTime() |
ExecutionTime |
MonitoredResourceImpl.getExecutiontime() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
MonitoredResourceImpl.basicSetExecutiontime(ExecutionTime newExecutiontime,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
MonitoredResourceImpl.setExecutiontime(ExecutionTime newExecutiontime) |
Modifier and Type | Method and Description |
---|---|
T |
MonitoringxmlSwitch.caseExecutionTime(ExecutionTime object)
Returns the result of interpreting the object as an instance of 'Execution Time'.
|