Interface ExternalCallPlacementStrategy

All Superinterfaces:
EObject, Notifier, PlacementStrategy
All Known Implementing Classes:
ExternalCallPlacementStrategyImpl

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

The following features are supported:

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

    • 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:
      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:
      Generated class or method.