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:
- Generated:
- Model:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Root Operation Call' containment reference.longReturns the value of the 'Trace ID' attribute.voidSets the value of the 'Root Operation Call' containment reference.voidsetTraceID(long value) Sets the value of the 'Trace ID' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getTraceID
long getTraceID()Returns the value of the 'Trace ID' attribute.- Returns:
- the value of the 'Trace ID' attribute.
- See Also:
- 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:
- 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:
- 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:
- Generated:
-