![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| App(app) |
| appearance as argument number 1 |
|
|
| (subclass App ComputerProgram) | ComputingBrands.kif 1947-1947 | App is a subclass of computer program |
| (documentation App EnglishLanguage "A ComputerProgram that is designed to run on a MobileCellPhone.") | ComputingBrands.kif 1948-1949 | App is a subclass of computer program |
| (documentation App ChineseTraditionalLanguage "一個 ComputerProgram 被設計用來執行在 MobileCellPhone.") | ComputingBrands.kif 1950-1950 | App is a subclass of computer program |
| (documentation App ChineseLanguage "一个 ComputerProgram 被设计用来执行在 MobileCellPhone.") | ComputingBrands.kif 1951-1952 | App is a subclass of computer program |
| (documentation App JapaneseLanguage "&%MobileCellPhoneで実行するように設計された&%。") | ComputingBrands.kif 1953-1953 | App is a subclass of computer program |
| appearance as argument number 2 |
|
|
| antecedent |
|
|
| (=> (instance ?A App) (hasPurpose ?A (exists (?P ?C) (and (instance ?C MobileCellPhone) (instance ?P ComputerProcess) (programRunning ?P ?A) (computerRunning ?P ?C))))) |
ComputingBrands.kif 1960-1968 | If X is an instance of app, then X has the purpose there exist Y, Z such that Z is an instance of mobile cell phone, Y is an instance of computer process, X is a program running of Y, and Y is running on Z |