![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| SoftwarePackage(software package) |
| appearance as argument number 1 |
|
|
| (subclass SoftwarePackage Software) | ComputerInput.kif 831-831 | Software package is a subclass of software |
| (documentation SoftwarePackage EnglishLanguage "A SoftwarePackage is a set of ComputerPrograms and DataFiles that operate together to enable various ComputerUser activities.") | ComputerInput.kif 832-833 | Software package is a subclass of software |
| appearance as argument number 2 |
|
|
| (termFormat EnglishLanguage SoftwarePackage "software package") | domainEnglishFormat.kif 65515-65515 |
| antecedent |
|
|
| (=> (instance ?PACK SoftwarePackage) (exists (?PROGRAM) (and (instance ?PROGRAM ComputerProgram) (part ?PROGRAM ?PACK)))) |
ComputerInput.kif 835-840 | If X is an instance of software package, then there exists Y such that Y is an instance of computer program and Y is a part of X |
| (=> (instance ?PACK SoftwarePackage) (exists (?FILE) (and (instance ?FILE ComputerFile) (part ?FILE ?PACK)))) |
ComputerInput.kif 842-847 | If X is an instance of software package, then there exists Y such that Y is an instance of computer file and Y is a part of X |