Browsing Interface : Welcome guest : log in
Home |  Graph |  ]  KB:  Language:   

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - implementsProtocol
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 4047-4049
(domain implementsProtocol 1 ComputerProgram) ComputingBrands.kif 4044-4044 The number 1 argument of implements protocol is an instance of computer program
(domain implementsProtocol 2 ComputerProtocol) ComputingBrands.kif 4045-4045 The number 2 argument of implements protocol is an instance of computer protocol
(instance implementsProtocol BinaryPredicate) ComputingBrands.kif 4043-4043 implements protocol is an instance of binary predicate
(subrelation implementsProtocol represents) ComputingBrands.kif 4050-4050 implements protocol is a subrelation of represents

appearance as argument number 2
-------------------------


(format EnglishLanguage implementsProtocol "%1 implements %2") ComputingBrands.kif 4051-4051
(termFormat EnglishLanguage implementsProtocol "implements protocol") ComputingBrands.kif 4052-4052

consequent
-------------------------


(=>
    (instance ?DP DHCPProgram)
    (exists (?DPROTO)
        (and
            (instance ?DPROTO DHCPProtocol)
            (implementsProtocol ?DP ?DPROTO))))
ComputingBrands.kif 4058-4063


Show full definition with tree view
Show simplified definition (without tree view)
Show simplified definition (with tree view)



Sigma web home      Suggested Upper Merged Ontology (SUMO) web home
Sigma version 3.0 is open source software produced by Articulate Software and its partners