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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - DHCPProgram
DHCPProgram

appearance as argument number 1
-------------------------


(documentation DHCPProgram EnglishLanguage "A ComputerProgram that implements the DHCPProtocol.") ComputingBrands.kif 4055-4056
(subclass DHCPProgram ComputerProgram) ComputingBrands.kif 4054-4054 DHCPProgram电脑程序subclass

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


(termFormat EnglishLanguage DHCPProgram "DHCP program") domainEnglishFormat.kif 64733-64733

antecedent
-------------------------


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

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


(=>
    (instance ?D DHCPServer)
    (exists (?PROG ?C)
        (and
            (instance ?C Computer)
            (instance ?PROG DHCPProgram)
            (computerRunning ?D ?C)
            (programRunning ?D ?PROG))))
ComputingBrands.kif 4065-4072


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