de.uka.ipd.sdq.stoex
Interface Variable

All Superinterfaces:
Atom, BooleanExpression, Comparison, Expression, IfElse, Power, Product, Term, Unary
All Known Subinterfaces:
CharacterisedVariable
All Known Implementing Classes:
CharacterisedVariableImpl, VariableImpl

public interface Variable
extends Atom

A representation of the model object 'Variable'.

The following features are supported:

See Also:
StoexPackage.getVariable()

Field Summary
static String copyright
           
 
Method Summary
 AbstractNamedReference getId_Variable()
          Returns the value of the 'Id Variable' reference.
 void setId_Variable(AbstractNamedReference value)
          Sets the value of the 'Id Variable' reference.
 

Field Detail

copyright

static final String copyright

See Also:
Constant Field Values
Method Detail

getId_Variable

AbstractNamedReference getId_Variable()
Returns the value of the 'Id Variable' reference.

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

Returns:
the value of the 'Id Variable' reference.
See Also:
setId_Variable(AbstractNamedReference), StoexPackage.getVariable_Id_Variable()

setId_Variable

void setId_Variable(AbstractNamedReference value)
Sets the value of the 'Id Variable' reference.

Parameters:
value - the new value of the 'Id Variable' reference.
See Also:
getId_Variable()