ujf.verimag.bip.Core.Interactions
Interface PartElementReference

All Superinterfaces:
MultiplicityPath
All Known Implementing Classes:
PartElementReferenceImpl

public interface PartElementReference
extends MultiplicityPath

A representation of the model object 'Part Element Reference'.

The following features are supported:

See Also:
InteractionsPackage.getPartElementReference()

Method Summary
 InnerPortSpecification getExportBinding()
          Returns the value of the 'Export Binding' container reference.
 Part getTargetPart()
          Returns the value of the 'Target Part' reference.
 void setExportBinding(InnerPortSpecification value)
          Sets the value of the 'Export Binding' container reference.
 void setTargetPart(Part value)
          Sets the value of the 'Target Part' reference.
 
Methods inherited from interface ujf.verimag.bip.Core.Interactions.MultiplicityPath
getIndex
 

Method Detail

getExportBinding

InnerPortSpecification getExportBinding()
Returns the value of the 'Export Binding' container reference. It is bidirectional and its opposite is 'Target Instance'.

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

Returns:
the value of the 'Export Binding' container reference.
See Also:
setExportBinding(InnerPortSpecification), InteractionsPackage.getPartElementReference_ExportBinding(), InnerPortSpecification.getTargetInstance()

setExportBinding

void setExportBinding(InnerPortSpecification value)
Sets the value of the 'Export Binding' container reference.

Parameters:
value - the new value of the 'Export Binding' container reference.
See Also:
getExportBinding()

getTargetPart

Part getTargetPart()
Returns the value of the 'Target Part' reference.

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

Returns:
the value of the 'Target Part' reference.
See Also:
setTargetPart(Part), InteractionsPackage.getPartElementReference_TargetPart()

setTargetPart

void setTargetPart(Part value)
Sets the value of the 'Target Part' reference.

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