| SoftwareUnInstallation(uninstall) |
| appearance as argument number 1 |
|
|
| (documentation SoftwareUnInstallation EnglishLanguage "The process of removing of an installed application from a computer.") | engineering.kif 1597-1598 | |
| (subclass SoftwareUnInstallation ITProcess) | engineering.kif 1601-1601 | Uninstall is a subclass of IT process |
| appearance as argument number 2 |
|
|
| antecedent |
|
|
| (=> (and (instance ?U SoftwareUnInstallation) (equal ?T2 (WhenFn ?U)) (dataProcessed ?U ?P) (instance ?P ComputerProgram) (located ?U ?C)) (exists (?I ?T1) (and (instance ?I SoftwareInstallation) (equal ?T1 (WhenFn ?I)) (dataProcessed ?I ?P) (instance ?P ComputerProgram) (located ?I ?C) (earlier ?T1 ?T2)))) |
ComputingBrands.kif 3509-3523 | If X is an instance of uninstall, equal Y and the time of existence of X, Z is processed by X, Z is an instance of computer program, and X is located at W, then All of the following hold: (1) there exist V (2) U such that V is an instance of install (3) equal U (4) the time of existence of V (5) Z is processed by V (6) Z is an instance of computer program (7) V is located at W (8) U happens earlier than Y |
|
|