Interface PCMComponentReference

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

public interface PCMComponentReference extends ComponentReference
A representation of the model object 'Component Reference '.

The following features are supported:

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

    • getBasicComponent

      org.palladiosimulator.pcm.repository.BasicComponent getBasicComponent()
      Returns the value of the 'Basic Component' reference.

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

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

      void setBasicComponent(org.palladiosimulator.pcm.repository.BasicComponent value)
      Sets the value of the ' Basic Component' reference.
      Parameters:
      value - the new value of the 'Basic Component' reference.
      See Also:
      Generated class or method.