Class AbstractActionDataMeasuringPointImpl

java.lang.Object
org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.MinimalEObjectImpl
org.eclipse.emf.ecore.impl.MinimalEStoreEObjectImpl
org.eclipse.emf.internal.cdo.CDOObjectImpl
org.palladiosimulator.edp2.models.measuringpoint.impl.MeasuringPointImpl
org.palladiosimulator.indirectionsmeasuringpoint.impl.AbstractActionDataMeasuringPointImpl
All Implemented Interfaces:
org.eclipse.emf.cdo.CDOObject, org.eclipse.emf.cdo.common.id.CDOWithID, org.eclipse.emf.cdo.common.model.CDOPackageTypeRegistry.CDOObjectMarker, Notifier, EObject, EStructuralFeature.Internal.DynamicValueHolder, InternalEObject, org.eclipse.emf.spi.cdo.InternalCDOLoadable, org.eclipse.emf.spi.cdo.InternalCDOObject, org.palladiosimulator.edp2.models.measuringpoint.MeasuringPoint, AbstractActionDataMeasuringPoint

public class AbstractActionDataMeasuringPointImpl extends org.palladiosimulator.edp2.models.measuringpoint.impl.MeasuringPointImpl implements AbstractActionDataMeasuringPoint
An implementation of the model object 'Abstract Action Data Measuring Point'.

The following features are implemented:

Generated class or method.
  • Field Details

    • abstractAction

      protected org.palladiosimulator.pcm.seff.AbstractAction abstractAction
      The cached value of the 'Abstract Action' reference.
      See Also:
      Generated class or method.
      Ordered collection.
  • Constructor Details

    • AbstractActionDataMeasuringPointImpl

      protected AbstractActionDataMeasuringPointImpl()
      Generated class or method.
  • Method Details

    • basicGetAbstractAction

      public org.palladiosimulator.pcm.seff.AbstractAction basicGetAbstractAction()
      Generated class or method.
    • eGet

      public Object eGet(int featureID, boolean resolve, boolean coreType)
      Specified by:
      eGet in interface InternalEObject
      Overrides:
      eGet in class org.palladiosimulator.edp2.models.measuringpoint.impl.MeasuringPointImpl
      Generated class or method.
    • eIsSet

      public boolean eIsSet(int featureID)
      Specified by:
      eIsSet in interface InternalEObject
      Overrides:
      eIsSet in class org.palladiosimulator.edp2.models.measuringpoint.impl.MeasuringPointImpl
      Generated class or method.
    • eSet

      public void eSet(int featureID, Object newValue)
      Specified by:
      eSet in interface InternalEObject
      Overrides:
      eSet in class org.palladiosimulator.edp2.models.measuringpoint.impl.MeasuringPointImpl
      Generated class or method.
    • eStaticClass

      protected EClass eStaticClass()
      Overrides:
      eStaticClass in class org.palladiosimulator.edp2.models.measuringpoint.impl.MeasuringPointImpl
      Generated class or method.
    • eUnset

      public void eUnset(int featureID)
      Specified by:
      eUnset in interface InternalEObject
      Overrides:
      eUnset in class org.palladiosimulator.edp2.models.measuringpoint.impl.MeasuringPointImpl
      Generated class or method.
    • getAbstractAction

      public org.palladiosimulator.pcm.seff.AbstractAction getAbstractAction()
      Specified by:
      getAbstractAction in interface AbstractActionDataMeasuringPoint
      Returns:
      the value of the 'Abstract Action' reference.
      See Also:
      Generated class or method.
    • setAbstractAction

      public void setAbstractAction(org.palladiosimulator.pcm.seff.AbstractAction newAbstractAction)
      Specified by:
      setAbstractAction in interface AbstractActionDataMeasuringPoint
      Parameters:
      newAbstractAction - the new value of the 'Abstract Action' reference.
      See Also:
      Generated class or method.