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 |
---|---|
BlockingTime |
MonitoringxmlFactory.createBlockingTime()
Returns a new object of class 'Blocking Time'.
|
BlockingTime |
MonitoredResource.getBlockingtime()
Returns the value of the 'Blockingtime' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
MonitoredResource.setBlockingtime(BlockingTime value)
Sets the value of the '
Blockingtime ' containment reference. |
Modifier and Type | Class and Description |
---|---|
class |
BlockingTimeImpl
An implementation of the model object 'Blocking Time'.
|
Modifier and Type | Method and Description |
---|---|
BlockingTime |
MonitoringxmlFactoryImpl.createBlockingTime() |
BlockingTime |
MonitoredResourceImpl.getBlockingtime() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
MonitoredResourceImpl.basicSetBlockingtime(BlockingTime newBlockingtime,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
MonitoredResourceImpl.setBlockingtime(BlockingTime newBlockingtime) |
Modifier and Type | Method and Description |
---|---|
T |
MonitoringxmlSwitch.caseBlockingTime(BlockingTime object)
Returns the result of interpreting the object as an instance of 'Blocking Time'.
|