public interface Monitoring
extends org.eclipse.emf.ecore.EObject
The following features are supported:
MonitoringxmlPackage.getMonitoring()
Modifier and Type | Method and Description |
---|---|
AnalysisContext |
getAnalysisContext()
Returns the value of the 'Analysis Context' containment reference.
|
org.eclipse.emf.common.util.EList<Resource> |
getSharedResources()
Returns the value of the 'Shared Resources' containment reference list.
|
org.eclipse.emf.common.util.EList<Thread> |
getThreadNames()
Returns the value of the 'Thread Names' containment reference list.
|
void |
setAnalysisContext(AnalysisContext value)
Sets the value of the '
Analysis Context ' containment reference. |
org.eclipse.emf.common.util.EList<Thread> getThreadNames()
Thread
.
If the meaning of the 'Thread Names' containment reference list isn't clear, there really should be more of a description here...
MonitoringxmlPackage.getMonitoring_ThreadNames()
org.eclipse.emf.common.util.EList<Resource> getSharedResources()
Resource
.
If the meaning of the 'Shared Resources' containment reference list isn't clear, there really should be more of a description here...
MonitoringxmlPackage.getMonitoring_SharedResources()
AnalysisContext getAnalysisContext()
If the meaning of the 'Analysis Context' containment reference isn't clear, there really should be more of a description here...
setAnalysisContext(AnalysisContext)
,
MonitoringxmlPackage.getMonitoring_AnalysisContext()
void setAnalysisContext(AnalysisContext value)
Analysis Context
' containment reference.
value
- the new value of the 'Analysis Context' containment reference.getAnalysisContext()