Interface ParameterInstance
-
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,EObject
,de.uka.ipd.sdq.identifier.Identifier
,Notifier
- All Known Implementing Classes:
ParameterInstanceImpl
public interface ParameterInstance extends de.uka.ipd.sdq.identifier.Identifier
A representation of the model object 'Parameter Instance '.The following features are supported:
- See Also:
ParametersPackage.getParameterInstance()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ComponentInstance
getComponentInstance()
Returns the value of the 'Component Instance' container reference.CallInstance
getInputCallInstance()
Returns the value of the 'Input Call Instance' container reference.CallInstance
getOutputCallInstance()
Returns the value of the 'Output Call Instance' container reference.ParameterReference
getParameterReference()
Returns the value of the 'Parameter Reference' containment reference.ParameterValue
getParameterValue()
Returns the value of the 'Parameter Value' containment reference.void
setComponentInstance(ComponentInstance value)
Sets the value of the 'Component Instance
' container reference.void
setInputCallInstance(CallInstance value)
Sets the value of the 'Input Call Instance
' container reference.void
setOutputCallInstance(CallInstance value)
Sets the value of the 'Output Call Instance
' container reference.void
setParameterReference(ParameterReference value)
Sets the value of the 'Parameter Reference
' containment reference.void
setParameterValue(ParameterValue value)
Sets the value of the 'Parameter Value
' containment reference.-
Methods inherited from interface org.eclipse.emf.cdo.CDOObject
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
-
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 Detail
-
getParameterReference
ParameterReference getParameterReference()
Returns the value of the 'Parameter Reference' containment reference. It is bidirectional and its opposite is 'Parameter Instance
'. Reference to the parameter. No reference if, and only if, the return value of an operation is addressed.- Returns:
- the value of the 'Parameter Reference' containment reference.
- See Also:
setParameterReference(ParameterReference)
,ParametersPackage.getParameterInstance_ParameterReference()
,ParameterReference.getParameterInstance()
- Generated class or method.
- EMF model class or method.
- opposite="parameterInstance" containment="true" ordered="false"
-
setParameterReference
void setParameterReference(ParameterReference value)
Sets the value of the 'Parameter Reference
' containment reference.- Parameters:
value
- the new value of the 'Parameter Reference' containment reference.- See Also:
getParameterReference()
- Generated class or method.
-
getInputCallInstance
CallInstance getInputCallInstance()
Returns the value of the 'Input Call Instance' container reference. It is bidirectional and its opposite is 'Input Parameter Instances
'.If the meaning of the 'Input Call Instance' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Input Call Instance' container reference.
- See Also:
setInputCallInstance(CallInstance)
,ParametersPackage.getParameterInstance_InputCallInstance()
,CallInstance.getInputParameterInstances()
- Generated class or method.
- EMF model class or method.
- opposite="inputParameterInstances" transient="false" ordered="false"
-
setInputCallInstance
void setInputCallInstance(CallInstance value)
Sets the value of the 'Input Call Instance
' container reference.- Parameters:
value
- the new value of the 'Input Call Instance' container reference.- See Also:
getInputCallInstance()
- Generated class or method.
-
getOutputCallInstance
CallInstance getOutputCallInstance()
Returns the value of the 'Output Call Instance' container reference. It is bidirectional and its opposite is 'Output Parameter Instances
'.If the meaning of the 'Output Call Instance' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Output Call Instance' container reference.
- See Also:
setOutputCallInstance(CallInstance)
,ParametersPackage.getParameterInstance_OutputCallInstance()
,CallInstance.getOutputParameterInstances()
- Generated class or method.
- EMF model class or method.
- opposite="outputParameterInstances" transient="false" ordered="false"
-
setOutputCallInstance
void setOutputCallInstance(CallInstance value)
Sets the value of the 'Output Call Instance
' container reference.- Parameters:
value
- the new value of the 'Output Call Instance' container reference.- See Also:
getOutputCallInstance()
- Generated class or method.
-
getComponentInstance
ComponentInstance getComponentInstance()
Returns the value of the 'Component Instance' container reference. It is bidirectional and its opposite is 'Parameter Instances
'.If the meaning of the 'Component Instance' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Component Instance' container reference.
- See Also:
setComponentInstance(ComponentInstance)
,ParametersPackage.getParameterInstance_ComponentInstance()
,ComponentInstance.getParameterInstances()
- Generated class or method.
- EMF model class or method.
- opposite="parameterInstances" transient="false" ordered="false"
-
setComponentInstance
void setComponentInstance(ComponentInstance value)
Sets the value of the 'Component Instance
' container reference.- Parameters:
value
- the new value of the 'Component Instance' container reference.- See Also:
getComponentInstance()
- Generated class or method.
-
getParameterValue
ParameterValue getParameterValue()
Returns the value of the 'Parameter Value' containment reference. It is bidirectional and its opposite is 'Parameter Instance
'.If the meaning of the 'Parameter Value' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Parameter Value' containment reference.
- See Also:
setParameterValue(ParameterValue)
,ParametersPackage.getParameterInstance_ParameterValue()
,ParameterValue.getParameterInstance()
- Generated class or method.
- EMF model class or method.
- opposite="parameterInstance" containment="true" required="true" ordered="false"
-
setParameterValue
void setParameterValue(ParameterValue value)
Sets the value of the 'Parameter Value
' containment reference.- Parameters:
value
- the new value of the 'Parameter Value' containment reference.- See Also:
getParameterValue()
- Generated class or method.
-
-