public interface ControlUnit extends Component
The following features are supported:
CoffeePackage.getControlUnit()
Modifier and Type | Method and Description |
---|---|
Dimension |
getDimension()
Returns the value of the 'Dimension' reference.
|
Display |
getDisplay()
Returns the value of the 'Display' containment reference.
|
Processor |
getProcessor()
Returns the value of the 'Processor' containment reference.
|
org.eclipse.emf.common.util.EList<RAM> |
getRam()
Returns the value of the 'Ram' containment reference list.
|
String |
getUserDescription()
Returns the value of the 'User Description' attribute.
|
void |
setDimension(Dimension value)
Sets the value of the '
Dimension ' reference. |
void |
setDisplay(Display value)
Sets the value of the '
Display '
containment reference. |
void |
setProcessor(Processor value)
Sets the value of the '
Processor ' containment reference. |
void |
setUserDescription(String value)
Sets the value of the '
User
Description ' attribute. |
getActivities, getChildren, getParent, setParent
Processor getProcessor()
If the meaning of the 'Processor' containment reference isn't clear, there really should be more of a description here...
setProcessor(Processor)
,
CoffeePackage.getControlUnit_Processor()
void setProcessor(Processor value)
Processor
' containment reference.
value
- the new value of the 'Processor' containment reference.getProcessor()
Dimension getDimension()
If the meaning of the 'Dimension' reference isn't clear, there really should be more of a description here...
setDimension(Dimension)
,
CoffeePackage.getControlUnit_Dimension()
void setDimension(Dimension value)
Dimension
' reference.
value
- the new value of the 'Dimension' reference.getDimension()
org.eclipse.emf.common.util.EList<RAM> getRam()
RAM
.
If the meaning of the 'Ram' containment reference list isn't clear, there really should be more of a description here...
CoffeePackage.getControlUnit_Ram()
Display getDisplay()
If the meaning of the 'Display' containment reference isn't clear, there really should be more of a description here...
setDisplay(Display)
,
CoffeePackage.getControlUnit_Display()
void setDisplay(Display value)
Display
'
containment reference.
value
- the new value of the 'Display' containment reference.getDisplay()
String getUserDescription()
If the meaning of the 'User Description' attribute isn't clear, there really should be more of a description here...
setUserDescription(String)
,
CoffeePackage.getControlUnit_UserDescription()
void setUserDescription(String value)
User
Description
' attribute.
value
- the new value of the 'User Description' attribute.getUserDescription()
Copyright © 2018. All rights reserved.