ujf.verimag.bip.Core.Interactions
Interface Connector

All Superinterfaces:
MultiplicityElement, NamedElement, Part
All Known Implementing Classes:
ConnectorImpl

public interface Connector
extends Part

A representation of the model object 'Connector'.

The following features are supported:

See Also:
InteractionsPackage.getConnector()

Method Summary
  getActualPort()
          Returns the value of the 'Actual Port' containment reference list.
 CompoundType getCompoundType()
          Returns the value of the 'Compound Type' container reference.
 ConnectorType getType()
          Returns the value of the 'Type' reference.
 void setCompoundType(CompoundType value)
          Sets the value of the 'Compound Type' container reference.
 void setType(ConnectorType value)
          Sets the value of the 'Type' reference.
 
Methods inherited from interface ujf.verimag.bip.Core.Interactions.Part
getActualData
 
Methods inherited from interface ujf.verimag.bip.Core.Interactions.MultiplicityElement
getMultiplicitySpecification
 
Methods inherited from interface ujf.verimag.bip.Core.Behaviors.NamedElement
getName, getScope, setName, setScope
 

Method Detail

getActualPort

 getActualPort()
Returns the value of the 'Actual Port' containment reference list. The list contents are of type ActualPortParameter.

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

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

getType

ConnectorType getType()
Returns the value of the 'Type' reference.

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

Returns:
the value of the 'Type' reference.
See Also:
setType(ConnectorType), InteractionsPackage.getConnector_Type()

setType

void setType(ConnectorType value)
Sets the value of the 'Type' reference.

Parameters:
value - the new value of the 'Type' reference.
See Also:
getType()

getCompoundType

CompoundType getCompoundType()
Returns the value of the 'Compound Type' container reference. It is bidirectional and its opposite is 'Connector'.

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

Returns:
the value of the 'Compound Type' container reference.
See Also:
setCompoundType(CompoundType), InteractionsPackage.getConnector_CompoundType(), CompoundType.getConnector()

setCompoundType

void setCompoundType(CompoundType value)
Sets the value of the 'Compound Type' container reference.

Parameters:
value - the new value of the 'Compound Type' container reference.
See Also:
getCompoundType()