org.eclipse.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 getMetaModels()
          Returns the value of the 'Meta Models' containment reference list.
 org.eclipse.emf.common.util.EList getModelElementRefs()
          Returns the value of the 'Model Element Refs' 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()

getModelElementRefs

org.eclipse.emf.common.util.EList getModelElementRefs()
Returns the value of the 'Model Element Refs' containment reference list. The list contents are of type ModelElementRef.

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

Returns:
the value of the 'Model Element Refs' containment reference list.
See Also:
TraceabilitymodelPackage.getTraceModel_ModelElementRefs()

getMetaModels

org.eclipse.emf.common.util.EList getMetaModels()
Returns the value of the 'Meta Models' containment reference list. The list contents are of type MetaModel.

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

Returns:
the value of the 'Meta Models' containment reference list.
See Also:
TraceabilitymodelPackage.getTraceModel_MetaModels()