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:
Generated class or method.
EMF model class or method.
abstract="true"
  • Method Details

    • 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:
      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:
      Generated class or method.