ujf.verimag.bip.Core.Interactions
Interface ConditionalActualPortParameter

All Superinterfaces:
ActualPortParameter
All Known Implementing Classes:
ConditionalActualPortParameterImpl

public interface ConditionalActualPortParameter
extends ActualPortParameter

A representation of the model object 'Conditional Actual Port Parameter'.

The following features are supported:

See Also:
InteractionsPackage.getConditionalActualPortParameter()

Method Summary
 Expression getExpression()
          Returns the value of the 'Expression' containment reference.
 ActualPortParameter getFalseCase()
          Returns the value of the 'False Case' containment reference.
 ActualPortParameter getTrueCase()
          Returns the value of the 'True Case' containment reference.
 void setExpression(Expression value)
          Sets the value of the 'Expression' containment reference.
 void setFalseCase(ActualPortParameter value)
          Sets the value of the 'False Case' containment reference.
 void setTrueCase(ActualPortParameter value)
          Sets the value of the 'True Case' containment reference.
 

Method Detail

getExpression

Expression getExpression()
Returns the value of the 'Expression' containment reference.

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

Returns:
the value of the 'Expression' containment reference.
See Also:
setExpression(Expression), InteractionsPackage.getConditionalActualPortParameter_Expression()

setExpression

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

Parameters:
value - the new value of the 'Expression' containment reference.
See Also:
getExpression()

getTrueCase

ActualPortParameter getTrueCase()
Returns the value of the 'True Case' containment reference.

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

Returns:
the value of the 'True Case' containment reference.
See Also:
setTrueCase(ActualPortParameter), InteractionsPackage.getConditionalActualPortParameter_TrueCase()

setTrueCase

void setTrueCase(ActualPortParameter value)
Sets the value of the 'True Case' containment reference.

Parameters:
value - the new value of the 'True Case' containment reference.
See Also:
getTrueCase()

getFalseCase

ActualPortParameter getFalseCase()
Returns the value of the 'False Case' containment reference.

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

Returns:
the value of the 'False Case' containment reference.
See Also:
setFalseCase(ActualPortParameter), InteractionsPackage.getConditionalActualPortParameter_FalseCase()

setFalseCase

void setFalseCase(ActualPortParameter value)
Sets the value of the 'False Case' containment reference.

Parameters:
value - the new value of the 'False Case' containment reference.
See Also:
getFalseCase()