ujf.verimag.bip.Core.Modules
Interface Root

All Superinterfaces:
NamedElement
All Known Implementing Classes:
RootImpl

public interface Root
extends NamedElement

A representation of the model object 'Root'.

The following features are supported:

See Also:
ModulesPackage.getRoot()

Method Summary
  getActualData()
          Returns the value of the 'Actual Data' containment reference list.
 System getSystem()
          Returns the value of the 'System' container reference.
 ComponentType getType()
          Returns the value of the 'Type' reference.
 void setSystem(System value)
          Sets the value of the 'System' container reference.
 void setType(ComponentType value)
          Sets the value of the 'Type' reference.
 
Methods inherited from interface ujf.verimag.bip.Core.Behaviors.NamedElement
getName, getScope, setName, setScope
 

Method Detail

getType

ComponentType getType()
Returns the value of the 'Type' reference.

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

Returns:
the value of the 'Type' reference.
See Also:
setType(ComponentType), ModulesPackage.getRoot_Type()

setType

void setType(ComponentType value)
Sets the value of the 'Type' reference.

Parameters:
value - the new value of the 'Type' reference.
See Also:
getType()

getActualData

 getActualData()
Returns the value of the 'Actual Data' containment reference list. The list contents are of type Expression.

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

Returns:
the value of the 'Actual Data' containment reference list.
See Also:
ModulesPackage.getRoot_ActualData()

getSystem

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

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

Returns:
the value of the 'System' container reference.
See Also:
setSystem(ujf.verimag.bip.Core.Modules.System), ModulesPackage.getRoot_System(), System.getRoot()

setSystem

void setSystem(System value)
Sets the value of the 'System' container reference.

Parameters:
value - the new value of the 'System' container reference.
See Also:
getSystem()