PatikulPhilippines
|
|
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 3759-3759 | |
(subclass RemoteKeylessSystem Collection) | Cars.kif 3758-3758 | |
(subclass RemoteKeylessSystem SecurityDevice) | Cars.kif 3757-3757 |
appearance as argument number 2 |
(termFormat EnglishLanguage RemoteKeylessSystem "remote keyless system") | domainEnglishFormat.kif 65406-65406 |
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 3760-3785 |