Interface ExternalCallInput
-
- All Known Implementing Classes:
ExternalCallInputImpl
public interface ExternalCallInput extends EObject
A representation of the model object 'External Call Input '.The following features are supported:
- See Also:
ComputedUsagePackage.getExternalCallInput()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ComputedUsageContext
getComputedUsageContext_ExternalCallInput()
Returns the value of the 'Computed Usage Context External Call Input' container reference.org.palladiosimulator.pcm.seff.ExternalCallAction
getExternalCallAction_ExternalCallInput()
Returns the value of the 'External Call Action External Call Input' reference.EList<org.palladiosimulator.pcm.parameter.VariableUsage>
getParameterCharacterisations_ExternalCallInput()
Returns the value of the 'Parameter Characterisations External Call Input' containment reference list.void
setComputedUsageContext_ExternalCallInput(ComputedUsageContext value)
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 Detail
-
copyright
static final String copyright
- See Also:
- Constant Field Values
- Generated class or method.
-
-
Method Detail
-
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:
ComputedUsagePackage.getExternalCallInput_ParameterCharacterisations_ExternalCallInput()
- 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:
setExternalCallAction_ExternalCallInput(ExternalCallAction)
,ComputedUsagePackage.getExternalCallInput_ExternalCallAction_ExternalCallInput()
- 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:
getExternalCallAction_ExternalCallInput()
- 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:
setComputedUsageContext_ExternalCallInput(ComputedUsageContext)
,ComputedUsagePackage.getExternalCallInput_ComputedUsageContext_ExternalCallInput()
,ComputedUsageContext.getExternalCallInput_ComputedUsageContext()
- Generated class or method.
- EMF model class or method.
- opposite="externalCallInput_ComputedUsageContext" required="true" transient="false" ordered="false"
-
setComputedUsageContext_ExternalCallInput
void setComputedUsageContext_ExternalCallInput(ComputedUsageContext value)
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:
getComputedUsageContext_ExternalCallInput()
- Generated class or method.
-
-