|
TPTP 4.5.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TRCMonitor
A representation of the model object 'TRC Monitor'. A monitor is in effect a complete set of traces that may have been collected from one or more agents. It is the logical root for a persisted model instance that may reflect a complete distributed application or simply a set of data collection points.
The following features are supported:
HierarchyPackage.getTRCMonitor()| Method Summary | |
|---|---|
org.eclipse.emf.common.util.EList |
getCorrelationContainerProxies()
Returns the value of the 'Correlation Container Proxies' containment reference list. |
java.lang.String |
getName()
Returns the value of the 'Name' attribute |
org.eclipse.emf.common.util.EList |
getNodes()
Returns the value of the 'Nodes' reference list. |
double |
getStartTime()
Returns the value of the 'Start Time' attribute |
double |
getStopTime()
Returns the value of the 'Stop Time' attribute |
void |
setName(java.lang.String value)
Sets the value of the ' Name' attribute |
void |
setStartTime(double value)
Sets the value of the ' Start Time' attribute |
void |
setStopTime(double value)
Sets the value of the ' Stop Time' attribute |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
|---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
|---|
eAdapters, eDeliver, eNotify, eSetDeliver |
| Method Detail |
|---|
java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
A user provider name
setName(String),
HierarchyPackage.getTRCMonitor_Name()void setName(java.lang.String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()double getStartTime()
If the meaning of the 'Start Time' attribute isn't clear, there really should be more of a description here...
The overall start time (the earliest start time of all the agents in this monitor)
setStartTime(double),
HierarchyPackage.getTRCMonitor_StartTime()void setStartTime(double value)
Start Time' attribute.
value - the new value of the 'Start Time' attribute.getStartTime()double getStopTime()
If the meaning of the 'Stop Time' attribute isn't clear, there really should be more of a description here...
The overall stop time (the latest stop time of all the agents in this monitor)
setStopTime(double),
HierarchyPackage.getTRCMonitor_StopTime()void setStopTime(double value)
Stop Time' attribute.
value - the new value of the 'Stop Time' attribute.getStopTime()org.eclipse.emf.common.util.EList getNodes()
TRCNode.
It is bidirectional and its opposite is 'Monitor'.
If the meaning of the 'Nodes' reference list isn't clear, there really should be more of a description here...
HierarchyPackage.getTRCMonitor_Nodes(),
TRCNode.getMonitor()org.eclipse.emf.common.util.EList getCorrelationContainerProxies()
CorrelationContainerProxy.
It is bidirectional and its opposite is 'Monitor'.
If the meaning of the 'Correlation Container Proxies' containment reference list isn't clear, there really should be more of a description here...
HierarchyPackage.getTRCMonitor_CorrelationContainerProxies(),
CorrelationContainerProxy.getMonitor()
|
TPTP 4.5.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||