public interface Function extends Value
The following features are supported:
ValuesPackage.getFunction()
Modifier and Type | Method and Description |
---|---|
<any> |
getArguments()
Returns the value of the 'Arguments' containment reference list.
|
Expression |
getExpression()
Returns the value of the 'Expression' containment reference.
|
FunctionPlot |
getFunctionPlot()
Returns the value of the 'Function Plot' containment reference.
|
void |
setExpression(Expression value)
Sets the value of the '
Expression ' containment reference. |
void |
setFunctionPlot(FunctionPlot value)
Sets the value of the '
Function Plot ' containment reference. |
isSynched, setSynched
<any> getArguments()
Argument
.
If the meaning of the 'Arguments' reference list isn't clear, there really should be more of a description here...
ValuesPackage.getFunction_Arguments()
Expression getExpression()
If the meaning of the 'Expression' containment reference isn't clear, there really should be more of a description here...
setExpression(Expression)
,
ValuesPackage.getFunction_Expression()
void setExpression(Expression value)
Expression
' containment reference.
value
- the new value of the 'Expression' containment reference.getExpression()
FunctionPlot getFunctionPlot()
If the meaning of the 'Function Plot' containment reference isn't clear, there really should be more of a description here...
setFunctionPlot(FunctionPlot)
,
ValuesPackage.getFunction_FunctionPlot()
void setFunctionPlot(FunctionPlot value)
Function Plot
' containment reference.
value
- the new value of the 'Function Plot' containment reference.getFunctionPlot()