Interface HardwareMTTFParameter
-
- 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
,SensitivityParameter
,SingleSensitivityParameter
- All Known Implementing Classes:
HardwareMTTFParameterImpl
public interface HardwareMTTFParameter extends SingleSensitivityParameter
A representation of the model object ' Hardware MTTF Parameter'. This parameter refers to the set of all processing resource MTTF values specified in the given PCM instance. All MTTFs are altered together according to the same sequence of values.- See Also:
SensitivityPackage.getHardwareMTTFParameter()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
HardwareMTTFParameterMustHaveDoubleVariation(DiagnosticChain diagnostics, Map<Object,Object> context)
self.sensitivityParameterVariation__SingleSensitivityParameter.oclIsTypeOf( DoubleParameterVariation)-
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.palladiosimulator.pcm.core.entity.NamedElement
getEntityName, setEntityName
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Methods inherited from interface org.palladiosimulator.reliability.sensitivity.SensitivityParameter
getParentParameter__SensitivityParameter, getSensitivityConfiguration__SensitivityParameter, setParentParameter__SensitivityParameter, setSensitivityConfiguration__SensitivityParameter
-
Methods inherited from interface org.palladiosimulator.reliability.sensitivity.SingleSensitivityParameter
getSensitivityParameterVariation__SingleSensitivityParameter, setSensitivityParameterVariation__SingleSensitivityParameter
-
-
-
-
Method Detail
-
HardwareMTTFParameterMustHaveDoubleVariation
boolean HardwareMTTFParameterMustHaveDoubleVariation(DiagnosticChain diagnostics, Map<Object,Object> context)
self.sensitivityParameterVariation__SingleSensitivityParameter.oclIsTypeOf( DoubleParameterVariation)- Parameters:
diagnostics
- The chain of diagnostics to which problems are to be appended.context
- The cache of context-specific information.- Generated class or method.
- EMF model class or method.
-
-