Interface ExchangeComponentRule

    • Method Detail

      • getRepositoryComponent

        EList<org.palladiosimulator.pcm.repository.RepositoryComponent> getRepositoryComponent()
        Returns the value of the 'Repository Component' reference list. The list contents are of type RepositoryComponent.

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

        Returns:
        the value of the 'Repository Component' reference list.
        See Also:
        specificPackage.getExchangeComponentRule_RepositoryComponent()
        Generated class or method.
        EMF model class or method.
        required="true" ordered="false"
      • getAllocationContext

        org.palladiosimulator.pcm.allocation.AllocationContext getAllocationContext()
        Returns the value of the 'Allocation Context' reference.

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

        Returns:
        the value of the 'Allocation Context' reference.
        See Also:
        setAllocationContext(AllocationContext), specificPackage.getExchangeComponentRule_AllocationContext()
        Generated class or method.
        EMF model class or method.
        ordered="false"
      • setAllocationContext

        void setAllocationContext​(org.palladiosimulator.pcm.allocation.AllocationContext value)
        Sets the value of the 'Allocation Context' reference.
        Parameters:
        value - the new value of the 'Allocation Context' reference.
        See Also:
        getAllocationContext()
        Generated class or method.