org.eclipse.mofscript.MOFScriptModel
Interface MOFScriptSpecification

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

public interface MOFScriptSpecification
extends MOFScriptObject

A representation of the model object 'MOF Script Specification'.

The following features are supported:

See Also:
MOFScriptModelPackage.getMOFScriptSpecification()

Method Summary
 org.eclipse.emf.common.util.EList getImports()
          Returns the value of the 'Imports' containment reference list.
 org.eclipse.emf.common.util.EList getTransformation()
          Returns the value of the 'Transformation' containment reference list.
 
Methods inherited from interface org.eclipse.mofscript.MOFScriptModel.MOFScriptObject
getColumn, getComment, getLine, setColumn, setLine
 
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

getTransformation

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

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

Returns:
the value of the 'Transformation' containment reference list.
See Also:
MOFScriptModelPackage.getMOFScriptSpecification_Transformation()

getImports

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

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

Returns:
the value of the 'Imports' containment reference list.
See Also:
MOFScriptModelPackage.getMOFScriptSpecification_Imports()