ujf.verimag.bip.Core.ActionLanguage.Expressions
Interface FunctionCallExpression

All Superinterfaces:
Action, Expression
All Known Implementing Classes:
FunctionCallExpressionImpl

public interface FunctionCallExpression
extends Expression

A representation of the model object 'Function Call Expression'.

The following features are supported:

See Also:
ExpressionsPackage.getFunctionCallExpression()

Method Summary
  getActualData()
          Returns the value of the 'Actual Data' containment reference list.
 java.lang.String getFunctionName()
          Returns the value of the 'Function Name' attribute.
 Expression getNavigated()
          Returns the value of the 'Navigated' containment reference.
 boolean isIsOnRef()
          Returns the value of the 'Is On Ref' attribute.
 void setFunctionName(java.lang.String value)
          Sets the value of the 'Function Name' attribute.
 void setIsOnRef(boolean value)
          Sets the value of the 'Is On Ref' attribute.
 void setNavigated(Expression value)
          Sets the value of the 'Navigated' containment reference.
 

Method Detail

getFunctionName

java.lang.String getFunctionName()
Returns the value of the 'Function Name' attribute.

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

Returns:
the value of the 'Function Name' attribute.
See Also:
setFunctionName(String), ExpressionsPackage.getFunctionCallExpression_FunctionName()

setFunctionName

void setFunctionName(java.lang.String value)
Sets the value of the 'Function Name' attribute.

Parameters:
value - the new value of the 'Function Name' attribute.
See Also:
getFunctionName()

isIsOnRef

boolean isIsOnRef()
Returns the value of the 'Is On Ref' attribute.

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

Returns:
the value of the 'Is On Ref' attribute.
See Also:
setIsOnRef(boolean), ExpressionsPackage.getFunctionCallExpression_IsOnRef()

setIsOnRef

void setIsOnRef(boolean value)
Sets the value of the 'Is On Ref' attribute.

Parameters:
value - the new value of the 'Is On Ref' attribute.
See Also:
isIsOnRef()

getActualData

 getActualData()
Returns the value of the 'Actual Data' containment reference list. The list contents are of type Expression.

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

Returns:
the value of the 'Actual Data' containment reference list.
See Also:
ExpressionsPackage.getFunctionCallExpression_ActualData()

getNavigated

Expression getNavigated()
Returns the value of the 'Navigated' containment reference.

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

Returns:
the value of the 'Navigated' containment reference.
See Also:
setNavigated(Expression), ExpressionsPackage.getFunctionCallExpression_Navigated()

setNavigated

void setNavigated(Expression value)
Sets the value of the 'Navigated' containment reference.

Parameters:
value - the new value of the 'Navigated' containment reference.
See Also:
getNavigated()