Skip to content

Package: Processor

Processor

Coverage

1: /**
2: * Copyright (c) 2011-2018 EclipseSource Muenchen GmbH and others.
3: *
4: * All rights reserved. This program and the accompanying materials
5: * are made available under the terms of the Eclipse Public License 2.0
6: * which accompanies this distribution, and is available at
7: * https://www.eclipse.org/legal/epl-2.0/
8: *
9: * SPDX-License-Identifier: EPL-2.0
10: *
11: * Contributors:
12: * EclipseSource Munich - initial API and implementation
13: */
14: package org.eclipse.emfforms.coffee.model.coffee;
15:
16: import org.eclipse.emf.ecore.EObject;
17:
18: /**
19: * <!-- begin-user-doc -->
20: * A representation of the model object '<em><b>Processor</b></em>'.
21: * <!-- end-user-doc -->
22: *
23: * <p>
24: * The following features are supported:
25: * </p>
26: * <ul>
27: * <li>{@link org.eclipse.emfforms.coffee.model.coffee.Processor#getVendor <em>Vendor</em>}</li>
28: * <li>{@link org.eclipse.emfforms.coffee.model.coffee.Processor#getClockSpeed <em>Clock Speed</em>}</li>
29: * <li>{@link org.eclipse.emfforms.coffee.model.coffee.Processor#getNumberOfCores <em>Number Of Cores</em>}</li>
30: * <li>{@link org.eclipse.emfforms.coffee.model.coffee.Processor#getSocketconnectorType <em>Socketconnector
31: * Type</em>}</li>
32: * <li>{@link org.eclipse.emfforms.coffee.model.coffee.Processor#getThermalDesignPower <em>Thermal Design
33: * Power</em>}</li>
34: * <li>{@link org.eclipse.emfforms.coffee.model.coffee.Processor#getManufactoringProcess <em>Manufactoring
35: * Process</em>}</li>
36: * </ul>
37: *
38: * @see org.eclipse.emfforms.coffee.model.coffee.CoffeePackage#getProcessor()
39: * @model
40: * @generated
41: */
42: public interface Processor extends EObject {
43:         /**
44:          * Returns the value of the '<em><b>Vendor</b></em>' attribute.
45:          * <!-- begin-user-doc -->
46:          * <p>
47:          * If the meaning of the '<em>Vendor</em>' attribute isn't clear,
48:          * there really should be more of a description here...
49:          * </p>
50:          * <!-- end-user-doc -->
51:          *
52:          * @return the value of the '<em>Vendor</em>' attribute.
53:          * @see #setVendor(String)
54:          * @see org.eclipse.emfforms.coffee.model.coffee.CoffeePackage#getProcessor_Vendor()
55:          * @model
56:          * @generated
57:          */
58:         String getVendor();
59:
60:         /**
61:          * Sets the value of the '{@link org.eclipse.emfforms.coffee.model.coffee.Processor#getVendor <em>Vendor</em>}'
62:          * attribute.
63:          * <!-- begin-user-doc -->
64:          * <!-- end-user-doc -->
65:          *
66:          * @param value the new value of the '<em>Vendor</em>' attribute.
67:          * @see #getVendor()
68:          * @generated
69:          */
70:         void setVendor(String value);
71:
72:         /**
73:          * Returns the value of the '<em><b>Clock Speed</b></em>' attribute.
74:          * <!-- begin-user-doc -->
75:          * <p>
76:          * If the meaning of the '<em>Clock Speed</em>' attribute isn't clear,
77:          * there really should be more of a description here...
78:          * </p>
79:          * <!-- end-user-doc -->
80:          *
81:          * @return the value of the '<em>Clock Speed</em>' attribute.
82:          * @see #setClockSpeed(int)
83:          * @see org.eclipse.emfforms.coffee.model.coffee.CoffeePackage#getProcessor_ClockSpeed()
84:          * @model
85:          * @generated
86:          */
87:         int getClockSpeed();
88:
89:         /**
90:          * Sets the value of the '{@link org.eclipse.emfforms.coffee.model.coffee.Processor#getClockSpeed <em>Clock
91:          * Speed</em>}' attribute.
92:          * <!-- begin-user-doc -->
93:          * <!-- end-user-doc -->
94:          *
95:          * @param value the new value of the '<em>Clock Speed</em>' attribute.
96:          * @see #getClockSpeed()
97:          * @generated
98:          */
99:         void setClockSpeed(int value);
100:
101:         /**
102:          * Returns the value of the '<em><b>Number Of Cores</b></em>' attribute.
103:          * <!-- begin-user-doc -->
104:          * <p>
105:          * If the meaning of the '<em>Number Of Cores</em>' attribute isn't clear,
106:          * there really should be more of a description here...
107:          * </p>
108:          * <!-- end-user-doc -->
109:          *
110:          * @return the value of the '<em>Number Of Cores</em>' attribute.
111:          * @see #setNumberOfCores(int)
112:          * @see org.eclipse.emfforms.coffee.model.coffee.CoffeePackage#getProcessor_NumberOfCores()
113:          * @model
114:          * @generated
115:          */
116:         int getNumberOfCores();
117:
118:         /**
119:          * Sets the value of the '{@link org.eclipse.emfforms.coffee.model.coffee.Processor#getNumberOfCores <em>Number Of
120:          * Cores</em>}' attribute.
121:          * <!-- begin-user-doc -->
122:          * <!-- end-user-doc -->
123:          *
124:          * @param value the new value of the '<em>Number Of Cores</em>' attribute.
125:          * @see #getNumberOfCores()
126:          * @generated
127:          */
128:         void setNumberOfCores(int value);
129:
130:         /**
131:          * Returns the value of the '<em><b>Socketconnector Type</b></em>' attribute.
132:          * The literals are from the enumeration {@link org.eclipse.emfforms.coffee.model.coffee.SocketConnectorType}.
133:          * <!-- begin-user-doc -->
134:          * <p>
135:          * If the meaning of the '<em>Socketconnector Type</em>' attribute isn't clear,
136:          * there really should be more of a description here...
137:          * </p>
138:          * <!-- end-user-doc -->
139:          *
140:          * @return the value of the '<em>Socketconnector Type</em>' attribute.
141:          * @see org.eclipse.emfforms.coffee.model.coffee.SocketConnectorType
142:          * @see #setSocketconnectorType(SocketConnectorType)
143:          * @see org.eclipse.emfforms.coffee.model.coffee.CoffeePackage#getProcessor_SocketconnectorType()
144:          * @model
145:          * @generated
146:          */
147:         SocketConnectorType getSocketconnectorType();
148:
149:         /**
150:          * Sets the value of the '{@link org.eclipse.emfforms.coffee.model.coffee.Processor#getSocketconnectorType
151:          * <em>Socketconnector Type</em>}' attribute.
152:          * <!-- begin-user-doc -->
153:          * <!-- end-user-doc -->
154:          *
155:          * @param value the new value of the '<em>Socketconnector Type</em>' attribute.
156:          * @see org.eclipse.emfforms.coffee.model.coffee.SocketConnectorType
157:          * @see #getSocketconnectorType()
158:          * @generated
159:          */
160:         void setSocketconnectorType(SocketConnectorType value);
161:
162:         /**
163:          * Returns the value of the '<em><b>Thermal Design Power</b></em>' attribute.
164:          * <!-- begin-user-doc -->
165:          * <p>
166:          * If the meaning of the '<em>Thermal Design Power</em>' attribute isn't clear,
167:          * there really should be more of a description here...
168:          * </p>
169:          * <!-- end-user-doc -->
170:          *
171:          * @return the value of the '<em>Thermal Design Power</em>' attribute.
172:          * @see #setThermalDesignPower(int)
173:          * @see org.eclipse.emfforms.coffee.model.coffee.CoffeePackage#getProcessor_ThermalDesignPower()
174:          * @model
175:          * @generated
176:          */
177:         int getThermalDesignPower();
178:
179:         /**
180:          * Sets the value of the '{@link org.eclipse.emfforms.coffee.model.coffee.Processor#getThermalDesignPower
181:          * <em>Thermal Design Power</em>}' attribute.
182:          * <!-- begin-user-doc -->
183:          * <!-- end-user-doc -->
184:          *
185:          * @param value the new value of the '<em>Thermal Design Power</em>' attribute.
186:          * @see #getThermalDesignPower()
187:          * @generated
188:          */
189:         void setThermalDesignPower(int value);
190:
191:         /**
192:          * Returns the value of the '<em><b>Manufactoring Process</b></em>' attribute.
193:          * The literals are from the enumeration {@link org.eclipse.emfforms.coffee.model.coffee.ManufactoringProcess}.
194:          * <!-- begin-user-doc -->
195:          * <p>
196:          * If the meaning of the '<em>Manufactoring Process</em>' attribute isn't clear,
197:          * there really should be more of a description here...
198:          * </p>
199:          * <!-- end-user-doc -->
200:          *
201:          * @return the value of the '<em>Manufactoring Process</em>' attribute.
202:          * @see org.eclipse.emfforms.coffee.model.coffee.ManufactoringProcess
203:          * @see #setManufactoringProcess(ManufactoringProcess)
204:          * @see org.eclipse.emfforms.coffee.model.coffee.CoffeePackage#getProcessor_ManufactoringProcess()
205:          * @model
206:          * @generated
207:          */
208:         ManufactoringProcess getManufactoringProcess();
209:
210:         /**
211:          * Sets the value of the '{@link org.eclipse.emfforms.coffee.model.coffee.Processor#getManufactoringProcess
212:          * <em>Manufactoring Process</em>}' attribute.
213:          * <!-- begin-user-doc -->
214:          * <!-- end-user-doc -->
215:          *
216:          * @param value the new value of the '<em>Manufactoring Process</em>' attribute.
217:          * @see org.eclipse.emfforms.coffee.model.coffee.ManufactoringProcess
218:          * @see #getManufactoringProcess()
219:          * @generated
220:          */
221:         void setManufactoringProcess(ManufactoringProcess value);
222:
223: } // Processor