Interface ExternalCallPlacementStrategy

  • All Superinterfaces:
    EObject, Notifier, PlacementStrategy

    public interface ExternalCallPlacementStrategy
    extends PlacementStrategy
    A representation of the model object 'External Call Placement Strategy'.

    The following features are supported:

    See Also:
    featureSolution.FeatureSolutionPackage#getExternalCallPlacementStrategy()
    Generated class or method.
    EMF model class or method.
    • Method Detail

      • getMatchingSignature

        org.palladiosimulator.pcm.repository.Signature getMatchingSignature()
        Returns the value of the 'Matching Signature' reference.

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

        Returns:
        the value of the 'Matching Signature' reference.
        See Also:
        setMatchingSignature(Signature), featureSolution.FeatureSolutionPackage#getExternalCallPlacementStrategy_MatchingSignature()
        Generated class or method.
        EMF model class or method.
      • setMatchingSignature

        void setMatchingSignature​(org.palladiosimulator.pcm.repository.Signature value)
        Sets the value of the 'Matching Signature' reference.
        Parameters:
        value - the new value of the 'Matching Signature' reference.
        See Also:
        getMatchingSignature()
        Generated class or method.