![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| maxDeviceOperatingTemp |
| appearance as argument number 1 |
|
|
| (instance maxDeviceOperatingTemp BinaryPredicate) | ComputingBrands.kif 3525-3525 | maximum device operating temperature is an instance of binary predicate |
| (domain maxDeviceOperatingTemp 1 Device) | ComputingBrands.kif 3526-3526 | The number 1 argument of maximum device operating temperature is an instance of device |
| (domain maxDeviceOperatingTemp 2 TemperatureMeasure) | ComputingBrands.kif 3527-3527 | The number 2 argument of maximum device operating temperature is an instance of temperature measure |
| (documentation maxDeviceOperatingTemp EnglishLanguage "The maximum safe rated temperature at which a device may be operated. Operating the device in an environment above the temperature is likely to result in a Damaging of the Device.") | ComputingBrands.kif 3531-3533 | The number 2 argument of maximum device operating temperature is an instance of temperature measure |
| appearance as argument number 2 |
|
|
| (termFormat EnglishLanguage maxDeviceOperatingTemp "maximum device operating temperature") | ComputingBrands.kif 3529-3529 | |
| (format EnglishLanguage maxDeviceOperatingTemp "maximum device operating temperature of %1 is %2") | ComputingBrands.kif 3530-3530 |
| antecedent |
|
|
| (=> (holdsDuring ?T (and (maxDeviceOperatingTemp ?D (MeasureFn ?T1 ?U)) (instance ?U UnitOfTemperature) (located ?D ?A) (attribute ?D DeviceOn) (airTemperature ?A (MeasureFn ?T2 ?U)) (greaterThan ?T2 ?T1))) (modalAttribute (holdsDuring (ImmediateFutureFn ?T) (attribute ?D DeviceDamaged)) Likely)) |
ComputingBrands.kif 3535-3548 | If maximum device operating temperature of X is Y Z(s) and Z is an instance of unit of temperature and X is located at W and device on is an attribute of X and V Z(s) is an air temperature of W and V is greater than Y holds during U, then the statement device damaged is an attribute of X holds during immediately after U has the modal force of likely |