org.sintef.mofscript.traceabilitymodel
Interface TraceModel

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
TraceModelImpl

public interface TraceModel
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Trace Model'.

The following features are supported:

See Also:
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

getTrace

org.eclipse.emf.common.util.EList getTrace()
Returns the value of the 'Trace' containment reference list. The list contents are of type Trace.

If the meaning of the 'Trace' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Trace' containment reference list.
See Also:
traceabilitymodelPackage.getTraceModel_Trace()

getFiles

org.eclipse.emf.common.util.EList getFiles()
Returns the value of the 'Files' containment reference list. The list contents are of type File.

If the meaning of the 'Files' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Files' containment reference list.
See Also:
traceabilitymodelPackage.getTraceModel_Files()