ujf.verimag.bip.Core.PortExpressions
Interface ACNaryExpression

All Superinterfaces:
ACExpression, PortExpression
All Known Subinterfaces:
ACFusion, ACUnion
All Known Implementing Classes:
ACFusionImpl, ACNaryExpressionImpl, ACUnionImpl

public interface ACNaryExpression
extends ACExpression

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

The following features are supported:

See Also:
PortExpressionsPackage.getACNaryExpression()

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 ACExpression.

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.getACNaryExpression_Operand()