Class ActivityImpl

  • All Implemented Interfaces:
    Activity, de.uka.ipd.sdq.identifier.Identifier, 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.pcm.core.entity.Entity, org.palladiosimulator.pcm.core.entity.NamedElement, org.palladiosimulator.pcm.PCMBaseClass, org.palladiosimulator.pcm.PCMClass, org.palladiosimulator.pcm.usagemodel.AbstractUserAction

    public class ActivityImpl
    extends org.palladiosimulator.pcm.usagemodel.impl.AbstractUserActionImpl
    implements Activity
    An implementation of the model object 'Activity'.

    The following features are implemented:

    Generated class or method.
    • Field Detail

      • scenario

        protected org.palladiosimulator.pcm.usagemodel.ScenarioBehaviour scenario
        The cached value of the 'Scenario' containment reference.
        See Also:
        getScenario()
        Generated class or method.
        Ordered collection.
    • Constructor Detail

      • ActivityImpl

        protected ActivityImpl()
        Generated class or method.
    • Method Detail

      • eStaticClass

        protected EClass eStaticClass()
        Overrides:
        eStaticClass in class org.palladiosimulator.pcm.usagemodel.impl.AbstractUserActionImpl
        Generated class or method.
      • basicSetScenario

        public NotificationChain basicSetScenario​(org.palladiosimulator.pcm.usagemodel.ScenarioBehaviour newScenario,
                                                  NotificationChain msgs)
        Generated class or method.
      • setScenario

        public void setScenario​(org.palladiosimulator.pcm.usagemodel.ScenarioBehaviour newScenario)
        Specified by:
        setScenario in interface Activity
        Parameters:
        newScenario - the new value of the 'Scenario' containment reference.
        See Also:
        Activity.getScenario()
        Generated class or method.
      • eInverseRemove

        public NotificationChain eInverseRemove​(InternalEObject otherEnd,
                                                int featureID,
                                                NotificationChain msgs)
        Overrides:
        eInverseRemove in class org.palladiosimulator.pcm.usagemodel.impl.AbstractUserActionImpl
        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.pcm.usagemodel.impl.AbstractUserActionImpl
        Generated class or method.
      • eSet

        public void eSet​(int featureID,
                         Object newValue)
        Specified by:
        eSet in interface InternalEObject
        Overrides:
        eSet in class org.palladiosimulator.pcm.usagemodel.impl.AbstractUserActionImpl
        Generated class or method.
      • eUnset

        public void eUnset​(int featureID)
        Specified by:
        eUnset in interface InternalEObject
        Overrides:
        eUnset in class org.palladiosimulator.pcm.usagemodel.impl.AbstractUserActionImpl
        Generated class or method.
      • eIsSet

        public boolean eIsSet​(int featureID)
        Specified by:
        eIsSet in interface InternalEObject
        Overrides:
        eIsSet in class org.palladiosimulator.pcm.usagemodel.impl.AbstractUserActionImpl
        Generated class or method.