Class PCMRandomVariableImpl

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.stoex.impl.RandomVariableImplGen
de.uka.ipd.sdq.stoex.impl.RandomVariableImpl
org.palladiosimulator.pcm.core.impl.PCMRandomVariableImplGen
org.palladiosimulator.pcm.core.impl.PCMRandomVariableImpl
All Implemented Interfaces:
de.uka.ipd.sdq.stoex.RandomVariable, 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, PCMRandomVariable, PCMBaseClass, PCMClass

public class PCMRandomVariableImpl extends PCMRandomVariableImplGen
  • Constructor Details

    • PCMRandomVariableImpl

      public PCMRandomVariableImpl()
  • Method Details

    • basicGetExpression

      public de.uka.ipd.sdq.stoex.Expression basicGetExpression()
      Get the basic stochastic expression derived from the specification. This overrides the RandomVariable implementation of this method and takes use of the parser and lexer for our stochastic expression language.
      Overrides:
      basicGetExpression in class de.uka.ipd.sdq.stoex.impl.RandomVariableImpl
      Returns:
      The prepared Expression parsed from the specification string.