public interface TraceModel
A representation of the model object 'Trace Model'.
The following features are supported:
traceabilitymodelPackage.getTraceModel()
Method Summary | |
---|---|
org.eclipse.emf.common.util.EList |
getFiles()
Returns the value of the 'Files' containment reference list. |
org.eclipse.emf.common.util.EList |
getTrace()
Returns the value of the 'Trace' containment reference list. |
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 |
---|
org.eclipse.emf.common.util.EList getTrace()
Trace
.
If the meaning of the 'Trace' containment reference list isn't clear, there really should be more of a description here...
traceabilitymodelPackage.getTraceModel_Trace()
org.eclipse.emf.common.util.EList getFiles()
File
.
If the meaning of the 'Files' containment reference list isn't clear, there really should be more of a description here...
traceabilitymodelPackage.getTraceModel_Files()