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 |
---|---|
AnalysisContext |
MonitoringxmlFactory.createAnalysisContext()
Returns a new object of class 'Analysis Context'.
|
AnalysisContext |
Monitoring.getAnalysisContext()
Returns the value of the 'Analysis Context' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
Monitoring.setAnalysisContext(AnalysisContext value)
Sets the value of the '
Analysis Context ' containment reference. |
Modifier and Type | Class and Description |
---|---|
class |
AnalysisContextImpl
An implementation of the model object 'Analysis Context'.
|
Modifier and Type | Method and Description |
---|---|
AnalysisContext |
MonitoringxmlFactoryImpl.createAnalysisContext() |
AnalysisContext |
MonitoringImpl.getAnalysisContext() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
MonitoringImpl.basicSetAnalysisContext(AnalysisContext newAnalysisContext,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
MonitoringImpl.setAnalysisContext(AnalysisContext newAnalysisContext) |
Modifier and Type | Method and Description |
---|---|
T |
MonitoringxmlSwitch.caseAnalysisContext(AnalysisContext object)
Returns the result of interpreting the object as an instance of 'Analysis Context'.
|