de.uka.ipd.sdq.stoex
Interface FunctionLiteral

All Superinterfaces:
Atom, BooleanExpression, Comparison, Expression, IfElse, Power, Product, Term, Unary
All Known Implementing Classes:
FunctionLiteralImpl

public interface FunctionLiteral
extends Atom

A representation of the model object 'Function Literal'.

The following features are supported:

See Also:
StoexPackage.getFunctionLiteral()

Field Summary
static String copyright
           
 
Method Summary
 String getId()
          Returns the value of the 'Id' attribute.
  getParameters_FunctionLiteral()
          Returns the value of the 'Parameters Function Literal' containment reference list.
 void setId(String value)
          Sets the value of the 'Id' attribute.
 

Field Detail

copyright

static final String copyright

See Also:
Constant Field Values
Method Detail

getId

String getId()
Returns the value of the 'Id' attribute.

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

Returns:
the value of the 'Id' attribute.
See Also:
setId(String), StoexPackage.getFunctionLiteral_Id()

setId

void setId(String value)
Sets the value of the 'Id' attribute.

Parameters:
value - the new value of the 'Id' attribute.
See Also:
getId()

getParameters_FunctionLiteral

 getParameters_FunctionLiteral()
Returns the value of the 'Parameters Function Literal' containment reference list. The list contents are of type Expression.

If the meaning of the 'Parameters Function Literal' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Parameters Function Literal' containment reference list.
See Also:
StoexPackage.getFunctionLiteral_Parameters_FunctionLiteral()