ujf.verimag.bip.Core.PortExpressions
Interface ACTyping

All Superinterfaces:
ACExpression, PortExpression
All Known Implementing Classes:
ACTypingImpl

public interface ACTyping
extends ACExpression

A representation of the model object 'AC Typing'.

The following features are supported:

See Also:
PortExpressionsPackage.getACTyping()

Method Summary
 ACExpression getOperand()
          Returns the value of the 'Operand' containment reference.
 ACTypingKind getType()
          Returns the value of the 'Type' attribute.
 void setOperand(ACExpression value)
          Sets the value of the 'Operand' containment reference.
 void setType(ACTypingKind value)
          Sets the value of the 'Type' attribute.
 

Method Detail

getType

ACTypingKind getType()
Returns the value of the 'Type' attribute. The literals are from the enumeration ACTypingKind.

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

Returns:
the value of the 'Type' attribute.
See Also:
ACTypingKind, setType(ACTypingKind), PortExpressionsPackage.getACTyping_Type()

setType

void setType(ACTypingKind value)
Sets the value of the 'Type' attribute.

Parameters:
value - the new value of the 'Type' attribute.
See Also:
ACTypingKind, getType()

getOperand

ACExpression getOperand()
Returns the value of the 'Operand' containment reference.

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

Returns:
the value of the 'Operand' containment reference.
See Also:
setOperand(ACExpression), PortExpressionsPackage.getACTyping_Operand()

setOperand

void setOperand(ACExpression value)
Sets the value of the 'Operand' containment reference.

Parameters:
value - the new value of the 'Operand' containment reference.
See Also:
getOperand()