Skip to content

Package: ControlUnit

ControlUnit

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.common.util.EList;
17:
18: /**
19: * <!-- begin-user-doc -->
20: * A representation of the model object '<em><b>Control Unit</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.ControlUnit#getProcessor <em>Processor</em>}</li>
28: * <li>{@link org.eclipse.emfforms.coffee.model.coffee.ControlUnit#getDimension <em>Dimension</em>}</li>
29: * <li>{@link org.eclipse.emfforms.coffee.model.coffee.ControlUnit#getRam <em>Ram</em>}</li>
30: * <li>{@link org.eclipse.emfforms.coffee.model.coffee.ControlUnit#getDisplay <em>Display</em>}</li>
31: * <li>{@link org.eclipse.emfforms.coffee.model.coffee.ControlUnit#getUserDescription <em>User Description</em>}</li>
32: * </ul>
33: *
34: * @see org.eclipse.emfforms.coffee.model.coffee.CoffeePackage#getControlUnit()
35: * @model
36: * @generated
37: */
38: public interface ControlUnit extends Component {
39:         /**
40:          * Returns the value of the '<em><b>Processor</b></em>' containment reference.
41:          * <!-- begin-user-doc -->
42:          * <p>
43:          * If the meaning of the '<em>Processor</em>' containment reference isn't clear,
44:          * there really should be more of a description here...
45:          * </p>
46:          * <!-- end-user-doc -->
47:          *
48:          * @return the value of the '<em>Processor</em>' containment reference.
49:          * @see #setProcessor(Processor)
50:          * @see org.eclipse.emfforms.coffee.model.coffee.CoffeePackage#getControlUnit_Processor()
51:          * @model containment="true" required="true"
52:          * @generated
53:          */
54:         Processor getProcessor();
55:
56:         /**
57:          * Sets the value of the '{@link org.eclipse.emfforms.coffee.model.coffee.ControlUnit#getProcessor
58:          * <em>Processor</em>}' containment reference.
59:          * <!-- begin-user-doc -->
60:          * <!-- end-user-doc -->
61:          *
62:          * @param value the new value of the '<em>Processor</em>' containment reference.
63:          * @see #getProcessor()
64:          * @generated
65:          */
66:         void setProcessor(Processor value);
67:
68:         /**
69:          * Returns the value of the '<em><b>Dimension</b></em>' containment reference.
70:          * <!-- begin-user-doc -->
71:          * <p>
72:          * If the meaning of the '<em>Dimension</em>' reference isn't clear,
73:          * there really should be more of a description here...
74:          * </p>
75:          * <!-- end-user-doc -->
76:          *
77:          * @return the value of the '<em>Dimension</em>' containment reference.
78:          * @see #setDimension(Dimension)
79:          * @see org.eclipse.emfforms.coffee.model.coffee.CoffeePackage#getControlUnit_Dimension()
80:          * @model containment="true" required="true"
81:          * @generated
82:          */
83:         Dimension getDimension();
84:
85:         /**
86:          * Sets the value of the '{@link org.eclipse.emfforms.coffee.model.coffee.ControlUnit#getDimension
87:          * <em>Dimension</em>}' containment reference.
88:          * <!-- begin-user-doc -->
89:          * <!-- end-user-doc -->
90:          *
91:          * @param value the new value of the '<em>Dimension</em>' containment reference.
92:          * @see #getDimension()
93:          * @generated
94:          */
95:         void setDimension(Dimension value);
96:
97:         /**
98:          * Returns the value of the '<em><b>Ram</b></em>' containment reference list.
99:          * The list contents are of type {@link org.eclipse.emfforms.coffee.model.coffee.RAM}.
100:          * <!-- begin-user-doc -->
101:          * <p>
102:          * If the meaning of the '<em>Ram</em>' containment reference list isn't clear,
103:          * there really should be more of a description here...
104:          * </p>
105:          * <!-- end-user-doc -->
106:          *
107:          * @return the value of the '<em>Ram</em>' containment reference list.
108:          * @see org.eclipse.emfforms.coffee.model.coffee.CoffeePackage#getControlUnit_Ram()
109:          * @model containment="true" required="true"
110:          * @generated
111:          */
112:         EList<RAM> getRam();
113:
114:         /**
115:          * Returns the value of the '<em><b>Display</b></em>' containment reference.
116:          * <!-- begin-user-doc -->
117:          * <p>
118:          * If the meaning of the '<em>Display</em>' containment reference isn't clear,
119:          * there really should be more of a description here...
120:          * </p>
121:          * <!-- end-user-doc -->
122:          *
123:          * @return the value of the '<em>Display</em>' containment reference.
124:          * @see #setDisplay(Display)
125:          * @see org.eclipse.emfforms.coffee.model.coffee.CoffeePackage#getControlUnit_Display()
126:          * @model containment="true"
127:          * @generated
128:          */
129:         Display getDisplay();
130:
131:         /**
132:          * Sets the value of the '{@link org.eclipse.emfforms.coffee.model.coffee.ControlUnit#getDisplay <em>Display</em>}'
133:          * containment reference.
134:          * <!-- begin-user-doc -->
135:          * <!-- end-user-doc -->
136:          *
137:          * @param value the new value of the '<em>Display</em>' containment reference.
138:          * @see #getDisplay()
139:          * @generated
140:          */
141:         void setDisplay(Display value);
142:
143:         /**
144:          * Returns the value of the '<em><b>User Description</b></em>' attribute.
145:          * <!-- begin-user-doc -->
146:          * <p>
147:          * If the meaning of the '<em>User Description</em>' attribute isn't clear,
148:          * there really should be more of a description here...
149:          * </p>
150:          * <!-- end-user-doc -->
151:          *
152:          * @return the value of the '<em>User Description</em>' attribute.
153:          * @see #setUserDescription(String)
154:          * @see org.eclipse.emfforms.coffee.model.coffee.CoffeePackage#getControlUnit_UserDescription()
155:          * @model
156:          * @generated
157:          */
158:         String getUserDescription();
159:
160:         /**
161:          * Sets the value of the '{@link org.eclipse.emfforms.coffee.model.coffee.ControlUnit#getUserDescription <em>User
162:          * Description</em>}' attribute.
163:          * <!-- begin-user-doc -->
164:          * <!-- end-user-doc -->
165:          *
166:          * @param value the new value of the '<em>User Description</em>' attribute.
167:          * @see #getUserDescription()
168:          * @generated
169:          */
170:         void setUserDescription(String value);
171:
172: } // ControlUnit