public interface Level
extends org.eclipse.emf.ecore.EObject
TracePackage.getLevel()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<Call> |
getCalls()
Returns the value of the 'Calls' containment reference list.
|
Trace |
getTrace()
Returns the value of the 'Trace' container reference.
|
void |
setTrace(Trace value)
Sets the value of the '
Trace' container reference. |
Trace getTrace()
Levels'.
setTrace(Trace),
TracePackage.getLevel_Trace(),
Trace.getLevels()void setTrace(Trace value)
Trace' container reference.
value - the new value of the 'Trace' container reference.getTrace()org.eclipse.emf.common.util.EList<Call> getCalls()
Call.
It is bidirectional and its opposite is 'Level'.
TracePackage.getLevel_Calls(),
Call.getLevel()Copyright © 2018–2019 Atlanmod. All rights reserved.