de.uka.ipd.sdq.stoex
Interface RandomVariable

All Known Subinterfaces:
PCMRandomVariable
All Known Implementing Classes:
PCMRandomVariableImpl, RandomVariableImpl

public interface RandomVariable

A representation of the model object 'Random Variable'.

The following features are supported:

See Also:
StoexPackage.getRandomVariable()

Field Summary
static String copyright
           
 
Method Summary
 Expression getExpression()
          Returns the value of the 'Expression' reference.
 String getSpecification()
          Returns the value of the 'Specification' attribute.
 void setSpecification(String value)
          Sets the value of the 'Specification' attribute.
 

Field Detail

copyright

static final String copyright

See Also:
Constant Field Values
Method Detail

getSpecification

String getSpecification()
Returns the value of the 'Specification' attribute.

If the meaning of the 'Specification' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Specification' attribute.
See Also:
setSpecification(String), StoexPackage.getRandomVariable_Specification()

setSpecification

void setSpecification(String value)
Sets the value of the 'Specification' attribute.

Parameters:
value - the new value of the 'Specification' attribute.
See Also:
getSpecification()

getExpression

Expression getExpression()
Returns the value of the 'Expression' reference.

If the meaning of the 'Expression' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Expression' reference.
See Also:
StoexPackage.getRandomVariable_Expression()