// ~->[DNET-1]->~ // File created by someone at SEOR-GMU using Netica 3.19 on Feb 23, 2008 at 12:39:21. bnet EqptDiagnosisBN { AutoCompile = TRUE; autoupdate = TRUE; whenchanged = 1203799158; visual V3 { defdispform = BELIEFBARS; nodelabeling = TITLE; NodeMaxNumEntries = 50; nodefont = font {shape= "Arial"; size= 10;}; linkfont = font {shape= "Arial"; size= 9;}; windowposn = (44, 58, 929, 396); CommentShowing = TRUE; CommentWindowPosn = (22, 29, 907, 367); resolution = 72; drawingbounds = (1416, 1420); showpagebreaks = FALSE; usegrid = TRUE; gridspace = (6, 6); NodeSet Node {BuiltIn = 1; Color = 0xc0c0c0;}; NodeSet Nature {BuiltIn = 1; Color = 0xf8eed2;}; NodeSet Deterministic {BuiltIn = 1; Color = 0xd3caa6;}; NodeSet Finding {BuiltIn = 1; Color = 0xc8c8c8;}; NodeSet Constant {BuiltIn = 1; Color = 0xffffff;}; NodeSet ConstantValue {BuiltIn = 1; Color = 0xffffb4;}; NodeSet Utility {BuiltIn = 1; Color = 0xffbdbd;}; NodeSet Decision {BuiltIn = 1; Color = 0xdee8ff;}; NodeSet Documentation {BuiltIn = 1; Color = 0xf0fafa;}; NodeSet Title {BuiltIn = 1; Color = 0xffffff;}; PrinterSetting A { margins = (1270, 1270, 1270, 1270); landscape = FALSE; magnify = 1; }; }; node MaintenancePractice { kind = NATURE; discrete = TRUE; chance = CHANCE; states = (Good, Poor); parents = (); probs = // Good Poor (0.8, 0.2); numcases = 1; title = "MaintenancePractice(O)"; whenchanged = 1203799158; belief = (0.8, 0.2); visual V3 { center = (312, 42); height = 3; }; }; node ACStatus { kind = NATURE; discrete = TRUE; chance = CHANCE; states = (OK, Broken); parents = (MaintenancePractice); probs = // OK Broken // MaintenancePractice ((0.99, 0.01), // Good (0.8, 0.2)); // Poor ; title = "ACStatus(R)"; whenchanged = 1203789620; belief = (0.952, 0.048); visual V3 { center = (402, 120); height = 1; }; }; node BeltStatus { kind = NATURE; discrete = TRUE; chance = CHANCE; states = (OK, Broken); parents = (MaintenancePractice); probs = // OK Broken // MaintenancePractice ((0.98, 0.02), // Good (0.7, 0.3)); // Poor ; title = "BeltStatus(B)"; whenchanged = 1203791036; belief = (0.924, 0.076); visual V3 { center = (210, 156); height = 2; }; }; node RoomTemp { kind = NATURE; discrete = TRUE; chance = CHANCE; states = (Normal, Hot); parents = (ACStatus); probs = // Normal Hot // ACStatus ((0.95, 0.05), // OK (0.4, 0.6)); // Broken ; title = "RoomTemp(R)"; whenchanged = 1129428694; belief = (0.9236, 0.0764); visual V3 { center = (414, 210); height = 5; }; }; node EngineStatus { kind = NATURE; discrete = TRUE; chance = CHANCE; states = (Normal, Overheated); parents = (BeltStatus, RoomTemp); probs = // Normal Overheated // BeltStatus RoomTemp (((0.77, 0.23), // OK Normal (0.6, 0.4)), // OK Hot ((0.1, 0.9), // Broken Normal (0.05, 0.95))); // Broken Hot ; title = "EngineStatus(M)"; whenchanged = 1129428990; belief = (0.7073506, 0.2926494); visual V3 { center = (336, 312); height = 4; }; }; node TempSensor { kind = NATURE; discrete = TRUE; chance = CHANCE; states = (OK, Broken); parents = (RoomTemp); probs = // OK Broken // RoomTemp ((0.95, 0.05), // Normal (0.3, 0.7)); // Hot ; title = "TempSensor(M)"; whenchanged = 1038580011; belief = (0.90034, 0.09966); visual V3 { center = (540, 312); height = 7; }; }; node TempLight { kind = NATURE; discrete = TRUE; chance = CHANCE; states = (On, Off); parents = (EngineStatus, TempSensor); probs = // On Off // EngineStatus TempSensor (((0.01, 0.99), // Normal OK (0.2, 0.8)), // Normal Broken ((0.95, 0.05), // Overheated OK (0.2, 0.8))); // Overheated Broken ; numcases = 1; title = "TempLight(M)"; whenchanged = 1203799152; belief = (0.2680747, 0.7319253); visual V3 { center = (438, 468); height = 6; }; }; ElimOrder = (MaintenancePractice, ACStatus, BeltStatus, RoomTemp, EngineStatus, TempSensor, TempLight); };