Skip to content

Package: TestFactory

TestFactory

nameinstructionbranchcomplexitylinemethod
static {...}
M: 0 C: 3
100%
M: 0 C: 0
100%
M: 0 C: 1
100%
M: 0 C: 1
100%
M: 0 C: 1
100%

Coverage

1: /*******************************************************************************
2: * Copyright (c) 2011-2013 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: * Eugen Neufeld - initial API and implementation
13: *******************************************************************************/
14: package org.eclipse.emf.ecp.view.validation.test.model;
15:
16: import org.eclipse.emf.ecore.EFactory;
17:
18: /**
19: * <!-- begin-user-doc -->
20: * The <b>Factory</b> for the model.
21: * It provides a create method for each non-abstract class of the model.
22: * <!-- end-user-doc -->
23: *
24: * @see org.eclipse.emf.ecp.view.validation.test.model.TestPackage
25: * @generated
26: */
27: public interface TestFactory extends EFactory {
28:         /**
29:          * The singleton instance of the factory.
30:          * <!-- begin-user-doc -->
31:          * <!-- end-user-doc -->
32:          *
33:          * @generated
34:          */
35:         TestFactory eINSTANCE = org.eclipse.emf.ecp.view.validation.test.model.impl.TestFactoryImpl.init();
36:
37:         /**
38:          * Returns a new object of class '<em>Library</em>'.
39:          * <!-- begin-user-doc -->
40:          * <!-- end-user-doc -->
41:          *
42:          * @return a new object of class '<em>Library</em>'.
43:          * @generated
44:          */
45:         Library createLibrary();
46:
47:         /**
48:          * Returns a new object of class '<em>Writer</em>'.
49:          * <!-- begin-user-doc -->
50:          * <!-- end-user-doc -->
51:          *
52:          * @return a new object of class '<em>Writer</em>'.
53:          * @generated
54:          */
55:         Writer createWriter();
56:
57:         /**
58:          * Returns a new object of class '<em>Book</em>'.
59:          * <!-- begin-user-doc -->
60:          * <!-- end-user-doc -->
61:          *
62:          * @return a new object of class '<em>Book</em>'.
63:          * @generated
64:          */
65:         Book createBook();
66:
67:         /**
68:          * Returns a new object of class '<em>Librarian</em>'.
69:          * <!-- begin-user-doc -->
70:          * <!-- end-user-doc -->
71:          *
72:          * @return a new object of class '<em>Librarian</em>'.
73:          * @generated
74:          */
75:         Librarian createLibrarian();
76:
77:         /**
78:          * Returns a new object of class '<em>Computer</em>'.
79:          * <!-- begin-user-doc -->
80:          * <!-- end-user-doc -->
81:          *
82:          * @return a new object of class '<em>Computer</em>'.
83:          * @generated
84:          */
85:         Computer createComputer();
86:
87:         /**
88:          * Returns a new object of class '<em>Mainboard</em>'.
89:          * <!-- begin-user-doc -->
90:          * <!-- end-user-doc -->
91:          *
92:          * @return a new object of class '<em>Mainboard</em>'.
93:          * @generated
94:          */
95:         Mainboard createMainboard();
96:
97:         /**
98:          * Returns a new object of class '<em>Power Block</em>'.
99:          * <!-- begin-user-doc -->
100:          * <!-- end-user-doc -->
101:          *
102:          * @return a new object of class '<em>Power Block</em>'.
103:          * @generated
104:          */
105:         PowerBlock createPowerBlock();
106:
107:         /**
108:          * Returns a new object of class '<em>Container</em>'.
109:          * <!-- begin-user-doc -->
110:          * <!-- end-user-doc -->
111:          *
112:          * @return a new object of class '<em>Container</em>'.
113:          * @generated
114:          */
115:         Container createContainer();
116:
117:         /**
118:          * Returns a new object of class '<em>Content</em>'.
119:          * <!-- begin-user-doc -->
120:          * <!-- end-user-doc -->
121:          *
122:          * @return a new object of class '<em>Content</em>'.
123:          * @generated
124:          */
125:         Content createContent();
126:
127:         /**
128:          * Returns a new object of class '<em>Table With Multiplicity</em>'.
129:          * <!-- begin-user-doc -->
130:          * <!-- end-user-doc -->
131:          *
132:          * @return a new object of class '<em>Table With Multiplicity</em>'.
133:          * @generated
134:          */
135:         TableWithMultiplicity createTableWithMultiplicity();
136:
137:         /**
138:          * Returns a new object of class '<em>Table Content Without Validation</em>'.
139:          * <!-- begin-user-doc -->
140:          * <!-- end-user-doc -->
141:          *
142:          * @return a new object of class '<em>Table Content Without Validation</em>'.
143:          * @generated
144:          */
145:         TableContentWithoutValidation createTableContentWithoutValidation();
146:
147:         /**
148:          * Returns a new object of class '<em>Table Content With Validation</em>'.
149:          * <!-- begin-user-doc -->
150:          * <!-- end-user-doc -->
151:          *
152:          * @return a new object of class '<em>Table Content With Validation</em>'.
153:          * @generated
154:          */
155:         TableContentWithValidation createTableContentWithValidation();
156:
157:         /**
158:          * Returns a new object of class '<em>Table Without Multiplicity</em>'.
159:          * <!-- begin-user-doc -->
160:          * <!-- end-user-doc -->
161:          *
162:          * @return a new object of class '<em>Table Without Multiplicity</em>'.
163:          * @generated
164:          */
165:         TableWithoutMultiplicity createTableWithoutMultiplicity();
166:
167:         /**
168:          * Returns a new object of class '<em>Table With Unique</em>'.
169:          * <!-- begin-user-doc -->
170:          * <!-- end-user-doc -->
171:          *
172:          * @return a new object of class '<em>Table With Unique</em>'.
173:          * @generated
174:          */
175:         TableWithUnique createTableWithUnique();
176:
177:         /**
178:          * Returns a new object of class '<em>Table Content With Inner Child2</em>'.
179:          * <!-- begin-user-doc -->
180:          * <!-- end-user-doc -->
181:          *
182:          * @return a new object of class '<em>Table Content With Inner Child2</em>'.
183:          * @generated
184:          */
185:         TableContentWithInnerChild2 createTableContentWithInnerChild2();
186:
187:         /**
188:          * Returns a new object of class '<em>Table Content With Inner Child</em>'.
189:          * <!-- begin-user-doc -->
190:          * <!-- end-user-doc -->
191:          *
192:          * @return a new object of class '<em>Table Content With Inner Child</em>'.
193:          * @generated
194:          */
195:         TableContentWithInnerChild createTableContentWithInnerChild();
196:
197:         /**
198:          * Returns a new object of class '<em>Table Without Multiplicity Concrete</em>'.
199:          * <!-- begin-user-doc -->
200:          * <!-- end-user-doc -->
201:          *
202:          * @return a new object of class '<em>Table Without Multiplicity Concrete</em>'.
203:          * @generated
204:          */
205:         TableWithoutMultiplicityConcrete createTableWithoutMultiplicityConcrete();
206:
207:         /**
208:          * Returns a new object of class '<em>Referencer</em>'.
209:          * <!-- begin-user-doc -->
210:          * <!-- end-user-doc -->
211:          *
212:          * @return a new object of class '<em>Referencer</em>'.
213:          * @generated
214:          */
215:         Referencer createReferencer();
216:
217:         /**
218:          * Returns a new object of class '<em>Cross Reference Container</em>'.
219:          * <!-- begin-user-doc -->
220:          * <!-- end-user-doc -->
221:          *
222:          * @return a new object of class '<em>Cross Reference Container</em>'.
223:          * @generated
224:          */
225:         CrossReferenceContainer createCrossReferenceContainer();
226:
227:         /**
228:          * Returns a new object of class '<em>Cross Reference Content</em>'.
229:          * <!-- begin-user-doc -->
230:          * <!-- end-user-doc -->
231:          *
232:          * @return a new object of class '<em>Cross Reference Content</em>'.
233:          * @generated
234:          */
235:         CrossReferenceContent createCrossReferenceContent();
236:
237:         /**
238:          * Returns a new object of class '<em>Person</em>'.
239:          * <!-- begin-user-doc -->
240:          * <!-- end-user-doc -->
241:          *
242:          * @return a new object of class '<em>Person</em>'.
243:          * @generated
244:          */
245:         Person createPerson();
246:
247:         /**
248:          * Returns the package supported by this factory.
249:          * <!-- begin-user-doc -->
250:          * <!-- end-user-doc -->
251:          *
252:          * @return the package supported by this factory.
253:          * @generated
254:          */
255:         TestPackage getTestPackage();
256:
257: } // TestFactory