ujf.verimag.bip.Core.Behaviors
Interface PartType

All Superinterfaces:
BipType, NamedElement, ParameterizedElement, TraceableElement
All Known Subinterfaces:
AtomType, ComponentType, CompoundType, ConnectorType, Contract
All Known Implementing Classes:
AtomTypeImpl, ComponentTypeImpl, CompoundTypeImpl, ConnectorTypeImpl, ContractImpl, PartTypeImpl

public interface PartType
extends BipType

A representation of the model object 'Part Type'.

The following features are supported:

See Also:
BehaviorsPackage.getPartType()

Method Summary
  getConstant()
          Returns the value of the 'Constant' containment reference list.
  getDeclaration()
          Returns the value of the 'Declaration' containment reference list.
 
Methods inherited from interface ujf.verimag.bip.Core.Behaviors.BipType
getModule, setModule
 
Methods inherited from interface ujf.verimag.bip.Core.Behaviors.NamedElement
getName, getScope, setName, setScope
 
Methods inherited from interface ujf.verimag.bip.Core.Behaviors.ParameterizedElement
getDataParameter
 
Methods inherited from interface ujf.verimag.bip.Extra.Traceability.TraceableElement
getStartSourceLine, setStartSourceLine
 

Method Detail

getConstant

 getConstant()
Returns the value of the 'Constant' containment reference list. The list contents are of type Constant. It is bidirectional and its opposite is 'Part Type'.

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

Returns:
the value of the 'Constant' containment reference list.
See Also:
BehaviorsPackage.getPartType_Constant(), Constant.getPartType()

getDeclaration

 getDeclaration()
Returns the value of the 'Declaration' containment reference list. The list contents are of type Declaration.

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

Returns:
the value of the 'Declaration' containment reference list.
See Also:
BehaviorsPackage.getPartType_Declaration()