Interface ComponentCost

    • Method Detail

      • getComponentOperatingCost

        double getComponentOperatingCost()
        Returns the value of the 'Component Operating Cost' attribute.

        If the meaning of the 'Component Operating Cost' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Component Operating Cost' attribute.
        See Also:
        setComponentOperatingCost(double), costPackage.getComponentCost_ComponentOperatingCost()
        Generated class or method.
        EMF model class or method.
        required="true" ordered="false"
      • setComponentOperatingCost

        void setComponentOperatingCost​(double value)
        Sets the value of the ' Component Operating Cost' attribute.
        Parameters:
        value - the new value of the 'Component Operating Cost' attribute.
        See Also:
        getComponentOperatingCost()
        Generated class or method.
      • getComponentInitialCost

        double getComponentInitialCost()
        Returns the value of the 'Component Initial Cost' attribute.

        If the meaning of the 'Component Initial Cost' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Component Initial Cost' attribute.
        See Also:
        setComponentInitialCost(double), costPackage.getComponentCost_ComponentInitialCost()
        Generated class or method.
        EMF model class or method.
        required="true" ordered="false"
      • setComponentInitialCost

        void setComponentInitialCost​(double value)
        Sets the value of the 'Component Initial Cost' attribute.
        Parameters:
        value - the new value of the 'Component Initial Cost' attribute.
        See Also:
        getComponentInitialCost()
        Generated class or method.
      • getRepositoryComponent

        org.palladiosimulator.pcm.repository.RepositoryComponent getRepositoryComponent()
        Returns the value of the 'Repository Component' reference.

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

        Returns:
        the value of the 'Repository Component' reference.
        See Also:
        setRepositoryComponent(RepositoryComponent), costPackage.getComponentCost_RepositoryComponent()
        Generated class or method.
        EMF model class or method.
        required="true" ordered="false"
      • setRepositoryComponent

        void setRepositoryComponent​(org.palladiosimulator.pcm.repository.RepositoryComponent value)
        Sets the value of the 'Repository Component' reference.
        Parameters:
        value - the new value of the 'Repository Component' reference.
        See Also:
        getRepositoryComponent()
        Generated class or method.