All Superinterfaces:
org.eclipse.emf.cdo.CDOObject, org.eclipse.emf.cdo.common.id.CDOWithID, Domain, EObject, Notifier
All Known Subinterfaces:
HWContentFailure, LinkContentFailure, SWContentFailure
All Known Implementing Classes:
ContentImpl, HWContentFailureImpl, LinkContentFailureImpl, SWContentFailureImpl

public interface Content extends Domain
A representation of the model object 'Content'.

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
abstract="true"
  • Method Details

    • getDegreeOfCorruption

      org.palladiosimulator.pcm.core.PCMRandomVariable getDegreeOfCorruption()
      Returns the value of the 'Degree Of Corruption' containment reference.
      Returns:
      the value of the 'Degree Of Corruption' containment reference.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true" required="true"
    • setDegreeOfCorruption

      void setDegreeOfCorruption(org.palladiosimulator.pcm.core.PCMRandomVariable value)
      Sets the value of the 'Degree Of Corruption' containment reference.
      Parameters:
      value - the new value of the 'Degree Of Corruption' containment reference.
      See Also:
      Generated class or method.