RemoteKeylessSystem |
appearance as argument number 1 |
(documentation RemoteKeylessSystem EnglishLanguage "A SecurityDevice that consists of two parts a Key and a matching Lock. The Key is also a RemoteControl that controls the &Ľock.") | Cars.kif 3834-3834 | |
(subclass RemoteKeylessSystem Collection) | Cars.kif 3833-3833 | |
(subclass RemoteKeylessSystem SecurityDevice) | Cars.kif 3832-3832 |
appearance as argument number 2 |
(termFormat EnglishLanguage RemoteKeylessSystem "remote keyless system") | domainEnglishFormat.kif 65429-65429 |
antecedent |
(=> (instance ?X RemoteKeylessSystem) (exists (?KEY ?LOCK ?CLOSE ?OPEN) (and (instance ?KEY Key) (instance ?KEY RemoteControl) (member ?KEY ?X) (instance ?LOCK Lock) (member ?LOCK ?X) (capability (KappaFn ?CLOSE (and (instance ?CLOSE Closing) (patient ?CLOSE ?LOCK) (holdsDuring (ImmediateFutureFn ?CLOSE) (attribute ?LOCK Locked)))) instrument ?KEY) (capability (KappaFn ?OPEN (and (instance ?OPEN Closing) (patient ?OPEN ?LOCK) (holdsDuring (ImmediateFutureFn ?OPEN) (not (attribute ?LOCK Locked))))) instrument ?KEY)))) |
Cars.kif 3835-3860 |