Interface PCMComponentParameterReference
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,EObject
,de.uka.ipd.sdq.identifier.Identifier
,Notifier
,ParameterReference
,PCMParameterReference
- All Known Implementing Classes:
PCMComponentParameterReferenceImpl
A representation of the model object '
Component Parameter Reference'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptionorg.palladiosimulator.pcm.repository.ImplementationComponentType
Returns the value of the 'Implementation Component Type' reference.org.palladiosimulator.pcm.parameter.VariableUsage
Returns the value of the 'Variable Usage' reference.void
setImplementationComponentType
(org.palladiosimulator.pcm.repository.ImplementationComponentType value) Sets the value of the 'Implementation Component Type
' reference.void
setVariableUsage
(org.palladiosimulator.pcm.parameter.VariableUsage value) Sets the value of the 'Variable Usage
' 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 de.uka.ipd.sdq.identifier.Identifier
getId, setId
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
Methods inherited from interface org.palladiosimulator.analyzer.quality.parameters.ParameterReference
getParameterInstance, getParameterPartition, getParameterValueDeviation, setParameterInstance, setParameterPartition, setParameterValueDeviation
-
Method Details
-
getImplementationComponentType
org.palladiosimulator.pcm.repository.ImplementationComponentType getImplementationComponentType()Returns the value of the 'Implementation Component Type' reference.If the meaning of the 'Implementation Component Type' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Implementation Component Type' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setImplementationComponentType
void setImplementationComponentType(org.palladiosimulator.pcm.repository.ImplementationComponentType value) Sets the value of the 'Implementation Component Type
' reference.- Parameters:
value
- the new value of the 'Implementation Component Type' reference.- See Also:
- Generated class or method.
-
getVariableUsage
org.palladiosimulator.pcm.parameter.VariableUsage getVariableUsage()Returns the value of the 'Variable Usage' reference.If the meaning of the 'Variable Usage' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Variable Usage' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setVariableUsage
void setVariableUsage(org.palladiosimulator.pcm.parameter.VariableUsage value) Sets the value of the 'Variable Usage
' reference.- Parameters:
value
- the new value of the 'Variable Usage' reference.- See Also:
- Generated class or method.
-