Interface EnactAdaptationStep

All Superinterfaces:
AdaptationStep, 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 Implementing Classes:
EnactAdaptationStepImpl

public interface EnactAdaptationStep extends AdaptationStep
A representation of the model object 'Enact Adaptation Step'.

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
  • Method Details

    • getAdaptationStepURI

      String getAdaptationStepURI()
      Returns the value of the 'Adaptation Step URI' attribute.

      If the meaning of the 'Adaptation Step URI' attribute isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Adaptation Step URI' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      required="true"
    • setAdaptationStepURI

      void setAdaptationStepURI(String value)
      Sets the value of the 'Adaptation Step URI' attribute.
      Parameters:
      value - the new value of the 'Adaptation Step URI' attribute.
      See Also:
      Generated class or method.