ujf.verimag.bip.Core.Modules
Interface System

All Superinterfaces:
Module, NamedElement
All Known Implementing Classes:
SystemImpl

public interface System
extends Module

A representation of the model object 'System'.

The following features are supported:

See Also:
ModulesPackage.getSystem()

Method Summary
 Root getRoot()
          Returns the value of the 'Root' containment reference.
 void setRoot(Root value)
          Sets the value of the 'Root' containment reference.
 
Methods inherited from interface ujf.verimag.bip.Core.Modules.Module
getBipType, getDataType, getDeclaration, getSrcFileName, getUsedPackage, setSrcFileName
 
Methods inherited from interface ujf.verimag.bip.Core.Behaviors.NamedElement
getName, getScope, setName, setScope
 

Method Detail

getRoot

Root getRoot()
Returns the value of the 'Root' containment reference. It is bidirectional and its opposite is 'System'.

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

Returns:
the value of the 'Root' containment reference.
See Also:
setRoot(Root), ModulesPackage.getSystem_Root(), Root.getSystem()

setRoot

void setRoot(Root value)
Sets the value of the 'Root' containment reference.

Parameters:
value - the new value of the 'Root' containment reference.
See Also:
getRoot()