Package org.somox.sourcecodedecorator
Interface ControlFlowLevelSourceCodeLink
- All Superinterfaces:
AbstractMethodLevelSourceCodeLink
,EObject
,FileLevelSourceCodeLink
,MethodLevelSourceCodeLink
,Notifier
- All Known Implementing Classes:
ControlFlowLevelSourceCodeLinkImpl
A representation of the model object '
Control Flow Level Source Code Link'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptionorg.palladiosimulator.pcm.seff.AbstractAction
Returns the value of the 'Abstract Action' reference.org.emftext.language.java.statements.Statement
Returns the value of the 'Statement' reference.void
setAbstractAction
(org.palladiosimulator.pcm.seff.AbstractAction value) Sets the value of the 'Abstract Action
' reference.void
setStatement
(org.emftext.language.java.statements.Statement value) Sets the value of the 'Statement
' reference.Methods inherited from interface org.somox.sourcecodedecorator.AbstractMethodLevelSourceCodeLink
getFunction, setFunction
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.somox.sourcecodedecorator.FileLevelSourceCodeLink
getFile, getRepositoryComponent, setFile, setRepositoryComponent
Methods inherited from interface org.somox.sourcecodedecorator.MethodLevelSourceCodeLink
getOperation, setOperation
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getAbstractAction
org.palladiosimulator.pcm.seff.AbstractAction getAbstractAction()Returns the value of the 'Abstract Action' reference.If the meaning of the 'Abstract Action' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Abstract Action' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- ordered="false"
-
setAbstractAction
void setAbstractAction(org.palladiosimulator.pcm.seff.AbstractAction value) Sets the value of the 'Abstract Action
' reference.- Parameters:
value
- the new value of the 'Abstract Action' reference.- See Also:
- Generated class or method.
-
getStatement
org.emftext.language.java.statements.Statement getStatement()Returns the value of the 'Statement' reference.If the meaning of the 'Statement' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Statement' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- ordered="false"
-
setStatement
void setStatement(org.emftext.language.java.statements.Statement value) Sets the value of the 'Statement
' reference.- Parameters:
value
- the new value of the 'Statement' reference.- See Also:
- Generated class or method.
-