ujf.verimag.bip.Core.Interactions
Interface Interaction

All Superinterfaces:
PriorityElement
All Known Implementing Classes:
InteractionImpl

public interface Interaction
extends PriorityElement

A representation of the model object 'Interaction'.

The following features are supported:

See Also:
InteractionsPackage.getInteraction()

Method Summary
 PartElementReference getConnector()
          Returns the value of the 'Connector' containment reference.
  getPort()
          Returns the value of the 'Port' containment reference list.
 void setConnector(PartElementReference value)
          Sets the value of the 'Connector' containment reference.
 

Method Detail

getPort

 getPort()
Returns the value of the 'Port' containment reference list. The list contents are of type PortReference.

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

Returns:
the value of the 'Port' containment reference list.
See Also:
InteractionsPackage.getInteraction_Port()

getConnector

PartElementReference getConnector()
Returns the value of the 'Connector' containment reference.

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

Returns:
the value of the 'Connector' containment reference.
See Also:
setConnector(PartElementReference), InteractionsPackage.getInteraction_Connector()

setConnector

void setConnector(PartElementReference value)
Sets the value of the 'Connector' containment reference.

Parameters:
value - the new value of the 'Connector' containment reference.
See Also:
getConnector()