org.sintef.mofscript.MOFScriptModel
Interface MOFScriptStatementOwner

All Superinterfaces:
org.eclipse.emf.ecore.EObject, MOFScriptObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
Advice, BreakStatement, CreateStatement, FileStatement, FunctionCallStatement, GeneralAssignment, IfStatement, IteratorStatement, MOFScriptStatement, PrintStatement, ResultAssignment, TransformationRule, WhileStatement
All Known Implementing Classes:
AdviceImpl, BreakStatementImpl, CreateStatementImpl, FileStatementImpl, FunctionCallStatementImpl, GeneralAssignmentImpl, IfStatementImpl, IteratorStatementImpl, MOFScriptStatementImpl, MOFScriptStatementOwnerImpl, PrintStatementImpl, ResultAssignmentImpl, TransformationRuleImpl, WhileStatementImpl

public interface MOFScriptStatementOwner
extends MOFScriptObject

A representation of the model object 'MOF Script Statement Owner'.

The following features are supported:

See Also:
MOFScriptModelPackage.getMOFScriptStatementOwner()

Method Summary
 org.eclipse.emf.common.util.EList getBlocks()
          Returns the value of the 'Blocks' containment reference list.
 org.eclipse.emf.common.util.EList getStatements()
          Returns the value of the 'Statements' containment reference list.
 org.eclipse.emf.common.util.EList getVariables()
          Returns the value of the 'Variables' 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

getStatements

org.eclipse.emf.common.util.EList getStatements()
Returns the value of the 'Statements' containment reference list. The list contents are of type MOFScriptStatement. It is bidirectional and its opposite is 'Owner'.

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

Returns:
the value of the 'Statements' containment reference list.
See Also:
MOFScriptModelPackage.getMOFScriptStatementOwner_Statements(), MOFScriptStatement.getOwner()

getVariables

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

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

Returns:
the value of the 'Variables' containment reference list.
See Also:
MOFScriptModelPackage.getMOFScriptStatementOwner_Variables()

getBlocks

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

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

Returns:
the value of the 'Blocks' containment reference list.
See Also:
MOFScriptModelPackage.getMOFScriptStatementOwner_Blocks()