Interface ProcessingResourceCost

All Superinterfaces:
Cost, EObject, Notifier
All Known Subinterfaces:
FixedProcessingResourceCost, VariableProcessingResourceCost
All Known Implementing Classes:
FixedProcessingResourceCostImpl, ProcessingResourceCostImpl, VariableProcessingResourceCostImpl

public interface ProcessingResourceCost extends Cost
A representation of the model object ' Processing Resource Cost'.

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
abstract="true"
  • Method Details

    • getProcessingresourcespecification

      org.palladiosimulator.pcm.resourceenvironment.ProcessingResourceSpecification getProcessingresourcespecification()
      Returns the value of the 'Processingresourcespecification' reference.

      If the meaning of the 'Processingresourcespecification' reference isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Processingresourcespecification' reference.
      See Also:
      Generated class or method.
      EMF model class or method.
      required="true" ordered="false"
    • setProcessingresourcespecification

      void setProcessingresourcespecification(org.palladiosimulator.pcm.resourceenvironment.ProcessingResourceSpecification value)
      Sets the value of the ' Processingresourcespecification' reference.
      Parameters:
      value - the new value of the 'Processingresourcespecification' reference.
      See Also:
      Generated class or method.