Class ReasoningImpl

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
de.uka.ipd.sdq.identifier.impl.IdentifierImpl
org.palladiosimulator.pcm.core.entity.impl.EntityImpl
org.palladiosimulator.qualitymodel.impl.ReasoningImpl
All Implemented Interfaces:
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, Reasoning

public class ReasoningImpl extends org.palladiosimulator.pcm.core.entity.impl.EntityImpl implements Reasoning
An implementation of the model object 'Reasoning'.

The following features are implemented:

Generated class or method.
  • Field Details

    • transformations

      protected EList transformations
      The cached value of the 'Transformations' reference list.
      See Also:
      Generated class or method.
      Ordered collection.
    • output

      protected Dimension output
      The cached value of the 'Output' reference.
      See Also:
      Generated class or method.
      Ordered collection.
  • Constructor Details

    • ReasoningImpl

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

    • eStaticClass

      protected EClass eStaticClass()
      Overrides:
      eStaticClass in class org.palladiosimulator.pcm.core.entity.impl.EntityImpl
      Generated class or method.
    • getTransformations

      public EList getTransformations()
      Specified by:
      getTransformations in interface Reasoning
      Returns:
      the value of the 'Transformations' reference list.
      See Also:
      Generated class or method.
    • getOutput

      public Dimension getOutput()
      Specified by:
      getOutput in interface Reasoning
      Returns:
      the value of the 'Output' reference.
      See Also:
      Generated class or method.
    • basicGetOutput

      public Dimension basicGetOutput()
      Generated class or method.
    • setOutput

      public void setOutput(Dimension newOutput)
      Specified by:
      setOutput in interface Reasoning
      Parameters:
      newOutput - the new value of the 'Output' reference.
      See Also:
      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.core.entity.impl.EntityImpl
      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.core.entity.impl.EntityImpl
      Generated class or method.
    • eUnset

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

      public boolean eIsSet(int featureID)
      Specified by:
      eIsSet in interface InternalEObject
      Overrides:
      eIsSet in class org.palladiosimulator.pcm.core.entity.impl.EntityImpl
      Generated class or method.