aboutsummaryrefslogtreecommitdiffstats
path: root/Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/applicationConfiguration/GenerationTask.java
diff options
context:
space:
mode:
authorLibravatar OszkarSemerath <oszkar.semerath@gmail.com>2018-01-24 01:06:37 +0100
committerLibravatar OszkarSemerath <oszkar.semerath@gmail.com>2018-01-24 01:06:37 +0100
commite55fc0c91990c1de9cfdc02b5859b7419735abd3 (patch)
treeb0f879a78dad307b5f786f0bdee2107ece8b2444 /Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/applicationConfiguration/GenerationTask.java
parentRemoved PQuery from API, IQuerySpecification is used instead (diff)
downloadVIATRA-Generator-e55fc0c91990c1de9cfdc02b5859b7419735abd3.tar.gz
VIATRA-Generator-e55fc0c91990c1de9cfdc02b5859b7419735abd3.tar.zst
VIATRA-Generator-e55fc0c91990c1de9cfdc02b5859b7419735abd3.zip
New Scope format: #String += 2..*
Diffstat (limited to 'Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/applicationConfiguration/GenerationTask.java')
-rw-r--r--Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/applicationConfiguration/GenerationTask.java351
1 files changed, 351 insertions, 0 deletions
diff --git a/Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/applicationConfiguration/GenerationTask.java b/Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/applicationConfiguration/GenerationTask.java
new file mode 100644
index 00000000..7d62d979
--- /dev/null
+++ b/Application/hu.bme.mit.inf.dslreasoner.application/src-gen/hu/bme/mit/inf/dslreasoner/application/applicationConfiguration/GenerationTask.java
@@ -0,0 +1,351 @@
1/**
2 * generated by Xtext 2.10.0
3 */
4package hu.bme.mit.inf.dslreasoner.application.applicationConfiguration;
5
6
7/**
8 * <!-- begin-user-doc -->
9 * A representation of the model object '<em><b>Generation Task</b></em>'.
10 * <!-- end-user-doc -->
11 *
12 * <p>
13 * The following features are supported:
14 * </p>
15 * <ul>
16 * <li>{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.GenerationTask#getMetamodel <em>Metamodel</em>}</li>
17 * <li>{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.GenerationTask#getPartialModel <em>Partial Model</em>}</li>
18 * <li>{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.GenerationTask#getPatterns <em>Patterns</em>}</li>
19 * <li>{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.GenerationTask#getScope <em>Scope</em>}</li>
20 * <li>{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.GenerationTask#getNumber <em>Number</em>}</li>
21 * <li>{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.GenerationTask#getRuns <em>Runs</em>}</li>
22 * <li>{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.GenerationTask#getSolver <em>Solver</em>}</li>
23 * <li>{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.GenerationTask#getConfig <em>Config</em>}</li>
24 * <li>{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.GenerationTask#getTagetFolder <em>Taget Folder</em>}</li>
25 * <li>{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.GenerationTask#getDebugFolder <em>Debug Folder</em>}</li>
26 * <li>{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.GenerationTask#getTargetLogFile <em>Target Log File</em>}</li>
27 * <li>{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.GenerationTask#getTargetStatisticsFile <em>Target Statistics File</em>}</li>
28 * </ul>
29 *
30 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ApplicationConfigurationPackage#getGenerationTask()
31 * @model
32 * @generated
33 */
34public interface GenerationTask extends Task
35{
36 /**
37 * Returns the value of the '<em><b>Metamodel</b></em>' containment reference.
38 * <!-- begin-user-doc -->
39 * <p>
40 * If the meaning of the '<em>Metamodel</em>' containment reference isn't clear,
41 * there really should be more of a description here...
42 * </p>
43 * <!-- end-user-doc -->
44 * @return the value of the '<em>Metamodel</em>' containment reference.
45 * @see #setMetamodel(Metamodel)
46 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ApplicationConfigurationPackage#getGenerationTask_Metamodel()
47 * @model containment="true"
48 * @generated
49 */
50 Metamodel getMetamodel();
51
52 /**
53 * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.GenerationTask#getMetamodel <em>Metamodel</em>}' containment reference.
54 * <!-- begin-user-doc -->
55 * <!-- end-user-doc -->
56 * @param value the new value of the '<em>Metamodel</em>' containment reference.
57 * @see #getMetamodel()
58 * @generated
59 */
60 void setMetamodel(Metamodel value);
61
62 /**
63 * Returns the value of the '<em><b>Partial Model</b></em>' containment reference.
64 * <!-- begin-user-doc -->
65 * <p>
66 * If the meaning of the '<em>Partial Model</em>' containment reference isn't clear,
67 * there really should be more of a description here...
68 * </p>
69 * <!-- end-user-doc -->
70 * @return the value of the '<em>Partial Model</em>' containment reference.
71 * @see #setPartialModel(PartialModel)
72 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ApplicationConfigurationPackage#getGenerationTask_PartialModel()
73 * @model containment="true"
74 * @generated
75 */
76 PartialModel getPartialModel();
77
78 /**
79 * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.GenerationTask#getPartialModel <em>Partial Model</em>}' containment reference.
80 * <!-- begin-user-doc -->
81 * <!-- end-user-doc -->
82 * @param value the new value of the '<em>Partial Model</em>' containment reference.
83 * @see #getPartialModel()
84 * @generated
85 */
86 void setPartialModel(PartialModel value);
87
88 /**
89 * Returns the value of the '<em><b>Patterns</b></em>' containment reference.
90 * <!-- begin-user-doc -->
91 * <p>
92 * If the meaning of the '<em>Patterns</em>' containment reference isn't clear,
93 * there really should be more of a description here...
94 * </p>
95 * <!-- end-user-doc -->
96 * @return the value of the '<em>Patterns</em>' containment reference.
97 * @see #setPatterns(GraphPattern)
98 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ApplicationConfigurationPackage#getGenerationTask_Patterns()
99 * @model containment="true"
100 * @generated
101 */
102 GraphPattern getPatterns();
103
104 /**
105 * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.GenerationTask#getPatterns <em>Patterns</em>}' containment reference.
106 * <!-- begin-user-doc -->
107 * <!-- end-user-doc -->
108 * @param value the new value of the '<em>Patterns</em>' containment reference.
109 * @see #getPatterns()
110 * @generated
111 */
112 void setPatterns(GraphPattern value);
113
114 /**
115 * Returns the value of the '<em><b>Scope</b></em>' containment reference.
116 * <!-- begin-user-doc -->
117 * <p>
118 * If the meaning of the '<em>Scope</em>' containment reference isn't clear,
119 * there really should be more of a description here...
120 * </p>
121 * <!-- end-user-doc -->
122 * @return the value of the '<em>Scope</em>' containment reference.
123 * @see #setScope(Scope)
124 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ApplicationConfigurationPackage#getGenerationTask_Scope()
125 * @model containment="true"
126 * @generated
127 */
128 Scope getScope();
129
130 /**
131 * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.GenerationTask#getScope <em>Scope</em>}' containment reference.
132 * <!-- begin-user-doc -->
133 * <!-- end-user-doc -->
134 * @param value the new value of the '<em>Scope</em>' containment reference.
135 * @see #getScope()
136 * @generated
137 */
138 void setScope(Scope value);
139
140 /**
141 * Returns the value of the '<em><b>Number</b></em>' attribute.
142 * <!-- begin-user-doc -->
143 * <p>
144 * If the meaning of the '<em>Number</em>' attribute isn't clear,
145 * there really should be more of a description here...
146 * </p>
147 * <!-- end-user-doc -->
148 * @return the value of the '<em>Number</em>' attribute.
149 * @see #setNumber(int)
150 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ApplicationConfigurationPackage#getGenerationTask_Number()
151 * @model
152 * @generated
153 */
154 int getNumber();
155
156 /**
157 * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.GenerationTask#getNumber <em>Number</em>}' attribute.
158 * <!-- begin-user-doc -->
159 * <!-- end-user-doc -->
160 * @param value the new value of the '<em>Number</em>' attribute.
161 * @see #getNumber()
162 * @generated
163 */
164 void setNumber(int value);
165
166 /**
167 * Returns the value of the '<em><b>Runs</b></em>' attribute.
168 * <!-- begin-user-doc -->
169 * <p>
170 * If the meaning of the '<em>Runs</em>' attribute isn't clear,
171 * there really should be more of a description here...
172 * </p>
173 * <!-- end-user-doc -->
174 * @return the value of the '<em>Runs</em>' attribute.
175 * @see #setRuns(int)
176 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ApplicationConfigurationPackage#getGenerationTask_Runs()
177 * @model
178 * @generated
179 */
180 int getRuns();
181
182 /**
183 * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.GenerationTask#getRuns <em>Runs</em>}' attribute.
184 * <!-- begin-user-doc -->
185 * <!-- end-user-doc -->
186 * @param value the new value of the '<em>Runs</em>' attribute.
187 * @see #getRuns()
188 * @generated
189 */
190 void setRuns(int value);
191
192 /**
193 * Returns the value of the '<em><b>Solver</b></em>' attribute.
194 * The literals are from the enumeration {@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.Solver}.
195 * <!-- begin-user-doc -->
196 * <p>
197 * If the meaning of the '<em>Solver</em>' attribute isn't clear,
198 * there really should be more of a description here...
199 * </p>
200 * <!-- end-user-doc -->
201 * @return the value of the '<em>Solver</em>' attribute.
202 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.Solver
203 * @see #setSolver(Solver)
204 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ApplicationConfigurationPackage#getGenerationTask_Solver()
205 * @model
206 * @generated
207 */
208 Solver getSolver();
209
210 /**
211 * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.GenerationTask#getSolver <em>Solver</em>}' attribute.
212 * <!-- begin-user-doc -->
213 * <!-- end-user-doc -->
214 * @param value the new value of the '<em>Solver</em>' attribute.
215 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.Solver
216 * @see #getSolver()
217 * @generated
218 */
219 void setSolver(Solver value);
220
221 /**
222 * Returns the value of the '<em><b>Config</b></em>' containment reference.
223 * <!-- begin-user-doc -->
224 * <p>
225 * If the meaning of the '<em>Config</em>' containment reference isn't clear,
226 * there really should be more of a description here...
227 * </p>
228 * <!-- end-user-doc -->
229 * @return the value of the '<em>Config</em>' containment reference.
230 * @see #setConfig(Config)
231 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ApplicationConfigurationPackage#getGenerationTask_Config()
232 * @model containment="true"
233 * @generated
234 */
235 Config getConfig();
236
237 /**
238 * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.GenerationTask#getConfig <em>Config</em>}' containment reference.
239 * <!-- begin-user-doc -->
240 * <!-- end-user-doc -->
241 * @param value the new value of the '<em>Config</em>' containment reference.
242 * @see #getConfig()
243 * @generated
244 */
245 void setConfig(Config value);
246
247 /**
248 * Returns the value of the '<em><b>Taget Folder</b></em>' containment reference.
249 * <!-- begin-user-doc -->
250 * <p>
251 * If the meaning of the '<em>Taget Folder</em>' containment reference isn't clear,
252 * there really should be more of a description here...
253 * </p>
254 * <!-- end-user-doc -->
255 * @return the value of the '<em>Taget Folder</em>' containment reference.
256 * @see #setTagetFolder(File)
257 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ApplicationConfigurationPackage#getGenerationTask_TagetFolder()
258 * @model containment="true"
259 * @generated
260 */
261 File getTagetFolder();
262
263 /**
264 * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.GenerationTask#getTagetFolder <em>Taget Folder</em>}' containment reference.
265 * <!-- begin-user-doc -->
266 * <!-- end-user-doc -->
267 * @param value the new value of the '<em>Taget Folder</em>' containment reference.
268 * @see #getTagetFolder()
269 * @generated
270 */
271 void setTagetFolder(File value);
272
273 /**
274 * Returns the value of the '<em><b>Debug Folder</b></em>' containment reference.
275 * <!-- begin-user-doc -->
276 * <p>
277 * If the meaning of the '<em>Debug Folder</em>' containment reference isn't clear,
278 * there really should be more of a description here...
279 * </p>
280 * <!-- end-user-doc -->
281 * @return the value of the '<em>Debug Folder</em>' containment reference.
282 * @see #setDebugFolder(File)
283 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ApplicationConfigurationPackage#getGenerationTask_DebugFolder()
284 * @model containment="true"
285 * @generated
286 */
287 File getDebugFolder();
288
289 /**
290 * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.GenerationTask#getDebugFolder <em>Debug Folder</em>}' containment reference.
291 * <!-- begin-user-doc -->
292 * <!-- end-user-doc -->
293 * @param value the new value of the '<em>Debug Folder</em>' containment reference.
294 * @see #getDebugFolder()
295 * @generated
296 */
297 void setDebugFolder(File value);
298
299 /**
300 * Returns the value of the '<em><b>Target Log File</b></em>' containment reference.
301 * <!-- begin-user-doc -->
302 * <p>
303 * If the meaning of the '<em>Target Log File</em>' containment reference isn't clear,
304 * there really should be more of a description here...
305 * </p>
306 * <!-- end-user-doc -->
307 * @return the value of the '<em>Target Log File</em>' containment reference.
308 * @see #setTargetLogFile(File)
309 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ApplicationConfigurationPackage#getGenerationTask_TargetLogFile()
310 * @model containment="true"
311 * @generated
312 */
313 File getTargetLogFile();
314
315 /**
316 * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.GenerationTask#getTargetLogFile <em>Target Log File</em>}' containment reference.
317 * <!-- begin-user-doc -->
318 * <!-- end-user-doc -->
319 * @param value the new value of the '<em>Target Log File</em>' containment reference.
320 * @see #getTargetLogFile()
321 * @generated
322 */
323 void setTargetLogFile(File value);
324
325 /**
326 * Returns the value of the '<em><b>Target Statistics File</b></em>' containment reference.
327 * <!-- begin-user-doc -->
328 * <p>
329 * If the meaning of the '<em>Target Statistics File</em>' containment reference isn't clear,
330 * there really should be more of a description here...
331 * </p>
332 * <!-- end-user-doc -->
333 * @return the value of the '<em>Target Statistics File</em>' containment reference.
334 * @see #setTargetStatisticsFile(File)
335 * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ApplicationConfigurationPackage#getGenerationTask_TargetStatisticsFile()
336 * @model containment="true"
337 * @generated
338 */
339 File getTargetStatisticsFile();
340
341 /**
342 * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.GenerationTask#getTargetStatisticsFile <em>Target Statistics File</em>}' containment reference.
343 * <!-- begin-user-doc -->
344 * <!-- end-user-doc -->
345 * @param value the new value of the '<em>Target Statistics File</em>' containment reference.
346 * @see #getTargetStatisticsFile()
347 * @generated
348 */
349 void setTargetStatisticsFile(File value);
350
351} // GenerationTask