shell importedFragment fragment fragment2 { "Motor does not start when switch closed" : IntermediateEvent { } OrGate_1 : OrGate { @ general ref output = "Motor does not start when switch closed" } "Motor Fails to Start when EMF applied" : BasicEvent { @ general ref gateInput = OrGate_1 } "No EMF applied to Motor" : IntermediateEvent { ref gateInput = OrGate_1 } "Wire from Battery to Motor fails open" : BasicEvent { ref gateInput = AndGate_1 } "No EMF from Battery" : IntermediateEvent { @ general ref gateInput = AndGate_1 } AndGate_1 : AndGate { @ general ref output = "No EMF applied to Motor" } }