ujf.verimag.bip.Core.Interactions
Interface Part

All Superinterfaces:
MultiplicityElement, NamedElement
All Known Subinterfaces:
Component, Connector
All Known Implementing Classes:
ComponentImpl, ConnectorImpl, PartImpl

public interface Part
extends MultiplicityElement

A representation of the model object 'Part'.

The following features are supported:

See Also:
InteractionsPackage.getPart()

Method Summary
  getActualData()
          Returns the value of the 'Actual Data' containment reference list.
 
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

getActualData

 getActualData()
Returns the value of the 'Actual Data' containment reference list. The list contents are of type Expression.

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

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