ujf.verimag.bip.Core.Interactions
Interface PortParameterReference

All Superinterfaces:
ACExpression, AIExpression, PortExpression, PortReference
All Known Implementing Classes:
PortParameterReferenceImpl

public interface PortParameterReference
extends PortReference

A representation of the model object 'Port Parameter Reference'.

The following features are supported:

See Also:
InteractionsPackage.getPortParameterReference()

Method Summary
 PortParameter getTarget()
          Returns the value of the 'Target' reference.
 void setTarget(PortParameter value)
          Sets the value of the 'Target' reference.
 

Method Detail

getTarget

PortParameter getTarget()
Returns the value of the 'Target' reference.

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

Returns:
the value of the 'Target' reference.
See Also:
setTarget(PortParameter), InteractionsPackage.getPortParameterReference_Target()

setTarget

void setTarget(PortParameter value)
Sets the value of the 'Target' reference.

Parameters:
value - the new value of the 'Target' reference.
See Also:
getTarget()