Interface ResourceTimeoutFailureType
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject,org.eclipse.emf.cdo.common.id.CDOWithID,Entity,EObject,FailureType,de.uka.ipd.sdq.identifier.Identifier,NamedElement,Notifier,PCMBaseClass,PCMClass,SoftwareInducedFailureType
- All Known Implementing Classes:
ResourceTimeoutFailureTypeImpl
A representation of the model object 'Resource Timeout Failure Type'.
Type definition for a timeout failure-on-demand related to an AcquireAction for a certain PassiveResource (see the documentation of the "timeout" attribute of the "AcquireAction" for further information).
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Passive Resource Resource Timeout Failure Type' reference.voidSets the value of the 'Passive Resource Resource Timeout Failure Type' 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, cdoWriteOptionMethods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.palladiosimulator.pcm.reliability.FailureType
getRepository__FailureType, setRepository__FailureTypeMethods inherited from interface de.uka.ipd.sdq.identifier.Identifier
getId, setIdMethods inherited from interface org.palladiosimulator.pcm.core.entity.NamedElement
getEntityName, setEntityNameMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliverMethods inherited from interface org.palladiosimulator.pcm.reliability.SoftwareInducedFailureType
getInternalFailureOccurrenceDescriptions__SoftwareInducedFailureType
-
Field Details
-
copyright
- See Also:
- Generated class or method.
-
-
Method Details
-
getPassiveResource__ResourceTimeoutFailureType
PassiveResource getPassiveResource__ResourceTimeoutFailureType()Returns the value of the 'Passive Resource Resource Timeout Failure Type' reference. It is bidirectional and its opposite is 'Resource Timeout Failure Type Passive Resource'. The passive resource whose acquiring timeout is represented by this failure type (see the documentation of the "timeout" attribute of the "AcquireAction" for further information).- Returns:
- the value of the 'Passive Resource Resource Timeout Failure Type' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- opposite="resourceTimeoutFailureType__PassiveResource" required="true" ordered="false"
-
setPassiveResource__ResourceTimeoutFailureType
Sets the value of the 'Passive Resource Resource Timeout Failure Type' reference.- Parameters:
value- the new value of the 'Passive Resource Resource Timeout Failure Type' reference.- See Also:
- Generated class or method.
-