ujf.verimag.bip.Core.Behaviors
Interface BipType

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

public interface BipType
extends NamedElement, ParameterizedElement, TraceableElement

A representation of the model object 'Bip Type'.

The following features are supported:

See Also:
BehaviorsPackage.getBipType()

Method Summary
 Module getModule()
          Returns the value of the 'Module' container reference.
 void setModule(Module value)
          Sets the value of the 'Module' container reference.
 
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

getModule

Module getModule()
Returns the value of the 'Module' container reference. It is bidirectional and its opposite is 'Bip Type'.

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

Returns:
the value of the 'Module' container reference.
See Also:
setModule(Module), BehaviorsPackage.getBipType_Module(), Module.getBipType()

setModule

void setModule(Module value)
Sets the value of the 'Module' container reference.

Parameters:
value - the new value of the 'Module' container reference.
See Also:
getModule()