Class RandomVariableImpl

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.MinimalEObjectImpl.Container
tools.mdsd.modelingfoundations.identifier.impl.IdentifierImplGen
tools.mdsd.modelingfoundations.identifier.impl.IdentifierImpl
tools.mdsd.modelingfoundations.identifier.impl.EntityImpl
tools.mdsd.probdist.distributionfunction.impl.RandomVariableImpl
All Implemented Interfaces:
Notifier, EObject, EStructuralFeature.Internal.DynamicValueHolder, InternalEObject, tools.mdsd.modelingfoundations.identifier.Entity, tools.mdsd.modelingfoundations.identifier.Identifier, tools.mdsd.modelingfoundations.identifier.NamedElement, RandomVariable

public class RandomVariableImpl extends tools.mdsd.modelingfoundations.identifier.impl.EntityImpl implements RandomVariable
An implementation of the model object 'Random Variable'.

The following features are implemented:

Generated class or method.
  • Field Details

    • VALUE_SPACE_EDEFAULT

      protected static final Domain VALUE_SPACE_EDEFAULT
      The default value of the 'Value Space' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • valueSpace

      protected Domain valueSpace
      The cached value of the 'Value Space' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
  • Constructor Details

    • RandomVariableImpl

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

    • eStaticClass

      protected EClass eStaticClass()
      Overrides:
      eStaticClass in class tools.mdsd.modelingfoundations.identifier.impl.EntityImpl
      Generated class or method.
    • getValueSpace

      public Domain getValueSpace()
      Specified by:
      getValueSpace in interface RandomVariable
      Returns:
      the value of the 'Value Space' attribute.
      See Also:
      Generated class or method.
    • setValueSpace

      public void setValueSpace(Domain newValueSpace)
      Specified by:
      setValueSpace in interface RandomVariable
      Parameters:
      newValueSpace - the new value of the 'Value Space' attribute.
      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 tools.mdsd.modelingfoundations.identifier.impl.EntityImpl
      Generated class or method.
    • eSet

      public void eSet(int featureID, Object newValue)
      Specified by:
      eSet in interface InternalEObject
      Overrides:
      eSet in class tools.mdsd.modelingfoundations.identifier.impl.EntityImpl
      Generated class or method.
    • eUnset

      public void eUnset(int featureID)
      Specified by:
      eUnset in interface InternalEObject
      Overrides:
      eUnset in class tools.mdsd.modelingfoundations.identifier.impl.EntityImpl
      Generated class or method.
    • eIsSet

      public boolean eIsSet(int featureID)
      Specified by:
      eIsSet in interface InternalEObject
      Overrides:
      eIsSet in class tools.mdsd.modelingfoundations.identifier.impl.EntityImpl
      Generated class or method.
    • toString

      public String toString()
      Overrides:
      toString in class BasicEObjectImpl
      Generated class or method.