ujf.verimag.bip.Core.Behaviors
Interface ParameterizedElement

All Known Subinterfaces:
AtomType, BipType, ComponentType, CompoundType, ConnectorType, Contract, PartType, PortType
All Known Implementing Classes:
AtomTypeImpl, BipTypeImpl, ComponentTypeImpl, CompoundTypeImpl, ConnectorTypeImpl, ContractImpl, ParameterizedElementImpl, PartTypeImpl, PortTypeImpl

public interface ParameterizedElement

A representation of the model object 'Parameterized Element'.

The following features are supported:

See Also:
BehaviorsPackage.getParameterizedElement()

Method Summary
  getDataParameter()
          Returns the value of the 'Data Parameter' containment reference list.
 

Method Detail

getDataParameter

 getDataParameter()
Returns the value of the 'Data Parameter' containment reference list. The list contents are of type DataParameter. It is bidirectional and its opposite is 'Parameterized Element'.

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

Returns:
the value of the 'Data Parameter' containment reference list.
See Also:
BehaviorsPackage.getParameterizedElement_DataParameter(), DataParameter.getParameterizedElement()