![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| UploadingRequest(uploading request) |
| appearance as argument number 1 |
|
|
| (subclass UploadingRequest SubmitAction) | ComputerInput.kif 1869-1869 | Uploading request is a subclass of submit action |
| (documentation UploadingRequest EnglishLanguage "A SubmitAction instructing a ComputerProgram to upload across a network a specified file existing on the local machine.") | ComputerInput.kif 1870-1871 | Uploading request is a subclass of submit action |
| (disjoint UploadingRequest DownloadingRequest) | ComputerInput.kif 1872-1872 | Uploading request is disjoint from downloading request |
| appearance as argument number 2 |
|
|
| (termFormat EnglishLanguage UploadingRequest "uploading request") | domainEnglishFormat.kif 65674-65674 |
| antecedent |
|
|
| (=> (instance ?ACT UploadingRequest) (exists (?FILE) (and (patient ?ACT ?FILE) (instance ?FILE ComputerFile)))) |
ComputerInput.kif 1874-1879 | If X is an instance of uploading request, then there exists Y such that Y is a patient of X and Y is an instance of computer file |