Interface PCMComponentParameterReference

All Superinterfaces:
org.eclipse.emf.cdo.CDOObject, org.eclipse.emf.cdo.common.id.CDOWithID, EObject, de.uka.ipd.sdq.identifier.Identifier, Notifier, ParameterReference, PCMParameterReference
All Known Implementing Classes:
PCMComponentParameterReferenceImpl

public interface PCMComponentParameterReference extends PCMParameterReference
A representation of the model object ' Component Parameter Reference'.

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
  • Method Details

    • getImplementationComponentType

      org.palladiosimulator.pcm.repository.ImplementationComponentType getImplementationComponentType()
      Returns the value of the 'Implementation Component Type' reference.

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

      Returns:
      the value of the 'Implementation Component Type' reference.
      See Also:
      Generated class or method.
      EMF model class or method.
      required="true" ordered="false"
    • setImplementationComponentType

      void setImplementationComponentType(org.palladiosimulator.pcm.repository.ImplementationComponentType value)
      Sets the value of the ' Implementation Component Type' reference.
      Parameters:
      value - the new value of the 'Implementation Component Type' reference.
      See Also:
      Generated class or method.
    • getVariableUsage

      org.palladiosimulator.pcm.parameter.VariableUsage getVariableUsage()
      Returns the value of the 'Variable Usage' reference.

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

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

      void setVariableUsage(org.palladiosimulator.pcm.parameter.VariableUsage value)
      Sets the value of the ' Variable Usage' reference.
      Parameters:
      value - the new value of the 'Variable Usage' reference.
      See Also:
      Generated class or method.