Interface Transient<Failuretype extends Failure>

All Superinterfaces:
org.eclipse.emf.cdo.CDOObject, org.eclipse.emf.cdo.common.id.CDOWithID, EObject, Mode, Notifier
All Known Subinterfaces:
HWTransientFailure, LinkTransientFailure, SWTransientFailure
All Known Implementing Classes:
HWTransientFailureImpl, LinkTransientFailureImpl, SWTransientFailureImpl, TransientImpl

public interface Transient<Failuretype extends Failure> extends Mode
A representation of the model object 'Transient'. One-time termination, or for the specified duration.

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
abstract="true" annotation="http://www.eclipse.org/emf/2002/Ecore constraints='noTransientFailureAllowedForInternalFailureDescription'" annotation="http://www.eclipse.org/emf/2002/Ecore/OCL noTransientFailureAllowedForInternalFailureDescription='not (self.decoratedFailure.oclIsKindOf(Transient))'"
  • Method Details

    • getDuration

      org.palladiosimulator.pcm.core.PCMRandomVariable getDuration()
      Returns the value of the 'Duration' containment reference.
      Returns:
      the value of the 'Duration' containment reference.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true" required="true"
    • setDuration

      void setDuration(org.palladiosimulator.pcm.core.PCMRandomVariable value)
      Sets the value of the 'Duration' containment reference.
      Parameters:
      value - the new value of the 'Duration' containment reference.
      See Also:
      Generated class or method.
    • getDecoratedFailure

      Failuretype getDecoratedFailure()
      Returns the value of the 'Decorated Failure' reference.
      Returns:
      the value of the 'Decorated Failure' reference.
      See Also:
      Generated class or method.
      EMF model class or method.
      required="true"
    • setDecoratedFailure

      void setDecoratedFailure(Failuretype value)
      Sets the value of the 'Decorated Failure' reference.
      Parameters:
      value - the new value of the 'Decorated Failure' reference.
      See Also:
      Generated class or method.