public interface MOFScriptSpecification
A representation of the model object 'MOF Script Specification'.
The following features are supported:
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.sintef.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 |
---|
org.eclipse.emf.common.util.EList getTransformation()
MOFScriptTransformation
.
If the meaning of the 'Transformation' containment reference list isn't clear, there really should be more of a description here...
MOFScriptModelPackage.getMOFScriptSpecification_Transformation()
org.eclipse.emf.common.util.EList getImports()
MOFScriptImport
.
If the meaning of the 'Imports' containment reference list isn't clear, there really should be more of a description here...
MOFScriptModelPackage.getMOFScriptSpecification_Imports()