Package kieker.model.analysismodel.trace
Interface Trace
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
TraceImpl
public interface Trace
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Trace'.
The following features are supported:
- See Also:
TracePackage.getTrace()
- Generated:
- Model:
-
Method Summary
Modifier and Type Method 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.
-
Method Details
-
getTraceID
long getTraceID()Returns the value of the 'Trace ID' attribute.- Returns:
- the value of the 'Trace ID' attribute.
- See Also:
setTraceID(long)
,TracePackage.getTrace_TraceID()
- Generated:
- Model:
-
setTraceID
void setTraceID(long value)Sets the value of the 'Trace ID
' attribute.- Parameters:
value
- the new value of the 'Trace ID' attribute.- See Also:
getTraceID()
- Generated:
-
getRootOperationCall
OperationCall getRootOperationCall()Returns the value of the 'Root Operation Call' containment reference.- Returns:
- the value of the 'Root Operation Call' containment reference.
- See Also:
setRootOperationCall(OperationCall)
,TracePackage.getTrace_RootOperationCall()
- Generated:
- Model:
- containment="true" ordered="false"
-
setRootOperationCall
Sets the value of the 'Root Operation Call
' containment reference.- Parameters:
value
- the new value of the 'Root Operation Call' containment reference.- See Also:
getRootOperationCall()
- Generated:
-