public interface Trace
extends org.eclipse.emf.ecore.EObject
The following features are supported:
TracePackage.getTrace()
Modifier and Type | Method and Description |
---|---|
OperationCall |
getRootOperationCall()
Returns the value of the 'Root Operation Call' containment reference.
|
long |
getTraceID()
Returns the value of the 'Trace ID' attribute.
|
void |
setRootOperationCall(OperationCall value)
Sets the value of the '
Root Operation Call ' containment reference. |
void |
setTraceID(long value)
Sets the value of the '
Trace ID ' attribute. |
long getTraceID()
If the meaning of the 'Trace ID' attribute isn't clear, there really should be more of a description here...
setTraceID(long)
,
TracePackage.getTrace_TraceID()
void setTraceID(long value)
Trace ID
' attribute.
value
- the new value of the 'Trace ID' attribute.getTraceID()
OperationCall getRootOperationCall()
If the meaning of the 'Root Operation Call' containment reference isn't clear, there really should be more of a description here...
setRootOperationCall(OperationCall)
,
TracePackage.getTrace_RootOperationCall()
void setRootOperationCall(OperationCall value)
Root Operation Call
' containment reference.
value
- the new value of the 'Root Operation Call' containment reference.getRootOperationCall()
Copyright 2020 Kieker Project, http://kieker-monitoring.net