| implementsProtocol |
| appearance as argument number 1 |
|
|
| (documentation implementsProtocol EnglishLanguage "A Relation that specifies that a ComputerProgram impelements and conforms to a given ComputerProtocol.") | ComputingBrands.kif 4042-4044 | |
| (domain implementsProtocol 1 ComputerProgram) | ComputingBrands.kif 4039-4039 | The number 1 argument of implements protocol is an instance of computer program |
| (domain implementsProtocol 2 ComputerProtocol) | ComputingBrands.kif 4040-4040 | The number 2 argument of implements protocol is an instance of computer protocol |
| (instance implementsProtocol BinaryPredicate) | ComputingBrands.kif 4038-4038 | implements protocol is an instance of binary predicate |
| (subrelation implementsProtocol represents) | ComputingBrands.kif 4045-4045 | implements protocol is a subrelation of represents |
| appearance as argument number 2 |
|
|
| (format EnglishLanguage implementsProtocol "%1 implements %2") | ComputingBrands.kif 4046-4046 | |
| (termFormat EnglishLanguage implementsProtocol "implements protocol") | ComputingBrands.kif 4047-4047 |
| consequent |
|
|
| (=> (instance ?DP DHCPProgram) (exists (?DPROTO) (and (instance ?DPROTO DHCPProtocol) (implementsProtocol ?DP ?DPROTO)))) |
ComputingBrands.kif 4053-4058 |
|
|
|