org.sintef.mofscript.MOFScriptModel
Interface MOFScriptAspect

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

public interface MOFScriptAspect
extends MOFScriptTransformation

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

The following features are supported:

See Also:
MOFScriptModelPackage.getMOFScriptAspect()

Method Summary
 org.eclipse.emf.common.util.EList getAdvice()
          Returns the value of the 'Advice' containment reference list.
 org.eclipse.emf.common.util.EList getPointcut()
          Returns the value of the 'Pointcut' containment reference list.
 
Methods inherited from interface org.sintef.mofscript.MOFScriptModel.MOFScriptTransformation
getConstants, getExtends, getExtendsName, getName, getParameters, getTransformationrules, getVariables, setExtends, setExtendsName, setName
 
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

getAdvice

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

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

Returns:
the value of the 'Advice' containment reference list.
See Also:
MOFScriptModelPackage.getMOFScriptAspect_Advice()

getPointcut

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

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

Returns:
the value of the 'Pointcut' containment reference list.
See Also:
MOFScriptModelPackage.getMOFScriptAspect_Pointcut()