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()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 org.eclipse.emf.common.util.EList<File> getFiles()
          Returns the value of the 'Files' containment reference list.
 org.eclipse.emf.common.util.EList<MetaModel> getMetaModels()
          Returns the value of the 'Meta Models' containment reference list.
 org.eclipse.emf.common.util.EList<ModelElementRef> getModelElementRefs()
          Returns the value of the 'Model Element Refs' containment reference list.
 org.eclipse.emf.common.util.EList<Trace> 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, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getTrace

org.eclipse.emf.common.util.EList<Trace> 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<File> 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<ModelElementRef> 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<MetaModel> 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()