public interface Processor
extends org.eclipse.emf.ecore.EObject
The following features are supported:
CoffeePackage.getProcessor()
Modifier and Type | Method and Description |
---|---|
int |
getClockSpeed()
Returns the value of the 'Clock Speed' attribute.
|
ManufactoringProcess |
getManufactoringProcess()
Returns the value of the 'Manufactoring Process' attribute.
|
int |
getNumberOfCores()
Returns the value of the 'Number Of Cores' attribute.
|
SocketConnectorType |
getSocketconnectorType()
Returns the value of the 'Socketconnector Type' attribute.
|
int |
getThermalDesignPower()
Returns the value of the 'Thermal Design Power' attribute.
|
String |
getVendor()
Returns the value of the 'Vendor' attribute.
|
void |
setClockSpeed(int value)
Sets the value of the '
Clock
Speed ' attribute. |
void |
setManufactoringProcess(ManufactoringProcess value)
Sets the value of the '
Manufactoring Process ' attribute. |
void |
setNumberOfCores(int value)
Sets the value of the '
Number Of
Cores ' attribute. |
void |
setSocketconnectorType(SocketConnectorType value)
Sets the value of the '
Socketconnector Type ' attribute. |
void |
setThermalDesignPower(int value)
Sets the value of the '
Thermal Design Power ' attribute. |
void |
setVendor(String value)
Sets the value of the '
Vendor '
attribute. |
String getVendor()
If the meaning of the 'Vendor' attribute isn't clear, there really should be more of a description here...
setVendor(String)
,
CoffeePackage.getProcessor_Vendor()
void setVendor(String value)
Vendor
'
attribute.
value
- the new value of the 'Vendor' attribute.getVendor()
int getClockSpeed()
If the meaning of the 'Clock Speed' attribute isn't clear, there really should be more of a description here...
setClockSpeed(int)
,
CoffeePackage.getProcessor_ClockSpeed()
void setClockSpeed(int value)
Clock
Speed
' attribute.
value
- the new value of the 'Clock Speed' attribute.getClockSpeed()
int getNumberOfCores()
If the meaning of the 'Number Of Cores' attribute isn't clear, there really should be more of a description here...
setNumberOfCores(int)
,
CoffeePackage.getProcessor_NumberOfCores()
void setNumberOfCores(int value)
Number Of
Cores
' attribute.
value
- the new value of the 'Number Of Cores' attribute.getNumberOfCores()
SocketConnectorType getSocketconnectorType()
SocketConnectorType
.
If the meaning of the 'Socketconnector Type' attribute isn't clear, there really should be more of a description here...
SocketConnectorType
,
setSocketconnectorType(SocketConnectorType)
,
CoffeePackage.getProcessor_SocketconnectorType()
void setSocketconnectorType(SocketConnectorType value)
Socketconnector Type
' attribute.
value
- the new value of the 'Socketconnector Type' attribute.SocketConnectorType
,
getSocketconnectorType()
int getThermalDesignPower()
If the meaning of the 'Thermal Design Power' attribute isn't clear, there really should be more of a description here...
setThermalDesignPower(int)
,
CoffeePackage.getProcessor_ThermalDesignPower()
void setThermalDesignPower(int value)
Thermal Design Power
' attribute.
value
- the new value of the 'Thermal Design Power' attribute.getThermalDesignPower()
ManufactoringProcess getManufactoringProcess()
ManufactoringProcess
.
If the meaning of the 'Manufactoring Process' attribute isn't clear, there really should be more of a description here...
ManufactoringProcess
,
setManufactoringProcess(ManufactoringProcess)
,
CoffeePackage.getProcessor_ManufactoringProcess()
void setManufactoringProcess(ManufactoringProcess value)
Manufactoring Process
' attribute.
value
- the new value of the 'Manufactoring Process' attribute.ManufactoringProcess
,
getManufactoringProcess()
Copyright © 2018. All rights reserved.