Interface ProcessingResourceDegree
-
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,DegreeOfFreedomInstance
,EObject
,org.palladiosimulator.pcm.core.entity.NamedElement
,Notifier
,org.palladiosimulator.pcm.PCMBaseClass
,org.palladiosimulator.pcm.PCMClass
- All Known Subinterfaces:
ContinuousProcessingRateDegree
,DiscreteProcessingRateDegree
,NumberOfCoresAsListDegree
,NumberOfCoresAsRangeDegree
,NumberOfCoresDegree
,ProcessingRateDegree
,ResourceSelectionDegree
,SchedulingPolicyDegree
- All Known Implementing Classes:
ContinuousProcessingRateDegreeImpl
,DiscreteProcessingRateDegreeImpl
,NumberOfCoresAsListDegreeImpl
,NumberOfCoresAsRangeDegreeImpl
,NumberOfCoresDegreeImpl
,ProcessingRateDegreeImpl
,ProcessingResourceDegreeImpl
,ResourceSelectionDegreeImpl
,SchedulingPolicyDegreeImpl
public interface ProcessingResourceDegree extends DegreeOfFreedomInstance
A representation of the model object ' Processing Resource Degree'.The following features are supported:
- See Also:
specificPackage.getProcessingResourceDegree()
- Generated class or method.
- EMF model class or method.
- abstract="true"
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.palladiosimulator.pcm.resourcetype.ProcessingResourceType
getProcessingresourcetype()
Returns the value of the 'Processingresourcetype' reference.void
setProcessingresourcetype(org.palladiosimulator.pcm.resourcetype.ProcessingResourceType value)
Sets the value of the 'Processingresourcetype
' 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, cdoWriteOption
-
Methods inherited from interface de.uka.ipd.sdq.pcm.designdecision.DegreeOfFreedomInstance
decoratorModelTypeMustMatchRequiredDecorator, getChangeableElements, getDecoratorModel, getDof, getPrimaryChanged, setDof, setPrimaryChanged
-
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.palladiosimulator.pcm.core.entity.NamedElement
getEntityName, setEntityName
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
getProcessingresourcetype
org.palladiosimulator.pcm.resourcetype.ProcessingResourceType getProcessingresourcetype()
Returns the value of the 'Processingresourcetype' reference.If the meaning of the 'Processingresourcetype' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Processingresourcetype' reference.
- See Also:
setProcessingresourcetype(ProcessingResourceType)
,specificPackage.getProcessingResourceDegree_Processingresourcetype()
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setProcessingresourcetype
void setProcessingresourcetype(org.palladiosimulator.pcm.resourcetype.ProcessingResourceType value)
Sets the value of the 'Processingresourcetype
' reference.- Parameters:
value
- the new value of the 'Processingresourcetype' reference.- See Also:
getProcessingresourcetype()
- Generated class or method.
-
-