Interface PCMComponentReference

    • Method Detail

      • 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:
        setBasicComponent(BasicComponent), PCMPackage.getPCMComponentReference_BasicComponent()
        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:
        getBasicComponent()
        Generated class or method.