GuidingMotion
|
|
appearance as argument number 1 |
(documentation GuidingMotion EnglishLanguage "Controlling the motion (direction, trajectory, and/ or speed) of an Object.") | ComputerInput.kif 70-70 | |
(subclass GuidingMotion Guiding) | ComputerInput.kif 69-69 | GuidingMotion 是 引导 的 subclass |
appearance as argument number 2 |
(termFormat EnglishLanguage GuidingMotion "guiding motion") | domainEnglishFormat.kif 64959-64959 |
antecedent |
(=> (and (instance ?GUIDE GuidingMotion) (patient ?GUIDE ?MOVED) (subProcess ?MOTION ?GUIDE) (instance ?MOTION Motion)) (patient ?MOTION ?MOVED)) |
ComputerInput.kif 85-91 | |
(=> (and (instance ?GUIDE GuidingMotion) (subProcess ?MOTION ?GUIDE) (instance ?MOTION Motion) (patient ?MOTION ?MOVED)) (patient ?GUIDE ?MOVED)) |
ComputerInput.kif 93-99 | |
(=> (instance ?GUIDE GuidingMotion) (exists (?MOTION) (and (subProcess ?MOTION ?GUIDE) (instance ?MOTION Motion)))) |
ComputerInput.kif 71-76 |
|
(=> (instance ?GUIDE GuidingMotion) (exists (?MOVED) (and (patient ?GUIDE ?MOVED) (instance ?MOVED Object)))) |
ComputerInput.kif 78-83 |