ujf.verimag.bip.cmodel
Interface CConstructor

All Superinterfaces:
CBlock, CCallable, CItem, CTypedElement
All Known Implementing Classes:
CConstructorImpl

public interface CConstructor
extends CCallable

A representation of the model object 'CConstructor'.

The following features are supported:

See Also:
CmodelPackage.getCConstructor()

Method Summary
 EList getInit()
          Returns the value of the 'Init' containment reference list.
 
Methods inherited from interface ujf.verimag.bip.cmodel.CCallable
getArgument, getQualifier, getSpecifier, isBodyInDecl, setBodyInDecl, setQualifier, setSpecifier
 
Methods inherited from interface ujf.verimag.bip.cmodel.CItem
getVisibility, setVisibility
 
Methods inherited from interface ujf.verimag.bip.cmodel.CTypedElement
getType, setType
 
Methods inherited from interface ujf.verimag.bip.cmodel.CBlock
getContent
 

Method Detail

getInit

EList getInit()
Returns the value of the 'Init' containment reference list. The list contents are of type CInitialization.

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

Returns:
the value of the 'Init' containment reference list.
See Also:
CmodelPackage.getCConstructor_Init()