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 |
---|---|
Period |
MonitoringxmlFactory.createPeriod()
Returns a new object of class 'Period'.
|
Period |
MonitoredResource.getPeriod()
Returns the value of the 'Period' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
MonitoredResource.setPeriod(Period value)
Sets the value of the '
Period ' containment reference. |
Modifier and Type | Class and Description |
---|---|
class |
PeriodImpl
An implementation of the model object 'Period'.
|
Modifier and Type | Method and Description |
---|---|
Period |
MonitoringxmlFactoryImpl.createPeriod() |
Period |
MonitoredResourceImpl.getPeriod() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
MonitoredResourceImpl.basicSetPeriod(Period newPeriod,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
MonitoredResourceImpl.setPeriod(Period newPeriod) |
Modifier and Type | Method and Description |
---|---|
T |
MonitoringxmlSwitch.casePeriod(Period object)
Returns the result of interpreting the object as an instance of 'Period'.
|