public interface ControlFlowLevelSourceCodeLink extends MethodLevelSourceCodeLink
The following features are supported:
SourceCodeDecoratorPackage.getControlFlowLevelSourceCodeLink()| Modifier and Type | Method and Description |
|---|---|
org.palladiosimulator.pcm.seff.AbstractAction |
getAbstractAction()
Returns the value of the 'Abstract Action' reference.
|
org.eclipse.gmt.modisco.java.Statement |
getStatement()
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.eclipse.gmt.modisco.java.Statement value)
Sets the value of the '
Statement' reference. |
getFunction, getOperation, setFunction, setOperationgetFile, getRepositoryComponent, setFile, setRepositoryComponenteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverorg.palladiosimulator.pcm.seff.AbstractAction getAbstractAction()
If the meaning of the 'Abstract Action' reference isn't clear, there really should be more of a description here...
setAbstractAction(AbstractAction),
SourceCodeDecoratorPackage.getControlFlowLevelSourceCodeLink_AbstractAction()void setAbstractAction(org.palladiosimulator.pcm.seff.AbstractAction value)
Abstract Action' reference. value - the new value of the 'Abstract Action' reference.getAbstractAction()org.eclipse.gmt.modisco.java.Statement getStatement()
If the meaning of the 'Statement' reference isn't clear, there really should be more of a description here...
setStatement(Statement),
SourceCodeDecoratorPackage.getControlFlowLevelSourceCodeLink_Statement()void setStatement(org.eclipse.gmt.modisco.java.Statement value)
Statement' reference. value - the new value of the 'Statement' reference.getStatement()