Interface RelativeReference

All Superinterfaces:
CharacteristicReference, EObject, Notifier
All Known Implementing Classes:
RelativeReferenceImpl

public interface RelativeReference extends CharacteristicReference
A representation of the model object 'Relative Reference'.

The following features are supported:

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

    • getCharacteristic

      de.uka.ipd.sdq.stoex.AbstractNamedReference getCharacteristic()
      Returns the value of the 'Characteristic' containment reference.
      Returns:
      the value of the 'Characteristic' containment reference.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true"
    • setCharacteristic

      void setCharacteristic(de.uka.ipd.sdq.stoex.AbstractNamedReference value)
      Sets the value of the 'Characteristic' containment reference.
      Parameters:
      value - the new value of the 'Characteristic' containment reference.
      See Also:
      Generated class or method.