![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| softwareVersion |
| appearance as argument number 1 |
|
|
| (instance softwareVersion BinaryPredicate) | ComputingBrands.kif 3768-3768 | software version is an instance of binary predicate |
| (documentation softwareVersion EnglishLanguage "softwareVersion is a VersionAttribute to the Proposition, ComputerProgram.") | ComputingBrands.kif 3769-3770 | software version is an instance of binary predicate |
| (domain softwareVersion 1 ComputerProgram) | ComputingBrands.kif 3771-3771 | The number 1 argument of software version is an instance of computer program |
| (domain softwareVersion 2 VersionAttribute) | ComputingBrands.kif 3772-3772 | The number 2 argument of software version is an instance of version atribute |
| appearance as argument number 2 |
|
|
| (format EnglishLanguage softwareVersion "%1 is the software version of %1") | ComputingBrands.kif 3773-3773 | |
| (termFormat EnglishLanguage softwareVersion "software version") | ComputingBrands.kif 3774-3774 |
| antecedent |
|
|
| (=> (and (softwareVersion ?COM CurrentVersion) (instance ?P2 ComputerProgramming) (patient ?P2 ?COM)) (exists (?P1) (and (instance ?P1 ComputerProgramming) (not (equal ?P1 ?P2)) (earlier (WhenFn ?P1) (WhenFn ?P2)) (patient ?P1 ?COM) (softwareVersion ?COM PreviousVersion)))) |
ComputingBrands.kif 3776-3788 | If X is the software version of X, Y is an instance of computer programming, and X is a patient of Y, then there exists Z such that Z is an instance of computer programming, equal Z, Y, the time of existence of Z happens earlier than the time of existence of Y, X is a patient of Z, and X is the software version of X |
| consequent |
|
|