Package org.somox.sourcecodedecorator
Interface MethodLevelResourceDemandingInternalBehaviorLink
- All Superinterfaces:
AbstractMethodLevelSourceCodeLink
,EObject
,FileLevelSourceCodeLink
,Notifier
- All Known Implementing Classes:
MethodLevelResourceDemandingInternalBehaviorLinkImpl
public interface MethodLevelResourceDemandingInternalBehaviorLink
extends AbstractMethodLevelSourceCodeLink
A representation of the model object ' Method
Level Resource Demanding Internal Behavior 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.ResourceDemandingInternalBehaviour
Returns the value of the 'Resource Demanding Internal Behaviour' reference.void
setResourceDemandingInternalBehaviour
(org.palladiosimulator.pcm.seff.ResourceDemandingInternalBehaviour value) Sets the value of the 'Resource Demanding Internal Behaviour
' 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.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getResourceDemandingInternalBehaviour
org.palladiosimulator.pcm.seff.ResourceDemandingInternalBehaviour getResourceDemandingInternalBehaviour()Returns the value of the 'Resource Demanding Internal Behaviour' reference.If the meaning of the 'Resource Demanding Internal Behaviour' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Resource Demanding Internal Behaviour' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setResourceDemandingInternalBehaviour
void setResourceDemandingInternalBehaviour(org.palladiosimulator.pcm.seff.ResourceDemandingInternalBehaviour value) Sets the value of the 'Resource Demanding Internal Behaviour
' reference.- Parameters:
value
- the new value of the 'Resource Demanding Internal Behaviour' reference.- See Also:
- Generated class or method.
-