Interface ProcessingResourceReference
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject,org.eclipse.emf.cdo.common.id.CDOWithID,EObject,Notifier,Reference
- All Known Implementing Classes:
ProcessingResourceReferenceImpl
A representation of the model object 'Processing Resource Reference'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptionorg.palladiosimulator.pcm.resourceenvironment.ProcessingResourceSpecificationReturns the value of the 'Processing Resource' reference.voidsetProcessingResource(org.palladiosimulator.pcm.resourceenvironment.ProcessingResourceSpecification value) Sets the value of the 'Processing Resource' reference.Methods inherited from interface org.eclipse.emf.cdo.CDOObject
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOptionMethods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getProcessingResource
org.palladiosimulator.pcm.resourceenvironment.ProcessingResourceSpecification getProcessingResource()Returns the value of the 'Processing Resource' reference.- Returns:
- the value of the 'Processing Resource' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true"
-
setProcessingResource
void setProcessingResource(org.palladiosimulator.pcm.resourceenvironment.ProcessingResourceSpecification value) Sets the value of the 'Processing Resource' reference.- Parameters:
value- the new value of the 'Processing Resource' reference.- See Also:
- Generated class or method.
-