TemperatureControl |
appearance as argument number 1 |
(documentation TemperatureControl EnglishLanguage "TemperatureControl is a type of Controller that is used to set the ideal airTemperature in the room. It is normally a part of an ElectricDevice that conditions the room to reach that temperature") | engineering.kif 1134-1136 | |
(subclass TemperatureControl Controller) | engineering.kif 1133-1133 | TemperatureControl ist eine teilkategorie von Controller |
appearance as argument number 2 |
(termFormat EnglishLanguage TemperatureControl "temperature control") | engineering.kif 1137-1137 |
antecedent |
(=> (instance ?CTRL TemperatureControl) (exists (?DEVICE ?TEMP) (and (instance ?DEVICE ElectricDevice) (part ?CTRL ?DEVICE) (hasPurpose ?DEVICE (exists (?PROC ?AREA) (and (instance ?AREA Region) (instance ?PROC Process) (instrument ?PROC ?CTRL) (result ?PROC (airTemperature ?AREA ?TEMP)))))))) |
engineering.kif 1139-1151 |
|
(=> (roomAmenity ?HR TemperatureControl) (exists (?DEVICE ?ROOM ?TEMP) (and (instance ?ROOM ?HR) (instance ?DEVICE AirConditioner) (instance ?TEMP TemperatureControl) (located ?TEMP ?ROOM) (part ?TEMP ?DEVICE)))) |
Hotel.kif 1494-1502 |
|
consequent |
(=> (roomAmenity ?HR TemperatureControl) (exists (?DEVICE ?ROOM ?TEMP) (and (instance ?ROOM ?HR) (instance ?DEVICE AirConditioner) (instance ?TEMP TemperatureControl) (located ?TEMP ?ROOM) (part ?TEMP ?DEVICE)))) |
Hotel.kif 1494-1502 |
|