Interface SensitivityParameter
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,org.palladiosimulator.pcm.core.entity.Entity
,EObject
,de.uka.ipd.sdq.identifier.Identifier
,org.palladiosimulator.pcm.core.entity.NamedElement
,Notifier
,org.palladiosimulator.pcm.PCMBaseClass
,org.palladiosimulator.pcm.PCMClass
- All Known Subinterfaces:
CombinedSensitivityParameter
,CommunicationLinkReliabilityParameter
,ComponentReliabilityParameter
,HardwareMTTFParameter
,HardwareMTTRParameter
,InternalActionReliabilityParameter
,NetworkReliabilityParameter
,ProbabilisticBranchParameter
,ResourceMTTFParameter
,ResourceMTTRParameter
,SingleSensitivityParameter
,SoftwareFailureTypesParameter
,SoftwareReliabilityParameter
,UsageBranchParameter
,VariableUsageParameter
- All Known Implementing Classes:
CombinedSensitivityParameterImpl
,CommunicationLinkReliabilityParameterImpl
,ComponentReliabilityParameterImpl
,HardwareMTTFParameterImpl
,HardwareMTTRParameterImpl
,InternalActionReliabilityParameterImpl
,NetworkReliabilityParameterImpl
,ProbabilisticBranchParameterImpl
,ResourceMTTFParameterImpl
,ResourceMTTRParameterImpl
,SensitivityParameterImpl
,SingleSensitivityParameterImpl
,SoftwareFailureTypesParameterImpl
,SoftwareReliabilityParameterImpl
,UsageBranchParameterImpl
,VariableUsageParameterImpl
A representation of the model object 'Parameter'.
Specifies a variation of a certain parameter in a
given PCM model. Thereby, a "parameter" may be a
single value (such as a
resource demand), a group of values (such as all
software failure probabilities in a given RDSEFF), or a combination
of other parameters. If the parameter is a
single value, it may be of different types, such as&
nbsp;DOUBLE or STRING.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
- abstract="true"
-
Field Summary
Fields inherited from interface org.palladiosimulator.pcm.core.entity.Entity
copyright
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Parent Parameter Sensitivity Parameter' container reference.Returns the value of the 'Sensitivity Configuration Sensitivity Parameter' container reference.void
Sets the value of the 'Parent Parameter Sensitivity Parameter
' container reference.void
Sets the value of the 'Sensitivity Configuration Sensitivity Parameter
' container 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.palladiosimulator.pcm.core.entity.NamedElement
getEntityName, setEntityName
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getParentParameter__SensitivityParameter
CombinedSensitivityParameter getParentParameter__SensitivityParameter()Returns the value of the 'Parent Parameter Sensitivity Parameter' container reference. It is bidirectional and its opposite is 'Child Parameters Combined Sensitivity Parameter
'.If the meaning of the 'Parent Parameter Sensitivity Parameter' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Parent Parameter Sensitivity Parameter' container reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- opposite="childParameters__CombinedSensitivityParameter" transient="false" ordered="false"
-
setParentParameter__SensitivityParameter
Sets the value of the 'Parent Parameter Sensitivity Parameter
' container reference.- Parameters:
value
- the new value of the 'Parent Parameter Sensitivity Parameter' container reference.- See Also:
- Generated class or method.
-
getSensitivityConfiguration__SensitivityParameter
SensitivityConfiguration getSensitivityConfiguration__SensitivityParameter()Returns the value of the 'Sensitivity Configuration Sensitivity Parameter' container reference. It is bidirectional and its opposite is 'Sensitivity Parameters Sensitivity Configuration
'.If the meaning of the 'Sensitivity Configuration Sensitivity Parameter' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Sensitivity Configuration Sensitivity Parameter' container reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- opposite="sensitivityParameters__SensitivityConfiguration" transient="false" ordered="false"
-
setSensitivityConfiguration__SensitivityParameter
Sets the value of the 'Sensitivity Configuration Sensitivity Parameter
' container reference.- Parameters:
value
- the new value of the 'Sensitivity Configuration Sensitivity Parameter' container reference.- See Also:
- Generated class or method.
-