ujf.verimag.bip.Core.PortExpressions
Interface AINaryExpression

All Superinterfaces:
AIExpression, PortExpression
All Known Subinterfaces:
AISynchro, AIUnion
All Known Implementing Classes:
AINaryExpressionImpl, AISynchroImpl, AIUnionImpl

public interface AINaryExpression
extends AIExpression

A representation of the model object 'AI Nary Expression'.

The following features are supported:

See Also:
PortExpressionsPackage.getAINaryExpression()

Method Summary
  getOperand()
          Returns the value of the 'Operand' containment reference list.
 

Method Detail

getOperand

 getOperand()
Returns the value of the 'Operand' containment reference list. The list contents are of type AIExpression.

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

Returns:
the value of the 'Operand' containment reference list.
See Also:
PortExpressionsPackage.getAINaryExpression_Operand()