KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > opencrx > kernel > ras1 > cci > ras1Package


1 // ----------------------------------------------------------------------------
2
// Package/IntfBegin
3
// ----------------------------------------------------------------------------
4
//////////////////////////////////////////////////////////////////////////////
5
//
6
// Name: $Id: JMIAbstractMapper.java,v 1.11 2006/01/21 23:09:07 wfro Exp $
7
// Generated by: openMDX JMI Mapper
8
// Date: Mon Apr 03 11:39:01 CEST 2006
9
//
10
// GENERATED - DO NOT CHANGE MANUALLY
11
//
12
//////////////////////////////////////////////////////////////////////////////
13
package org.opencrx.kernel.ras1.cci;
14
15 public interface ras1Package
16   extends org.openmdx.base.accessor.jmi.cci.RefPackage_1_0 {
17
18
19 // ----------------------------------------------------------------------------
20
// Package/IntfClassAccessor
21
// ----------------------------------------------------------------------------
22
public org.opencrx.kernel.ras1.cci.AssetContextClass getAssetContextClass();
23
24 // ----------------------------------------------------------------------------
25
// Package/IntfFilterCreator
26
// ----------------------------------------------------------------------------
27
public org.opencrx.kernel.ras1.cci.AssetContextFilter createAssetContextFilter(
28   );
29
30   public org.opencrx.kernel.ras1.cci.AssetContextFilter createAssetContextFilter(
31     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
32     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
33   );
34
35 // ----------------------------------------------------------------------------
36
// Package/IntfClassAccessor
37
// ----------------------------------------------------------------------------
38
public org.opencrx.kernel.ras1.cci.InterfaceSpecClass getInterfaceSpecClass();
39
40 // ----------------------------------------------------------------------------
41
// Package/IntfFilterCreator
42
// ----------------------------------------------------------------------------
43
public org.opencrx.kernel.ras1.cci.InterfaceSpecFilter createInterfaceSpecFilter(
44   );
45
46   public org.opencrx.kernel.ras1.cci.InterfaceSpecFilter createInterfaceSpecFilter(
47     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
48     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
49   );
50
51 // ----------------------------------------------------------------------------
52
// Package/IntfFilterCreator
53
// ----------------------------------------------------------------------------
54
public org.opencrx.kernel.ras1.cci.DesignPartFilter createDesignPartFilter(
55   );
56
57   public org.opencrx.kernel.ras1.cci.DesignPartFilter createDesignPartFilter(
58     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
59     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
60   );
61
62 // ----------------------------------------------------------------------------
63
// Package/IntfFilterCreator
64
// ----------------------------------------------------------------------------
65
public org.opencrx.kernel.ras1.cci.ClassificationElementFilter createClassificationElementFilter(
66   );
67
68   public org.opencrx.kernel.ras1.cci.ClassificationElementFilter createClassificationElementFilter(
69     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
70     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
71   );
72
73 // ----------------------------------------------------------------------------
74
// Package/IntfClassAccessor
75
// ----------------------------------------------------------------------------
76
public org.opencrx.kernel.ras1.cci.ImplementationPartClass getImplementationPartClass();
77
78 // ----------------------------------------------------------------------------
79
// Package/IntfFilterCreator
80
// ----------------------------------------------------------------------------
81
public org.opencrx.kernel.ras1.cci.ImplementationPartFilter createImplementationPartFilter(
82   );
83
84   public org.opencrx.kernel.ras1.cci.ImplementationPartFilter createImplementationPartFilter(
85     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
86     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
87   );
88
89 // ----------------------------------------------------------------------------
90
// Package/IntfFilterCreator
91
// ----------------------------------------------------------------------------
92
public org.opencrx.kernel.ras1.cci.SolutionPartFilter createSolutionPartFilter(
93   );
94
95   public org.opencrx.kernel.ras1.cci.SolutionPartFilter createSolutionPartFilter(
96     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
97     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
98   );
99
100 // ----------------------------------------------------------------------------
101
// Package/IntfClassAccessor
102
// ----------------------------------------------------------------------------
103
public org.opencrx.kernel.ras1.cci.UseCaseClass getUseCaseClass();
104
105 // ----------------------------------------------------------------------------
106
// Package/IntfFilterCreator
107
// ----------------------------------------------------------------------------
108
public org.opencrx.kernel.ras1.cci.UseCaseFilter createUseCaseFilter(
109   );
110
111   public org.opencrx.kernel.ras1.cci.UseCaseFilter createUseCaseFilter(
112     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
113     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
114   );
115
116 // ----------------------------------------------------------------------------
117
// Package/IntfClassAccessor
118
// ----------------------------------------------------------------------------
119
public org.opencrx.kernel.ras1.cci.AssetClass getAssetClass();
120
121 // ----------------------------------------------------------------------------
122
// Package/IntfFilterCreator
123
// ----------------------------------------------------------------------------
124
public org.opencrx.kernel.ras1.cci.AssetFilter createAssetFilter(
125   );
126
127   public org.opencrx.kernel.ras1.cci.AssetFilter createAssetFilter(
128     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
129     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
130   );
131
132 // ----------------------------------------------------------------------------
133
// Package/IntfClassAccessor
134
// ----------------------------------------------------------------------------
135
public org.opencrx.kernel.ras1.cci.ArtifactDependencyClass getArtifactDependencyClass();
136
137 // ----------------------------------------------------------------------------
138
// Package/IntfFilterCreator
139
// ----------------------------------------------------------------------------
140
public org.opencrx.kernel.ras1.cci.ArtifactDependencyFilter createArtifactDependencyFilter(
141   );
142
143   public org.opencrx.kernel.ras1.cci.ArtifactDependencyFilter createArtifactDependencyFilter(
144     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
145     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
146   );
147
148 // ----------------------------------------------------------------------------
149
// Package/IntfClassAccessor
150
// ----------------------------------------------------------------------------
151
public org.opencrx.kernel.ras1.cci.RequirementDiagramClass getRequirementDiagramClass();
152
153 // ----------------------------------------------------------------------------
154
// Package/IntfFilterCreator
155
// ----------------------------------------------------------------------------
156
public org.opencrx.kernel.ras1.cci.RequirementDiagramFilter createRequirementDiagramFilter(
157   );
158
159   public org.opencrx.kernel.ras1.cci.RequirementDiagramFilter createRequirementDiagramFilter(
160     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
161     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
162   );
163
164 // ----------------------------------------------------------------------------
165
// Package/IntfClassAccessor
166
// ----------------------------------------------------------------------------
167
public org.opencrx.kernel.ras1.cci.DescriptorClass getDescriptorClass();
168
169 // ----------------------------------------------------------------------------
170
// Package/IntfFilterCreator
171
// ----------------------------------------------------------------------------
172
public org.opencrx.kernel.ras1.cci.DescriptorFilter createDescriptorFilter(
173   );
174
175   public org.opencrx.kernel.ras1.cci.DescriptorFilter createDescriptorFilter(
176     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
177     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
178   );
179
180 // ----------------------------------------------------------------------------
181
// Package/IntfClassAccessor
182
// ----------------------------------------------------------------------------
183
public org.opencrx.kernel.ras1.cci.RequirementModelClass getRequirementModelClass();
184
185 // ----------------------------------------------------------------------------
186
// Package/IntfFilterCreator
187
// ----------------------------------------------------------------------------
188
public org.opencrx.kernel.ras1.cci.RequirementModelFilter createRequirementModelFilter(
189   );
190
191   public org.opencrx.kernel.ras1.cci.RequirementModelFilter createRequirementModelFilter(
192     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
193     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
194   );
195
196 // ----------------------------------------------------------------------------
197
// Package/IntfClassAccessor
198
// ----------------------------------------------------------------------------
199
public org.opencrx.kernel.ras1.cci.DesignDiagramClass getDesignDiagramClass();
200
201 // ----------------------------------------------------------------------------
202
// Package/IntfFilterCreator
203
// ----------------------------------------------------------------------------
204
public org.opencrx.kernel.ras1.cci.DesignDiagramFilter createDesignDiagramFilter(
205   );
206
207   public org.opencrx.kernel.ras1.cci.DesignDiagramFilter createDesignDiagramFilter(
208     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
209     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
210   );
211
212 // ----------------------------------------------------------------------------
213
// Package/IntfFilterCreator
214
// ----------------------------------------------------------------------------
215
public org.opencrx.kernel.ras1.cci.ModelFilter createModelFilter(
216   );
217
218   public org.opencrx.kernel.ras1.cci.ModelFilter createModelFilter(
219     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
220     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
221   );
222
223 // ----------------------------------------------------------------------------
224
// Package/IntfFilterCreator
225
// ----------------------------------------------------------------------------
226
public org.opencrx.kernel.ras1.cci.DiagramFilter createDiagramFilter(
227   );
228
229   public org.opencrx.kernel.ras1.cci.DiagramFilter createDiagramFilter(
230     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
231     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
232   );
233
234 // ----------------------------------------------------------------------------
235
// Package/IntfClassAccessor
236
// ----------------------------------------------------------------------------
237
public org.opencrx.kernel.ras1.cci.DesignModelClass getDesignModelClass();
238
239 // ----------------------------------------------------------------------------
240
// Package/IntfFilterCreator
241
// ----------------------------------------------------------------------------
242
public org.opencrx.kernel.ras1.cci.DesignModelFilter createDesignModelFilter(
243   );
244
245   public org.opencrx.kernel.ras1.cci.DesignModelFilter createDesignModelFilter(
246     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
247     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
248   );
249
250 // ----------------------------------------------------------------------------
251
// Package/IntfClassAccessor
252
// ----------------------------------------------------------------------------
253
public org.opencrx.kernel.ras1.cci.DescriptorGroupClass getDescriptorGroupClass();
254
255 // ----------------------------------------------------------------------------
256
// Package/IntfFilterCreator
257
// ----------------------------------------------------------------------------
258
public org.opencrx.kernel.ras1.cci.DescriptorGroupFilter createDescriptorGroupFilter(
259   );
260
261   public org.opencrx.kernel.ras1.cci.DescriptorGroupFilter createDescriptorGroupFilter(
262     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
263     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
264   );
265
266 // ----------------------------------------------------------------------------
267
// Package/IntfFilterCreator
268
// ----------------------------------------------------------------------------
269
public org.opencrx.kernel.ras1.cci.ArtifactFilter createArtifactFilter(
270   );
271
272   public org.opencrx.kernel.ras1.cci.ArtifactFilter createArtifactFilter(
273     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
274     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
275   );
276
277 // ----------------------------------------------------------------------------
278
// Package/IntfClassAccessor
279
// ----------------------------------------------------------------------------
280
public org.opencrx.kernel.ras1.cci.ArtifactContextClass getArtifactContextClass();
281
282 // ----------------------------------------------------------------------------
283
// Package/IntfFilterCreator
284
// ----------------------------------------------------------------------------
285
public org.opencrx.kernel.ras1.cci.ArtifactContextFilter createArtifactContextFilter(
286   );
287
288   public org.opencrx.kernel.ras1.cci.ArtifactContextFilter createArtifactContextFilter(
289     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
290     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
291   );
292
293 // ----------------------------------------------------------------------------
294
// Package/IntfClassAccessor
295
// ----------------------------------------------------------------------------
296
public org.opencrx.kernel.ras1.cci.ProfileClass getProfileClass();
297
298 // ----------------------------------------------------------------------------
299
// Package/IntfFilterCreator
300
// ----------------------------------------------------------------------------
301
public org.opencrx.kernel.ras1.cci.ProfileFilter createProfileFilter(
302   );
303
304   public org.opencrx.kernel.ras1.cci.ProfileFilter createProfileFilter(
305     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
306     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
307   );
308
309 // ----------------------------------------------------------------------------
310
// Package/IntfClassAccessor
311
// ----------------------------------------------------------------------------
312
public org.opencrx.kernel.ras1.cci.TestDiagramClass getTestDiagramClass();
313
314 // ----------------------------------------------------------------------------
315
// Package/IntfFilterCreator
316
// ----------------------------------------------------------------------------
317
public org.opencrx.kernel.ras1.cci.TestDiagramFilter createTestDiagramFilter(
318   );
319
320   public org.opencrx.kernel.ras1.cci.TestDiagramFilter createTestDiagramFilter(
321     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
322     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
323   );
324
325 // ----------------------------------------------------------------------------
326
// Package/IntfClassAccessor
327
// ----------------------------------------------------------------------------
328
public org.opencrx.kernel.ras1.cci.VariabilityPointClass getVariabilityPointClass();
329
330 // ----------------------------------------------------------------------------
331
// Package/IntfFilterCreator
332
// ----------------------------------------------------------------------------
333
public org.opencrx.kernel.ras1.cci.VariabilityPointFilter createVariabilityPointFilter(
334   );
335
336   public org.opencrx.kernel.ras1.cci.VariabilityPointFilter createVariabilityPointFilter(
337     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
338     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
339   );
340
341 // ----------------------------------------------------------------------------
342
// Package/IntfFilterCreator
343
// ----------------------------------------------------------------------------
344
public org.opencrx.kernel.ras1.cci.RequirementPartFilter createRequirementPartFilter(
345   );
346
347   public org.opencrx.kernel.ras1.cci.RequirementPartFilter createRequirementPartFilter(
348     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
349     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
350   );
351
352 // ----------------------------------------------------------------------------
353
// Package/IntfClassAccessor
354
// ----------------------------------------------------------------------------
355
public org.opencrx.kernel.ras1.cci.TestModelClass getTestModelClass();
356
357 // ----------------------------------------------------------------------------
358
// Package/IntfFilterCreator
359
// ----------------------------------------------------------------------------
360
public org.opencrx.kernel.ras1.cci.TestModelFilter createTestModelFilter(
361   );
362
363   public org.opencrx.kernel.ras1.cci.TestModelFilter createTestModelFilter(
364     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
365     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
366   );
367
368 // ----------------------------------------------------------------------------
369
// Package/IntfFilterCreator
370
// ----------------------------------------------------------------------------
371
public org.opencrx.kernel.ras1.cci.TestPartFilter createTestPartFilter(
372   );
373
374   public org.opencrx.kernel.ras1.cci.TestPartFilter createTestPartFilter(
375     org.openmdx.compatibility.base.query.FilterProperty[] filterProperties,
376     org.openmdx.compatibility.base.dataprovider.cci.AttributeSpecifier[] attributeSpecifiers
377   );
378
379 // ----------------------------------------------------------------------------
380
// Package/IntfEnd.vm
381
// ----------------------------------------------------------------------------
382
}
383
Popular Tags