RemoteControl(remote control) | remote, remote_control |
appearance as argument number 1 |
(documentation RemoteControl EnglishLanguage "RemoteControl is Controller that does some ElectronicSignalling to communicate and control another Device") | engineering.kif 1431-1432 | |
(subclass RemoteControl Controller) | engineering.kif 1430-1430 | Remote control is a subclass of controller |
appearance as argument number 2 |
(subclass RemoteIgnitionControl RemoteControl) | Cars.kif 3813-3813 | Remote ignition control is a subclass of remote control |
(subclass TVRemoteControl RemoteControl) | Communications.kif 413-413 | Tv remote is a subclass of remote control |
(termFormat EnglishLanguage RemoteControl "remote control") | engineering.kif 1433-1433 | Tv remote is a subclass of remote control |
antecedent |
(=> (instance ?X RemoteControl) (hasPurpose ?X (exists (?SIGNAL ?DEVICE) (and (instance ?SIGNAL ElectronicSignalling) (agent ?SIGNAL ?X) (destination ?SIGNAL ?DEVICE) (instance ?DEVICE Device) (not (part ?X ?DEVICE)))))) |
engineering.kif 1435-1445 |
|
consequent |