![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| DownloadingSoftware(downloading software) |
| appearance as argument number 1 |
|
|
| (subclass DownloadingSoftware DownloadingOverNetwork) | ComputerInput.kif 2717-2717 | Downloading software is a subclass of downloading |
| (documentation DownloadingSoftware EnglishLanguage "DownloadingSoftware is those instances of NetworkCommunication in which a SoftwarePackage is downloaded from a network onto the user's local computer.") | ComputerInput.kif 2718-2720 | Downloading software is a subclass of downloading |
| appearance as argument number 2 |
|
|
| (termFormat EnglishLanguage DownloadingSoftware "downloading software") | domainEnglishFormat.kif 64788-64788 |
| antecedent |
|
|
| (=> (instance ?ACT DownloadingSoftware) (exists (?FILE) (and (patient ?ACT ?FILE) (instance ?FILE SoftwareFile)))) |
ComputerInput.kif 2722-2727 | If X is an instance of downloading software, then there exists Y such that Y is a patient of X and Y is an instance of software file |