![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| BatteryPoweredDevice(battery powered device) |
| appearance as argument number 1 |
|
|
| (subclass BatteryPoweredDevice ElectricDevice) | HouseholdAppliances.kif 41-41 | Battery powered device is a subclass of electric device |
| (documentation BatteryPoweredDevice EnglishLanguage "%BatteryPoweredDevice is an ElectricDevice that can be powered by either build_in Battery or attachable. Some battery powered devices can have multiple ") | HouseholdAppliances.kif 43-46 | Battery powered device is a subclass of electric device |
| appearance as argument number 2 |
|
|
| consequent |
|
|
| (=> (and (instance ?DEVICE ElectricDevice) (instance ?BATTERY Battery) (instance ?PROC Process) (patient ?PROC Electricity) (destination ?PROC ?DEVICE) (agent ?PROC ?BATTERY)) (instance ?DEVICE BatteryPoweredDevice)) |
HouseholdAppliances.kif 53-61 | If All of the following hold: (1) X is an instance of electric device (2) Y is an instance of battery (3) Z is an instance of process (4) electricity is a patient of Z (5) Z ends up at X (6) Y is an agent of Z, then X is an instance of battery powered device |