de.uka.ipd.sdq.stoex.impl
Class RandomVariableImpl

java.lang.Object
  extended by EObjectImpl
      extended by de.uka.ipd.sdq.stoex.impl.RandomVariableImpl
All Implemented Interfaces:
RandomVariable
Direct Known Subclasses:
PCMRandomVariableImpl

public class RandomVariableImpl
extends EObjectImpl
implements RandomVariable

An implementation of the model object 'Random Variable'.

The following features are implemented:


Field Summary
static String copyright
           
protected  String specification
          The cached value of the 'Specification' attribute.
protected static String SPECIFICATION_EDEFAULT
          The default value of the 'Specification' attribute.
 
Constructor Summary
protected RandomVariableImpl()
           
 
Method Summary
 Expression basicGetExpression()
           
 Object eGet(int featureID, boolean resolve, boolean coreType)
           
 boolean eIsSet(int featureID)
           
 void eSet(int featureID, Object newValue)
           
protected  EClass eStaticClass()
           
 void eUnset(int featureID)
           
 Expression getExpression()
           
 String getSpecification()
           
 boolean isSetExpression()
           
 void setSpecification(String newSpecification)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

copyright

public static final String copyright

See Also:
Constant Field Values

SPECIFICATION_EDEFAULT

protected static final String SPECIFICATION_EDEFAULT
The default value of the 'Specification' attribute.

See Also:
getSpecification()

specification

protected String specification
The cached value of the 'Specification' attribute.

See Also:
getSpecification()
Constructor Detail

RandomVariableImpl

protected RandomVariableImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()


getSpecification

public String getSpecification()

Specified by:
getSpecification in interface RandomVariable
Returns:
the value of the 'Specification' attribute.
See Also:
RandomVariable.setSpecification(String), StoexPackage.getRandomVariable_Specification()

setSpecification

public void setSpecification(String newSpecification)

Specified by:
setSpecification in interface RandomVariable
Parameters:
newSpecification - the new value of the 'Specification' attribute.
See Also:
RandomVariable.getSpecification()

getExpression

public Expression getExpression()

Specified by:
getExpression in interface RandomVariable
Returns:
the value of the 'Expression' reference.
See Also:
StoexPackage.getRandomVariable_Expression()

basicGetExpression

public Expression basicGetExpression()


isSetExpression

public boolean isSetExpression()


eGet

public Object eGet(int featureID,
                   boolean resolve,
                   boolean coreType)


eSet

public void eSet(int featureID,
                 Object newValue)


eUnset

public void eUnset(int featureID)


eIsSet

public boolean eIsSet(int featureID)


toString

public String toString()