aboutsummaryrefslogtreecommitdiffstats
path: root/Stochastic/hu.bme.mit.inf.dslreasoner.faulttree.model/ecore-gen/hu/bme/mit/inf/dslreasoner/faulttree/model/ft/FtPackage.java
diff options
context:
space:
mode:
Diffstat (limited to 'Stochastic/hu.bme.mit.inf.dslreasoner.faulttree.model/ecore-gen/hu/bme/mit/inf/dslreasoner/faulttree/model/ft/FtPackage.java')
-rw-r--r--Stochastic/hu.bme.mit.inf.dslreasoner.faulttree.model/ecore-gen/hu/bme/mit/inf/dslreasoner/faulttree/model/ft/FtPackage.java308
1 files changed, 264 insertions, 44 deletions
diff --git a/Stochastic/hu.bme.mit.inf.dslreasoner.faulttree.model/ecore-gen/hu/bme/mit/inf/dslreasoner/faulttree/model/ft/FtPackage.java b/Stochastic/hu.bme.mit.inf.dslreasoner.faulttree.model/ecore-gen/hu/bme/mit/inf/dslreasoner/faulttree/model/ft/FtPackage.java
index e376063c..dd35d666 100644
--- a/Stochastic/hu.bme.mit.inf.dslreasoner.faulttree.model/ecore-gen/hu/bme/mit/inf/dslreasoner/faulttree/model/ft/FtPackage.java
+++ b/Stochastic/hu.bme.mit.inf.dslreasoner.faulttree.model/ecore-gen/hu/bme/mit/inf/dslreasoner/faulttree/model/ft/FtPackage.java
@@ -57,6 +57,34 @@ public interface FtPackage extends EPackage {
57 FtPackage eINSTANCE = hu.bme.mit.inf.dslreasoner.faulttree.model.ft.impl.FtPackageImpl.init(); 57 FtPackage eINSTANCE = hu.bme.mit.inf.dslreasoner.faulttree.model.ft.impl.FtPackageImpl.init();
58 58
59 /** 59 /**
60 * The meta object id for the '{@link hu.bme.mit.inf.dslreasoner.faulttree.model.ft.impl.ReliabilityModelImpl <em>Reliability Model</em>}' class.
61 * <!-- begin-user-doc -->
62 * <!-- end-user-doc -->
63 * @see hu.bme.mit.inf.dslreasoner.faulttree.model.ft.impl.ReliabilityModelImpl
64 * @see hu.bme.mit.inf.dslreasoner.faulttree.model.ft.impl.FtPackageImpl#getReliabilityModel()
65 * @generated
66 */
67 int RELIABILITY_MODEL = 10;
68
69 /**
70 * The number of structural features of the '<em>Reliability Model</em>' class.
71 * <!-- begin-user-doc -->
72 * <!-- end-user-doc -->
73 * @generated
74 * @ordered
75 */
76 int RELIABILITY_MODEL_FEATURE_COUNT = 0;
77
78 /**
79 * The number of operations of the '<em>Reliability Model</em>' class.
80 * <!-- begin-user-doc -->
81 * <!-- end-user-doc -->
82 * @generated
83 * @ordered
84 */
85 int RELIABILITY_MODEL_OPERATION_COUNT = 0;
86
87 /**
60 * The meta object id for the '{@link hu.bme.mit.inf.dslreasoner.faulttree.model.ft.impl.FaultTreeImpl <em>Fault Tree</em>}' class. 88 * The meta object id for the '{@link hu.bme.mit.inf.dslreasoner.faulttree.model.ft.impl.FaultTreeImpl <em>Fault Tree</em>}' class.
61 * <!-- begin-user-doc --> 89 * <!-- begin-user-doc -->
62 * <!-- end-user-doc --> 90 * <!-- end-user-doc -->
@@ -73,7 +101,7 @@ public interface FtPackage extends EPackage {
73 * @generated 101 * @generated
74 * @ordered 102 * @ordered
75 */ 103 */
76 int FAULT_TREE__EVENTS = 0; 104 int FAULT_TREE__EVENTS = RELIABILITY_MODEL_FEATURE_COUNT + 0;
77 105
78 /** 106 /**
79 * The feature id for the '<em><b>Top Event</b></em>' reference. 107 * The feature id for the '<em><b>Top Event</b></em>' reference.
@@ -82,7 +110,7 @@ public interface FtPackage extends EPackage {
82 * @generated 110 * @generated
83 * @ordered 111 * @ordered
84 */ 112 */
85 int FAULT_TREE__TOP_EVENT = 1; 113 int FAULT_TREE__TOP_EVENT = RELIABILITY_MODEL_FEATURE_COUNT + 1;
86 114
87 /** 115 /**
88 * The number of structural features of the '<em>Fault Tree</em>' class. 116 * The number of structural features of the '<em>Fault Tree</em>' class.
@@ -91,7 +119,7 @@ public interface FtPackage extends EPackage {
91 * @generated 119 * @generated
92 * @ordered 120 * @ordered
93 */ 121 */
94 int FAULT_TREE_FEATURE_COUNT = 2; 122 int FAULT_TREE_FEATURE_COUNT = RELIABILITY_MODEL_FEATURE_COUNT + 2;
95 123
96 /** 124 /**
97 * The number of operations of the '<em>Fault Tree</em>' class. 125 * The number of operations of the '<em>Fault Tree</em>' class.
@@ -100,7 +128,7 @@ public interface FtPackage extends EPackage {
100 * @generated 128 * @generated
101 * @ordered 129 * @ordered
102 */ 130 */
103 int FAULT_TREE_OPERATION_COUNT = 0; 131 int FAULT_TREE_OPERATION_COUNT = RELIABILITY_MODEL_OPERATION_COUNT + 0;
104 132
105 /** 133 /**
106 * The meta object id for the '{@link hu.bme.mit.inf.dslreasoner.faulttree.model.ft.impl.EventImpl <em>Event</em>}' class. 134 * The meta object id for the '{@link hu.bme.mit.inf.dslreasoner.faulttree.model.ft.impl.EventImpl <em>Event</em>}' class.
@@ -110,7 +138,35 @@ public interface FtPackage extends EPackage {
110 * @see hu.bme.mit.inf.dslreasoner.faulttree.model.ft.impl.FtPackageImpl#getEvent() 138 * @see hu.bme.mit.inf.dslreasoner.faulttree.model.ft.impl.FtPackageImpl#getEvent()
111 * @generated 139 * @generated
112 */ 140 */
113 int EVENT = 1; 141 int EVENT = 12;
142
143 /**
144 * The number of structural features of the '<em>Event</em>' class.
145 * <!-- begin-user-doc -->
146 * <!-- end-user-doc -->
147 * @generated
148 * @ordered
149 */
150 int EVENT_FEATURE_COUNT = 0;
151
152 /**
153 * The number of operations of the '<em>Event</em>' class.
154 * <!-- begin-user-doc -->
155 * <!-- end-user-doc -->
156 * @generated
157 * @ordered
158 */
159 int EVENT_OPERATION_COUNT = 0;
160
161 /**
162 * The meta object id for the '{@link hu.bme.mit.inf.dslreasoner.faulttree.model.ft.impl.RandomEventImpl <em>Random Event</em>}' class.
163 * <!-- begin-user-doc -->
164 * <!-- end-user-doc -->
165 * @see hu.bme.mit.inf.dslreasoner.faulttree.model.ft.impl.RandomEventImpl
166 * @see hu.bme.mit.inf.dslreasoner.faulttree.model.ft.impl.FtPackageImpl#getRandomEvent()
167 * @generated
168 */
169 int RANDOM_EVENT = 1;
114 170
115 /** 171 /**
116 * The feature id for the '<em><b>Name</b></em>' attribute. 172 * The feature id for the '<em><b>Name</b></em>' attribute.
@@ -119,25 +175,25 @@ public interface FtPackage extends EPackage {
119 * @generated 175 * @generated
120 * @ordered 176 * @ordered
121 */ 177 */
122 int EVENT__NAME = 0; 178 int RANDOM_EVENT__NAME = EVENT_FEATURE_COUNT + 0;
123 179
124 /** 180 /**
125 * The number of structural features of the '<em>Event</em>' class. 181 * The number of structural features of the '<em>Random Event</em>' class.
126 * <!-- begin-user-doc --> 182 * <!-- begin-user-doc -->
127 * <!-- end-user-doc --> 183 * <!-- end-user-doc -->
128 * @generated 184 * @generated
129 * @ordered 185 * @ordered
130 */ 186 */
131 int EVENT_FEATURE_COUNT = 1; 187 int RANDOM_EVENT_FEATURE_COUNT = EVENT_FEATURE_COUNT + 1;
132 188
133 /** 189 /**
134 * The number of operations of the '<em>Event</em>' class. 190 * The number of operations of the '<em>Random Event</em>' class.
135 * <!-- begin-user-doc --> 191 * <!-- begin-user-doc -->
136 * <!-- end-user-doc --> 192 * <!-- end-user-doc -->
137 * @generated 193 * @generated
138 * @ordered 194 * @ordered
139 */ 195 */
140 int EVENT_OPERATION_COUNT = 0; 196 int RANDOM_EVENT_OPERATION_COUNT = EVENT_OPERATION_COUNT + 0;
141 197
142 /** 198 /**
143 * The meta object id for the '{@link hu.bme.mit.inf.dslreasoner.faulttree.model.ft.impl.BasicEventImpl <em>Basic Event</em>}' class. 199 * The meta object id for the '{@link hu.bme.mit.inf.dslreasoner.faulttree.model.ft.impl.BasicEventImpl <em>Basic Event</em>}' class.
@@ -156,7 +212,7 @@ public interface FtPackage extends EPackage {
156 * @generated 212 * @generated
157 * @ordered 213 * @ordered
158 */ 214 */
159 int BASIC_EVENT__NAME = EVENT__NAME; 215 int BASIC_EVENT__NAME = RANDOM_EVENT__NAME;
160 216
161 /** 217 /**
162 * The feature id for the '<em><b>Distribution</b></em>' containment reference. 218 * The feature id for the '<em><b>Distribution</b></em>' containment reference.
@@ -165,7 +221,7 @@ public interface FtPackage extends EPackage {
165 * @generated 221 * @generated
166 * @ordered 222 * @ordered
167 */ 223 */
168 int BASIC_EVENT__DISTRIBUTION = EVENT_FEATURE_COUNT + 0; 224 int BASIC_EVENT__DISTRIBUTION = RANDOM_EVENT_FEATURE_COUNT + 0;
169 225
170 /** 226 /**
171 * The number of structural features of the '<em>Basic Event</em>' class. 227 * The number of structural features of the '<em>Basic Event</em>' class.
@@ -174,7 +230,7 @@ public interface FtPackage extends EPackage {
174 * @generated 230 * @generated
175 * @ordered 231 * @ordered
176 */ 232 */
177 int BASIC_EVENT_FEATURE_COUNT = EVENT_FEATURE_COUNT + 1; 233 int BASIC_EVENT_FEATURE_COUNT = RANDOM_EVENT_FEATURE_COUNT + 1;
178 234
179 /** 235 /**
180 * The number of operations of the '<em>Basic Event</em>' class. 236 * The number of operations of the '<em>Basic Event</em>' class.
@@ -183,7 +239,7 @@ public interface FtPackage extends EPackage {
183 * @generated 239 * @generated
184 * @ordered 240 * @ordered
185 */ 241 */
186 int BASIC_EVENT_OPERATION_COUNT = EVENT_OPERATION_COUNT + 0; 242 int BASIC_EVENT_OPERATION_COUNT = RANDOM_EVENT_OPERATION_COUNT + 0;
187 243
188 /** 244 /**
189 * The meta object id for the '{@link hu.bme.mit.inf.dslreasoner.faulttree.model.ft.impl.GateImpl <em>Gate</em>}' class. 245 * The meta object id for the '{@link hu.bme.mit.inf.dslreasoner.faulttree.model.ft.impl.GateImpl <em>Gate</em>}' class.
@@ -202,7 +258,7 @@ public interface FtPackage extends EPackage {
202 * @generated 258 * @generated
203 * @ordered 259 * @ordered
204 */ 260 */
205 int GATE__NAME = EVENT__NAME; 261 int GATE__NAME = RANDOM_EVENT__NAME;
206 262
207 /** 263 /**
208 * The feature id for the '<em><b>Input Events</b></em>' reference list. 264 * The feature id for the '<em><b>Input Events</b></em>' reference list.
@@ -211,7 +267,7 @@ public interface FtPackage extends EPackage {
211 * @generated 267 * @generated
212 * @ordered 268 * @ordered
213 */ 269 */
214 int GATE__INPUT_EVENTS = EVENT_FEATURE_COUNT + 0; 270 int GATE__INPUT_EVENTS = RANDOM_EVENT_FEATURE_COUNT + 0;
215 271
216 /** 272 /**
217 * The number of structural features of the '<em>Gate</em>' class. 273 * The number of structural features of the '<em>Gate</em>' class.
@@ -220,7 +276,7 @@ public interface FtPackage extends EPackage {
220 * @generated 276 * @generated
221 * @ordered 277 * @ordered
222 */ 278 */
223 int GATE_FEATURE_COUNT = EVENT_FEATURE_COUNT + 1; 279 int GATE_FEATURE_COUNT = RANDOM_EVENT_FEATURE_COUNT + 1;
224 280
225 /** 281 /**
226 * The number of operations of the '<em>Gate</em>' class. 282 * The number of operations of the '<em>Gate</em>' class.
@@ -229,7 +285,7 @@ public interface FtPackage extends EPackage {
229 * @generated 285 * @generated
230 * @ordered 286 * @ordered
231 */ 287 */
232 int GATE_OPERATION_COUNT = EVENT_OPERATION_COUNT + 0; 288 int GATE_OPERATION_COUNT = RANDOM_EVENT_OPERATION_COUNT + 0;
233 289
234 /** 290 /**
235 * The meta object id for the '{@link hu.bme.mit.inf.dslreasoner.faulttree.model.ft.impl.DistributionImpl <em>Distribution</em>}' class. 291 * The meta object id for the '{@link hu.bme.mit.inf.dslreasoner.faulttree.model.ft.impl.DistributionImpl <em>Distribution</em>}' class.
@@ -463,31 +519,96 @@ public interface FtPackage extends EPackage {
463 int KOF_MGATE__K = GATE_FEATURE_COUNT + 0; 519 int KOF_MGATE__K = GATE_FEATURE_COUNT + 0;
464 520
465 /** 521 /**
466 * The feature id for the '<em><b>M</b></em>' attribute. 522 * The number of structural features of the '<em>KOf MGate</em>' class.
467 * <!-- begin-user-doc --> 523 * <!-- begin-user-doc -->
468 * <!-- end-user-doc --> 524 * <!-- end-user-doc -->
469 * @generated 525 * @generated
470 * @ordered 526 * @ordered
471 */ 527 */
472 int KOF_MGATE__M = GATE_FEATURE_COUNT + 1; 528 int KOF_MGATE_FEATURE_COUNT = GATE_FEATURE_COUNT + 1;
473 529
474 /** 530 /**
475 * The number of structural features of the '<em>KOf MGate</em>' class. 531 * The number of operations of the '<em>KOf MGate</em>' class.
476 * <!-- begin-user-doc --> 532 * <!-- begin-user-doc -->
477 * <!-- end-user-doc --> 533 * <!-- end-user-doc -->
478 * @generated 534 * @generated
479 * @ordered 535 * @ordered
480 */ 536 */
481 int KOF_MGATE_FEATURE_COUNT = GATE_FEATURE_COUNT + 2; 537 int KOF_MGATE_OPERATION_COUNT = GATE_OPERATION_COUNT + 0;
482 538
483 /** 539 /**
484 * The number of operations of the '<em>KOf MGate</em>' class. 540 * The meta object id for the '{@link hu.bme.mit.inf.dslreasoner.faulttree.model.ft.impl.ConstantModelImpl <em>Constant Model</em>}' class.
541 * <!-- begin-user-doc -->
542 * <!-- end-user-doc -->
543 * @see hu.bme.mit.inf.dslreasoner.faulttree.model.ft.impl.ConstantModelImpl
544 * @see hu.bme.mit.inf.dslreasoner.faulttree.model.ft.impl.FtPackageImpl#getConstantModel()
545 * @generated
546 */
547 int CONSTANT_MODEL = 11;
548
549 /**
550 * The feature id for the '<em><b>Failed</b></em>' attribute.
485 * <!-- begin-user-doc --> 551 * <!-- begin-user-doc -->
486 * <!-- end-user-doc --> 552 * <!-- end-user-doc -->
487 * @generated 553 * @generated
488 * @ordered 554 * @ordered
489 */ 555 */
490 int KOF_MGATE_OPERATION_COUNT = GATE_OPERATION_COUNT + 0; 556 int CONSTANT_MODEL__FAILED = RELIABILITY_MODEL_FEATURE_COUNT + 0;
557
558 /**
559 * The number of structural features of the '<em>Constant Model</em>' class.
560 * <!-- begin-user-doc -->
561 * <!-- end-user-doc -->
562 * @generated
563 * @ordered
564 */
565 int CONSTANT_MODEL_FEATURE_COUNT = RELIABILITY_MODEL_FEATURE_COUNT + 1;
566
567 /**
568 * The number of operations of the '<em>Constant Model</em>' class.
569 * <!-- begin-user-doc -->
570 * <!-- end-user-doc -->
571 * @generated
572 * @ordered
573 */
574 int CONSTANT_MODEL_OPERATION_COUNT = RELIABILITY_MODEL_OPERATION_COUNT + 0;
575
576 /**
577 * The meta object id for the '{@link hu.bme.mit.inf.dslreasoner.faulttree.model.ft.impl.ConstantEventImpl <em>Constant Event</em>}' class.
578 * <!-- begin-user-doc -->
579 * <!-- end-user-doc -->
580 * @see hu.bme.mit.inf.dslreasoner.faulttree.model.ft.impl.ConstantEventImpl
581 * @see hu.bme.mit.inf.dslreasoner.faulttree.model.ft.impl.FtPackageImpl#getConstantEvent()
582 * @generated
583 */
584 int CONSTANT_EVENT = 13;
585
586 /**
587 * The feature id for the '<em><b>Failed</b></em>' attribute.
588 * <!-- begin-user-doc -->
589 * <!-- end-user-doc -->
590 * @generated
591 * @ordered
592 */
593 int CONSTANT_EVENT__FAILED = EVENT_FEATURE_COUNT + 0;
594
595 /**
596 * The number of structural features of the '<em>Constant Event</em>' class.
597 * <!-- begin-user-doc -->
598 * <!-- end-user-doc -->
599 * @generated
600 * @ordered
601 */
602 int CONSTANT_EVENT_FEATURE_COUNT = EVENT_FEATURE_COUNT + 1;
603
604 /**
605 * The number of operations of the '<em>Constant Event</em>' class.
606 * <!-- begin-user-doc -->
607 * <!-- end-user-doc -->
608 * @generated
609 * @ordered
610 */
611 int CONSTANT_EVENT_OPERATION_COUNT = EVENT_OPERATION_COUNT + 0;
491 612
492 613
493 /** 614 /**
@@ -523,25 +644,25 @@ public interface FtPackage extends EPackage {
523 EReference getFaultTree_TopEvent(); 644 EReference getFaultTree_TopEvent();
524 645
525 /** 646 /**
526 * Returns the meta object for class '{@link hu.bme.mit.inf.dslreasoner.faulttree.model.ft.Event <em>Event</em>}'. 647 * Returns the meta object for class '{@link hu.bme.mit.inf.dslreasoner.faulttree.model.ft.RandomEvent <em>Random Event</em>}'.
527 * <!-- begin-user-doc --> 648 * <!-- begin-user-doc -->
528 * <!-- end-user-doc --> 649 * <!-- end-user-doc -->
529 * @return the meta object for class '<em>Event</em>'. 650 * @return the meta object for class '<em>Random Event</em>'.
530 * @see hu.bme.mit.inf.dslreasoner.faulttree.model.ft.Event 651 * @see hu.bme.mit.inf.dslreasoner.faulttree.model.ft.RandomEvent
531 * @generated 652 * @generated
532 */ 653 */
533 EClass getEvent(); 654 EClass getRandomEvent();
534 655
535 /** 656 /**
536 * Returns the meta object for the attribute '{@link hu.bme.mit.inf.dslreasoner.faulttree.model.ft.Event#getName <em>Name</em>}'. 657 * Returns the meta object for the attribute '{@link hu.bme.mit.inf.dslreasoner.faulttree.model.ft.RandomEvent#getName <em>Name</em>}'.
537 * <!-- begin-user-doc --> 658 * <!-- begin-user-doc -->
538 * <!-- end-user-doc --> 659 * <!-- end-user-doc -->
539 * @return the meta object for the attribute '<em>Name</em>'. 660 * @return the meta object for the attribute '<em>Name</em>'.
540 * @see hu.bme.mit.inf.dslreasoner.faulttree.model.ft.Event#getName() 661 * @see hu.bme.mit.inf.dslreasoner.faulttree.model.ft.RandomEvent#getName()
541 * @see #getEvent() 662 * @see #getRandomEvent()
542 * @generated 663 * @generated
543 */ 664 */
544 EAttribute getEvent_Name(); 665 EAttribute getRandomEvent_Name();
545 666
546 /** 667 /**
547 * Returns the meta object for class '{@link hu.bme.mit.inf.dslreasoner.faulttree.model.ft.BasicEvent <em>Basic Event</em>}'. 668 * Returns the meta object for class '{@link hu.bme.mit.inf.dslreasoner.faulttree.model.ft.BasicEvent <em>Basic Event</em>}'.
@@ -679,15 +800,66 @@ public interface FtPackage extends EPackage {
679 EAttribute getKOfMGate_K(); 800 EAttribute getKOfMGate_K();
680 801
681 /** 802 /**
682 * Returns the meta object for the attribute '{@link hu.bme.mit.inf.dslreasoner.faulttree.model.ft.KOfMGate#getM <em>M</em>}'. 803 * Returns the meta object for class '{@link hu.bme.mit.inf.dslreasoner.faulttree.model.ft.ReliabilityModel <em>Reliability Model</em>}'.
683 * <!-- begin-user-doc --> 804 * <!-- begin-user-doc -->
684 * <!-- end-user-doc --> 805 * <!-- end-user-doc -->
685 * @return the meta object for the attribute '<em>M</em>'. 806 * @return the meta object for class '<em>Reliability Model</em>'.
686 * @see hu.bme.mit.inf.dslreasoner.faulttree.model.ft.KOfMGate#getM() 807 * @see hu.bme.mit.inf.dslreasoner.faulttree.model.ft.ReliabilityModel
687 * @see #getKOfMGate() 808 * @generated
809 */
810 EClass getReliabilityModel();
811
812 /**
813 * Returns the meta object for class '{@link hu.bme.mit.inf.dslreasoner.faulttree.model.ft.ConstantModel <em>Constant Model</em>}'.
814 * <!-- begin-user-doc -->
815 * <!-- end-user-doc -->
816 * @return the meta object for class '<em>Constant Model</em>'.
817 * @see hu.bme.mit.inf.dslreasoner.faulttree.model.ft.ConstantModel
818 * @generated
819 */
820 EClass getConstantModel();
821
822 /**
823 * Returns the meta object for the attribute '{@link hu.bme.mit.inf.dslreasoner.faulttree.model.ft.ConstantModel#isFailed <em>Failed</em>}'.
824 * <!-- begin-user-doc -->
825 * <!-- end-user-doc -->
826 * @return the meta object for the attribute '<em>Failed</em>'.
827 * @see hu.bme.mit.inf.dslreasoner.faulttree.model.ft.ConstantModel#isFailed()
828 * @see #getConstantModel()
829 * @generated
830 */
831 EAttribute getConstantModel_Failed();
832
833 /**
834 * Returns the meta object for class '{@link hu.bme.mit.inf.dslreasoner.faulttree.model.ft.Event <em>Event</em>}'.
835 * <!-- begin-user-doc -->
836 * <!-- end-user-doc -->
837 * @return the meta object for class '<em>Event</em>'.
838 * @see hu.bme.mit.inf.dslreasoner.faulttree.model.ft.Event
839 * @generated
840 */
841 EClass getEvent();
842
843 /**
844 * Returns the meta object for class '{@link hu.bme.mit.inf.dslreasoner.faulttree.model.ft.ConstantEvent <em>Constant Event</em>}'.
845 * <!-- begin-user-doc -->
846 * <!-- end-user-doc -->
847 * @return the meta object for class '<em>Constant Event</em>'.
848 * @see hu.bme.mit.inf.dslreasoner.faulttree.model.ft.ConstantEvent
688 * @generated 849 * @generated
689 */ 850 */
690 EAttribute getKOfMGate_M(); 851 EClass getConstantEvent();
852
853 /**
854 * Returns the meta object for the attribute '{@link hu.bme.mit.inf.dslreasoner.faulttree.model.ft.ConstantEvent#isFailed <em>Failed</em>}'.
855 * <!-- begin-user-doc -->
856 * <!-- end-user-doc -->
857 * @return the meta object for the attribute '<em>Failed</em>'.
858 * @see hu.bme.mit.inf.dslreasoner.faulttree.model.ft.ConstantEvent#isFailed()
859 * @see #getConstantEvent()
860 * @generated
861 */
862 EAttribute getConstantEvent_Failed();
691 863
692 /** 864 /**
693 * Returns the factory that creates the instances of the model. 865 * Returns the factory that creates the instances of the model.
@@ -739,14 +911,14 @@ public interface FtPackage extends EPackage {
739 EReference FAULT_TREE__TOP_EVENT = eINSTANCE.getFaultTree_TopEvent(); 911 EReference FAULT_TREE__TOP_EVENT = eINSTANCE.getFaultTree_TopEvent();
740 912
741 /** 913 /**
742 * The meta object literal for the '{@link hu.bme.mit.inf.dslreasoner.faulttree.model.ft.impl.EventImpl <em>Event</em>}' class. 914 * The meta object literal for the '{@link hu.bme.mit.inf.dslreasoner.faulttree.model.ft.impl.RandomEventImpl <em>Random Event</em>}' class.
743 * <!-- begin-user-doc --> 915 * <!-- begin-user-doc -->
744 * <!-- end-user-doc --> 916 * <!-- end-user-doc -->
745 * @see hu.bme.mit.inf.dslreasoner.faulttree.model.ft.impl.EventImpl 917 * @see hu.bme.mit.inf.dslreasoner.faulttree.model.ft.impl.RandomEventImpl
746 * @see hu.bme.mit.inf.dslreasoner.faulttree.model.ft.impl.FtPackageImpl#getEvent() 918 * @see hu.bme.mit.inf.dslreasoner.faulttree.model.ft.impl.FtPackageImpl#getRandomEvent()
747 * @generated 919 * @generated
748 */ 920 */
749 EClass EVENT = eINSTANCE.getEvent(); 921 EClass RANDOM_EVENT = eINSTANCE.getRandomEvent();
750 922
751 /** 923 /**
752 * The meta object literal for the '<em><b>Name</b></em>' attribute feature. 924 * The meta object literal for the '<em><b>Name</b></em>' attribute feature.
@@ -754,7 +926,7 @@ public interface FtPackage extends EPackage {
754 * <!-- end-user-doc --> 926 * <!-- end-user-doc -->
755 * @generated 927 * @generated
756 */ 928 */
757 EAttribute EVENT__NAME = eINSTANCE.getEvent_Name(); 929 EAttribute RANDOM_EVENT__NAME = eINSTANCE.getRandomEvent_Name();
758 930
759 /** 931 /**
760 * The meta object literal for the '{@link hu.bme.mit.inf.dslreasoner.faulttree.model.ft.impl.BasicEventImpl <em>Basic Event</em>}' class. 932 * The meta object literal for the '{@link hu.bme.mit.inf.dslreasoner.faulttree.model.ft.impl.BasicEventImpl <em>Basic Event</em>}' class.
@@ -877,12 +1049,60 @@ public interface FtPackage extends EPackage {
877 EAttribute KOF_MGATE__K = eINSTANCE.getKOfMGate_K(); 1049 EAttribute KOF_MGATE__K = eINSTANCE.getKOfMGate_K();
878 1050
879 /** 1051 /**
880 * The meta object literal for the '<em><b>M</b></em>' attribute feature. 1052 * The meta object literal for the '{@link hu.bme.mit.inf.dslreasoner.faulttree.model.ft.impl.ReliabilityModelImpl <em>Reliability Model</em>}' class.
1053 * <!-- begin-user-doc -->
1054 * <!-- end-user-doc -->
1055 * @see hu.bme.mit.inf.dslreasoner.faulttree.model.ft.impl.ReliabilityModelImpl
1056 * @see hu.bme.mit.inf.dslreasoner.faulttree.model.ft.impl.FtPackageImpl#getReliabilityModel()
1057 * @generated
1058 */
1059 EClass RELIABILITY_MODEL = eINSTANCE.getReliabilityModel();
1060
1061 /**
1062 * The meta object literal for the '{@link hu.bme.mit.inf.dslreasoner.faulttree.model.ft.impl.ConstantModelImpl <em>Constant Model</em>}' class.
1063 * <!-- begin-user-doc -->
1064 * <!-- end-user-doc -->
1065 * @see hu.bme.mit.inf.dslreasoner.faulttree.model.ft.impl.ConstantModelImpl
1066 * @see hu.bme.mit.inf.dslreasoner.faulttree.model.ft.impl.FtPackageImpl#getConstantModel()
1067 * @generated
1068 */
1069 EClass CONSTANT_MODEL = eINSTANCE.getConstantModel();
1070
1071 /**
1072 * The meta object literal for the '<em><b>Failed</b></em>' attribute feature.
1073 * <!-- begin-user-doc -->
1074 * <!-- end-user-doc -->
1075 * @generated
1076 */
1077 EAttribute CONSTANT_MODEL__FAILED = eINSTANCE.getConstantModel_Failed();
1078
1079 /**
1080 * The meta object literal for the '{@link hu.bme.mit.inf.dslreasoner.faulttree.model.ft.impl.EventImpl <em>Event</em>}' class.
1081 * <!-- begin-user-doc -->
1082 * <!-- end-user-doc -->
1083 * @see hu.bme.mit.inf.dslreasoner.faulttree.model.ft.impl.EventImpl
1084 * @see hu.bme.mit.inf.dslreasoner.faulttree.model.ft.impl.FtPackageImpl#getEvent()
1085 * @generated
1086 */
1087 EClass EVENT = eINSTANCE.getEvent();
1088
1089 /**
1090 * The meta object literal for the '{@link hu.bme.mit.inf.dslreasoner.faulttree.model.ft.impl.ConstantEventImpl <em>Constant Event</em>}' class.
1091 * <!-- begin-user-doc -->
1092 * <!-- end-user-doc -->
1093 * @see hu.bme.mit.inf.dslreasoner.faulttree.model.ft.impl.ConstantEventImpl
1094 * @see hu.bme.mit.inf.dslreasoner.faulttree.model.ft.impl.FtPackageImpl#getConstantEvent()
1095 * @generated
1096 */
1097 EClass CONSTANT_EVENT = eINSTANCE.getConstantEvent();
1098
1099 /**
1100 * The meta object literal for the '<em><b>Failed</b></em>' attribute feature.
881 * <!-- begin-user-doc --> 1101 * <!-- begin-user-doc -->
882 * <!-- end-user-doc --> 1102 * <!-- end-user-doc -->
883 * @generated 1103 * @generated
884 */ 1104 */
885 EAttribute KOF_MGATE__M = eINSTANCE.getKOfMGate_M(); 1105 EAttribute CONSTANT_EVENT__FAILED = eINSTANCE.getConstantEvent_Failed();
886 1106
887 } 1107 }
888 1108