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
public interface PCMComponentParameterReference extends PCMParameterReference
A representation of the model object ' Component Parameter Reference'.The following features are supported:
- See Also:
PCMPackage.getPCMComponentParameterReference()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.palladiosimulator.pcm.repository.ImplementationComponentType
getImplementationComponentType()
Returns the value of the 'Implementation Component Type' reference.org.palladiosimulator.pcm.parameter.VariableUsage
getVariableUsage()
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 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 Detail
-
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:
setImplementationComponentType(ImplementationComponentType)
,PCMPackage.getPCMComponentParameterReference_ImplementationComponentType()
- 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:
getImplementationComponentType()
- 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:
setVariableUsage(VariableUsage)
,PCMPackage.getPCMComponentParameterReference_VariableUsage()
- 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:
getVariableUsage()
- Generated class or method.
-
-