Interface Release
-
- All Superinterfaces:
EObject
,Expression
,Notifier
,Terminal
- All Known Implementing Classes:
ReleaseImpl
public interface Release extends Terminal
A representation of the model object 'Release'.The following features are supported:
- See Also:
ExpressionPackage.getRelease()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PassiveResource
getResource()
Returns the value of the 'Resource' reference.void
setResource(PassiveResource value)
Sets the value of the 'Resource
' reference.-
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.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
getResource
PassiveResource getResource()
Returns the value of the 'Resource' reference.If the meaning of the 'Resource' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Resource' reference.
- See Also:
setResource(org.palladiosimulator.solver.spa.resourcemodel.PassiveResource)
,ExpressionPackage.getRelease_Resource()
- Generated class or method.
- EMF model class or method.
- required="true"
-
setResource
void setResource(PassiveResource value)
Sets the value of the 'Resource
' reference.- Parameters:
value
- the new value of the 'Resource' reference.- See Also:
getResource()
- Generated class or method.
-
-