DownloadingImage
|
|
appearance as argument number 1 |
(documentation DownloadingImage EnglishLanguage "DownloadingImage is those instances of NetworkCommunication in which a ImageFile is downloaded to a user's local computer from another ComputerSystem on a network.") | ComputerInput.kif 2720-2722 | |
(subclass DownloadingImage DownloadingUserFile) | ComputerInput.kif 2719-2719 | DownloadingImage e' uma sub-classe de DownloadingUserFile |
appearance as argument number 2 |
(termFormat EnglishLanguage DownloadingImage "downloading image") | domainEnglishFormat.kif 64784-64784 |
antecedent |
(=> (instance ?ACT DownloadingImage) (exists (?FILE) (and (patient ?ACT ?FILE) (instance ?FILE ImageFile)))) |
ComputerInput.kif 2724-2729 |