Package placementDescription
Interface ExternalCallPlacementStrategy
- All Superinterfaces:
EObject,Notifier,PlacementStrategy
- All Known Implementing Classes:
ExternalCallPlacementStrategyImpl
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 Summary
Modifier and TypeMethodDescriptionorg.palladiosimulator.pcm.repository.SignatureReturns the value of the 'Matching Signature' reference.voidsetMatchingSignature(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, eUnsetMethods 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:
- 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.
-