Package featureSolution
Interface ExternalCallPlacementStrategy
- All Superinterfaces:
EObject
,Notifier
,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 Summary
Modifier and TypeMethodDescriptionorg.palladiosimulator.pcm.repository.Signature
Returns the value of the 'Matching Signature' reference.void
setMatchingSignature
(org.palladiosimulator.pcm.repository.Signature value) Sets the value of the 'Matching Signature
' reference.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
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:
-
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:
- Generated class or method.
-