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

Formal Language: 



KB Term:  Term intersection
English Word: 

  implementsProtocol

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
(domain implementsProtocol 2 ComputerProtocol) ComputingBrands.kif 4045-4045
(instance implementsProtocol BinaryPredicate) ComputingBrands.kif 4043-4043
(subrelation implementsProtocol represents) ComputingBrands.kif 4050-4050

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 simplified definition (without tree view)
Show simplified definition (with tree view)

Show without tree


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