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 implementsProtocol の数値 1 引数は コンピュータープログラムinstance では %n
(domain implementsProtocol 2 ComputerProtocol) ComputingBrands.kif 4045-4045 implementsProtocol の数値 2 引数は コンピュータプロトコルinstance では %n
(instance implementsProtocol BinaryPredicate) ComputingBrands.kif 4043-4043 implementsProtocol2進述語instance では %n
(subrelation implementsProtocol represents) ComputingBrands.kif 4050-4050 implementsProtocolrepresentssubrelation では %n

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