Interface ExternalCallInput
- All Known Implementing Classes:
ExternalCallInputImpl
A representation of the model object 'External Call Input
'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Computed Usage Context External Call Input' container reference.org.palladiosimulator.pcm.seff.ExternalCallAction
Returns the value of the 'External Call Action External Call Input' reference.EList<org.palladiosimulator.pcm.parameter.VariableUsage>
Returns the value of the 'Parameter Characterisations External Call Input' containment reference list.void
Sets the value of the 'Computed Usage Context External Call Input
' container reference.void
setExternalCallAction_ExternalCallInput
(org.palladiosimulator.pcm.seff.ExternalCallAction value) Sets the value of the 'External Call Action External Call Input
' 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
-
Field Details
-
copyright
- See Also:
- Generated class or method.
-
-
Method Details
-
getParameterCharacterisations_ExternalCallInput
EList<org.palladiosimulator.pcm.parameter.VariableUsage> getParameterCharacterisations_ExternalCallInput()Returns the value of the 'Parameter Characterisations External Call Input' containment reference list. The list contents are of typeVariableUsage
.If the meaning of the 'Parameter Characterisations External Call Input' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Parameter Characterisations External Call Input' containment reference list.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true" ordered="false"
-
getExternalCallAction_ExternalCallInput
org.palladiosimulator.pcm.seff.ExternalCallAction getExternalCallAction_ExternalCallInput()Returns the value of the 'External Call Action External Call Input' reference.If the meaning of the 'External Call Action External Call Input' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'External Call Action External Call Input' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setExternalCallAction_ExternalCallInput
void setExternalCallAction_ExternalCallInput(org.palladiosimulator.pcm.seff.ExternalCallAction value) Sets the value of the 'External Call Action External Call Input
' reference.- Parameters:
value
- the new value of the 'External Call Action External Call Input' reference.- See Also:
- Generated class or method.
-
getComputedUsageContext_ExternalCallInput
ComputedUsageContext getComputedUsageContext_ExternalCallInput()Returns the value of the 'Computed Usage Context External Call Input' container reference. It is bidirectional and its opposite is 'External Call Input Computed Usage Context
'.If the meaning of the 'Computed Usage Context External Call Input' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Computed Usage Context External Call Input' container reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- opposite="externalCallInput_ComputedUsageContext" required="true" transient="false" ordered="false"
-
setComputedUsageContext_ExternalCallInput
Sets the value of the 'Computed Usage Context External Call Input
' container reference.- Parameters:
value
- the new value of the 'Computed Usage Context External Call Input' container reference.- See Also:
- Generated class or method.
-